Linear System With Symbolic And Numerical Constants
Show older comments
How do I solve the following system on MATLAB?

The solution should be Fx1 = -1 and Fx5 = 0. Also, u2 = 0.005, u3 = 0.01, and u4 = 0.015.
Accepted Answer
More Answers (1)
Walter Roberson
on 4 Sep 2021
0 votes
Use syms and set up a solve(A\b == x)
Categories
Find more on Symbolic Math Toolbox 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!