Azzera filtri
Azzera filtri

Info

Questa domanda è chiusa. Riaprila per modificarla o per rispondere.

rref and rank,transform matrix

3 visualizzazioni (ultimi 30 giorni)
An Chan
An Chan il 11 Dic 2017
Chiuso: John D'Errico il 12 Dic 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 Commenti
John D'Errico
John D'Errico il 11 Dic 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 il 12 Dic 2017
Thanks u so much

Risposte (0)

Questa domanda è chiusa.

Community Treasure Hunt

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

Start Hunting!

Translated by