i have matrix A and C how can i find matrix B A*B=C
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponses (1)
John D'Errico
le 24 Mai 2015
Modifié(e) : John D'Errico
le 24 Mai 2015
B = A\C;
help slash
0 commentaires
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!