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

3 次查看(过去 30 天)
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 CenterFile Exchange 中查找有关 Creating and Concatenating Matrices 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by