How to solve for multiple roots
Afficher commentaires plus anciens
Hello, I am trying to solve the first 500 roots of the following equation tan (x)= (3x)/(3+(60.5*(x^2)) But I cannot figure out how to do it. Any help will be appreciated.
Réponse acceptée
Plus de réponses (2)
madhan ravi
le 4 Nov 2018
syms x
e1=tan(x)==(3*x)/(3+(60.5*(x^2)))
vpasolve(e1,x,1)
1 commentaire
madhan ravi
le 4 Nov 2018
Modifié(e) : madhan ravi
le 4 Nov 2018
For multiple roots you have to specify the interval
Bambatta
le 5 Nov 2018
0 votes
1 commentaire
madhan ravi
le 5 Nov 2018
you can also thank by giving a vote
Catégories
En savoir plus sur Code Performance dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!