How to do division on matrices ?
Mostrar comentarios más antiguos
[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
Más respuestas (1)
Jan
el 6 de Nov. de 2018
v = [a b; c d] \ [k; l]
Categorías
Más información sobre Object Analysis en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!