Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Matrix multiplication using inv()

조회 수: 3 (최근 30일)
Joseph
Joseph 2014년 9월 12일
마감: MATLAB Answer Bot 2021년 8월 20일
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일

Matt J
Matt J 2014년 9월 12일

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by