Matrix and solve command, Why this is not working please help me.
Show older comments
syms u2 u3
A = [1.6 -0.4;-0.4 0.4];
B = [u2;u3];
C = [0;20000];
eqn = A*B == C;
S = solve(eqn,u2) %or S = vpasolve(eqn,u2)
Accepted Answer
More Answers (0)
Categories
Find more on Mathematics 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!