Answer not Matching (Solution of Linear Equation)

Question is attached below, my answear is not matching in both methods (Inverse matrix multiplication and backsalsh operator)

답변 (1개)

Dana
Dana 2020년 9월 4일

0 개 추천

k\f, not f\k.

댓글 수: 5

I mean, equation says K*d = f , mathematically it should be d = f/k ! or I am doing something wrong ?
Dana
Dana 2020년 9월 4일
You're doing something wrong. It's what I said before, k\f. Try it.
I know, I tried that. Answear also comes in. But my question to you is, doesn't it makes more sense when we say k*d = f, d = f/k (Mathematically) ? or Does MATAB function differently ?
Dana
Dana 2020년 9월 4일
No. f/k = f*inv(k). k\f= inv(k)*f. You want the latter. You originally had f\k, which is like inv(f)*k, except that doesn't even make sense at all.
Alright ! Thanks for the help though !

댓글을 달려면 로그인하십시오.

카테고리

Community Treasure Hunt

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

Start Hunting!

Translated by