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!

