Azzera filtri
Azzera filtri

i have matrix A and C how can i find matrix B A*B=C

3 visualizzazioni (ultimi 30 giorni)
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

Risposte (1)

John D'Errico
John D'Errico il 24 Mag 2015
Modificato: John D'Errico il 24 Mag 2015
B = A\C;
help slash

Categorie

Scopri di più su Creating and Concatenating Matrices in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by