How to solve two complex equations by one another?
古いコメントを表示
I'm trying to solve two complex equations by one another, to determine a scaling factor "m". Basically I want to define a relationship between the two equations, in terms of one single number. This is what I have so far, however it keeps returning Empty sym. Can anyone advise? Thank you!
sym x
m = (88140000/x^(39/50) + 42590)/(12700000000000000/x^(103/25) + 575700)
solve(m,x)
end
3 件のコメント
KALYAN ACHARJYA
2018 年 7 月 26 日
x?
Julia de Lange
2018 年 7 月 26 日
Ben Frankel
2018 年 7 月 26 日
I don't see any equations. What exactly are you expecting MATLAB to do from that sequence of commands?
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Mathematics についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!