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!

