How to solve for multiple roots
古いコメントを表示
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.
採用された回答
その他の回答 (2 件)
madhan ravi
2018 年 11 月 4 日
syms x
e1=tan(x)==(3*x)/(3+(60.5*(x^2)))
vpasolve(e1,x,1)
1 件のコメント
madhan ravi
2018 年 11 月 4 日
編集済み: madhan ravi
2018 年 11 月 4 日
For multiple roots you have to specify the interval
Bambatta
2018 年 11 月 5 日
0 投票
1 件のコメント
madhan ravi
2018 年 11 月 5 日
you can also thank by giving a vote
カテゴリ
ヘルプ センター および File Exchange で Code Performance についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!