Clear Filters
Clear Filters

Info

This question is closed. Reopen it to edit or answer.

rref and rank,transform matrix

3 views (last 30 days)
An Chan
An Chan on 11 Dec 2017
Closed: John D'Errico on 12 Dec 2017
for example A=[1 1 1; 2 3 4; 2 3 2] =>(row2 -2 row1;row3- 2 row 1) A=[1 1 1; 0 1 2; 0 1 0]=>(row3-row2)A=[1 1 1;0 1 2;0 0 -2];inputA=[1 1 1; 2 3 4; 2 3 2] and output [1 1 1;0 1 2;0 0 -2]; rankA = 3;as A is a random matrix;my question what is original code about rref and rank;
  2 Comments
John D'Errico
John D'Errico on 11 Dec 2017
Do you want someone to provide the code for rref and rank? Hint: do this at the command line, and the code for those two functions will be revealed.
type rref
type rank
An Chan
An Chan on 12 Dec 2017
Thanks u so much

Answers (0)

This question is closed.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!