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
카테고리
도움말 센터 및 File Exchange에서 Code Performance에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!