solving 5 nonlinear equations
古いコメントを表示
I want to solve five nonlinear equations for five unknowns. How to solve in matlab?
The equations are-
32.5=2*sqrt((a*b-e^2)/(a*((1/c)+2/(sqrt(a*b)+e))))
81=2*sqrt(sqrt((a^2-d^2)/(b((2/(a-d))+(2/(a+d)))))*(sqrt((a*b-e^2)/(a*((1/c)+2/(sqrt(a*b)+e))))))
230=b-(2*e^2/(a+d))
0.3=(b*d-e^2)/(b*a-e^2)
0.3=e/(a+d)
Thanks.
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で GPU Computing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!