s =
Symbolic Math toolbox does not solve equation
古いコメントを表示
Hello everyone, I am attempting to solve an equation via the Symbolic Math toolbox:
syms a b c d e
solve([a^2 + b*c == d^2, b*c==e*a^2],e)
ans =
Empty sym: 0-by-1
However, I seem to be unable to move the solver to produce the correct soluation (d^2-a^2)/a^2.
What am I doing wrong here, and how should I formulate this problem for the solver to work?
Thank you for every hint on this!
採用された回答
その他の回答 (0 件)
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!