Borrar filtros
Borrar filtros

Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

Solving a matrix using MatLab?

1 visualización (últimos 30 días)
Amed
Amed el 10 de Abr. de 2013
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
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?

Respuestas (2)

Tobias
Tobias el 10 de Abr. de 2013
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 el 10 de Abr. de 2013
I have to do it manually and rref(M) at the end to show it's in RREF form
  7 comentarios
Amed
Amed el 10 de Abr. de 2013
hello, anybody out there?
Amed
Amed el 10 de Abr. de 2013
yoyoyoyoyo

La pregunta está cerrada.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by