Answer not Matching (Solution of Linear Equation)

3 次查看(过去 30 天)
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.

请先登录,再进行评论。

Community Treasure Hunt

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

Start Hunting!

Translated by