i have matrix A and C how can i find matrix B A*B=C
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
hello every one i have 3 different matrix such as A=[1 2;3 4] and B=[X1;X2] and C=[5;6] then A*B=C how can i find matrix B? can you explain thank you
0 comentarios
Respuestas (1)
John D'Errico
el 24 de Mayo de 2015
Editada: John D'Errico
el 24 de Mayo de 2015
B = A\C;
help slash
0 comentarios
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!