How to solve for multiple roots
Show older comments
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.
Accepted Answer
More Answers (2)
madhan ravi
on 4 Nov 2018
syms x
e1=tan(x)==(3*x)/(3+(60.5*(x^2)))
vpasolve(e1,x,1)
1 Comment
madhan ravi
on 4 Nov 2018
Edited: madhan ravi
on 4 Nov 2018
For multiple roots you have to specify the interval
Bambatta
on 5 Nov 2018
0 votes
1 Comment
madhan ravi
on 5 Nov 2018
you can also thank by giving a vote
Categories
Find more on Code Performance in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!