Root finder solver for cubic equation
Mostra commenti meno recenti
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 Commenti
David Goodmanson
il 8 Mar 2021
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
il 8 Mar 2021
Jamie Al
il 8 Mar 2021
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Linear Algebra in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

