Answer not Matching (Solution of Linear Equation)

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

Risposte (1)

Dana
Dana il 4 Set 2020
k\f, not f\k.
  5 Commenti
Dana
Dana il 4 Set 2020
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.

Accedi per commentare.

Community Treasure Hunt

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

Start Hunting!

Translated by