Answer not Matching (Solution of Linear Equation)

조회 수: 3 (최근 30일)
Rajveersingh Pritpalsingh Panesar
Question is attached below, my answear is not matching in both methods (Inverse matrix multiplication and backsalsh operator)

답변 (1개)

Dana
Dana 2020년 9월 4일
k\f, not f\k.
  댓글 수: 5
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.
Rajveersingh Pritpalsingh Panesar
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