필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

rref and rank,transform matrix

조회 수: 3 (최근 30일)
An Chan
An Chan 2017년 12월 11일
마감: John D'Errico 2017년 12월 12일
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
John D'Errico
John D'Errico 2017년 12월 11일
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 2017년 12월 12일
Thanks u so much

답변 (0개)

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by