Matrix multiplication using inv()

It says my dimensions don't agree....can anyone help me please
B = [1 1 1 0;-.204 -.068 -4.36 1.6;.042 .005 16.45 -13.95; -.008 -.0003 -49.4 87.15];
I = [4 -3 0 1];
A = inv(B)*I

回答 (2 件)

Azzi Abdelmalek
Azzi Abdelmalek 2014 年 9 月 12 日

0 投票

A = inv(B)*I'
Matt J
Matt J 2014 年 9 月 12 日

0 投票

A = B\I.'

この質問は閉じられています。

質問済み:

2014 年 9 月 12 日

閉鎖済み:

2021 年 8 月 20 日

Community Treasure Hunt

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

Start Hunting!

Translated by