Answer not Matching (Solution of Linear Equation)
Show older comments
Question is attached below, my answear is not matching in both methods (Inverse matrix multiplication and backsalsh operator)


Answers (1)
Dana
on 4 Sep 2020
0 votes
k\f, not f\k.
5 Comments
Rajveersingh Pritpalsingh Panesar
on 4 Sep 2020
Dana
on 4 Sep 2020
You're doing something wrong. It's what I said before, k\f. Try it.
Rajveersingh Pritpalsingh Panesar
on 4 Sep 2020
Dana
on 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
on 4 Sep 2020
Categories
Find more on Structural Mechanics in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!