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

4 ビュー (過去 30 日間)
amina shafanejad
amina shafanejad 2015 年 5 月 24 日
編集済み: John D'Errico 2015 年 5 月 24 日
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

回答 (1 件)

John D'Errico
John D'Errico 2015 年 5 月 24 日
編集済み: John D'Errico 2015 年 5 月 24 日
B = A\C;
help slash

カテゴリ

Help Center および File ExchangeResizing and Reshaping Matrices についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by