Info

Questa domanda è chiusa. Riaprila per modificarla o per rispondere.

Matrix multiplication using inv()

1 visualizzazione (ultimi 30 giorni)
Joseph
Joseph il 12 Set 2014
Chiuso: MATLAB Answer Bot il 20 Ago 2021
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

Risposte (2)

Azzi Abdelmalek
Azzi Abdelmalek il 12 Set 2014
A = inv(B)*I'

Matt J
Matt J il 12 Set 2014

Questa domanda è chiusa.

Community Treasure Hunt

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

Start Hunting!

Translated by