Root finder solver for cubic equation
古いコメントを表示
I have the following cubic equation in beta, knowing gamma, theta and M1 how can I find the roots of beta using MATLAB?
for example, knowing the following:
M1 = 8:3:20;
gamma = 1.4;
theta = 8;
3 件のコメント
David Goodmanson
2021 年 3 月 8 日
Hi Lujain. take a look at the roots function which requires four coefficients, all of which you have, so you can solve for tan(beta)
Jamie Al
2021 年 3 月 8 日
Jamie Al
2021 年 3 月 8 日
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Linear Algebra についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

