Question: Using MatLab: Create a function csolve.m with input: a matrix A and no output. The function should display the rank and the pivot and free
Using MatLab: Create a function csolve.m with input: a matrix A and no output. The function should display the rank and the pivot and free variables of A. Test it using the matrix below:

Your display should be precisely the following: >> csolve(A) The rank of the coefficient matrix is 2. Pivot variables: 1 3 Free variables: 2 4 Hint: Use the for structure to display pivot and free variables.
A=10 0-3 2 527 -13-10 730 101
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
