필터 지우기
필터 지우기

Info

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

Solving a matrix using MatLab?

조회 수: 1 (최근 30일)
Amed
Amed 2013년 4월 10일
마감: MATLAB Answer Bot 2021년 8월 20일
I need help solving the following matrix
>> M = [1 0 2 1 18; 0 -3 -3 0 -8; -2 -3 0 0 -41; -1 0 -1 1 16]
I was able to get it to the following
>> M = [1 0 2 1 18; 0 1 1 0 2.6667; 0 2.3333 0 -.6667 5.2222; 0 0 1 2 34]
I'm stuck. Anybody willing to help me through this. Thanks in advance
It has to be reduced into RREF. What would my next step be?

답변 (2개)

Tobias
Tobias 2013년 4월 10일
Do you have to do it manually? If you have MATLAB at your disposal, why not just use the rref-command?
rref(M)
^ That should fix your problem

Amed
Amed 2013년 4월 10일
I have to do it manually and rref(M) at the end to show it's in RREF form
  댓글 수: 7
Amed
Amed 2013년 4월 10일
hello, anybody out there?
Amed
Amed 2013년 4월 10일
yoyoyoyoyo

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

태그

Community Treasure Hunt

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

Start Hunting!

Translated by