How to do division on matrices ?

4 visualizaciones (últimos 30 días)
IBM watson
IBM watson el 6 de Nov. de 2018
Comentada: madhan ravi el 6 de Nov. de 2018
[a b; c d]*[x;y]=[k;l]
How can i calculate x and y if I know a,b,c,d and k,l ?

Respuesta aceptada

madhan ravi
madhan ravi el 6 de Nov. de 2018
Editada: madhan ravi el 6 de Nov. de 2018
  2 comentarios
IBM watson
IBM watson el 6 de Nov. de 2018
But if i have this :
x=[1 0 1 1;1 1 0 1;1 1 1 0;1 1 1 1]
z=[1;2;3;3]
i cant find y which is z/x
z*inv(x) doesnt work
madhan ravi
madhan ravi el 6 de Nov. de 2018

Iniciar sesión para comentar.

Más respuestas (1)

Jan
Jan el 6 de Nov. de 2018
v = [a b; c d] \ [k; l]

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by