Filter löschen
Filter löschen

Answer not Matching (Solution of Linear Equation)

1 Ansicht (letzte 30 Tage)
Rajveersingh Pritpalsingh Panesar
Question is attached below, my answear is not matching in both methods (Inverse matrix multiplication and backsalsh operator)

Antworten (1)

Dana
Dana am 4 Sep. 2020
k\f, not f\k.
  5 Kommentare
Dana
Dana am 4 Sep. 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.
Rajveersingh Pritpalsingh Panesar
Alright ! Thanks for the help though !

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Operating on Diagonal Matrices finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by