solving a root equation
이전 댓글 표시
I am trying to solve this equation (y=0) to find x, but apperantly this technique can not be used for such equation:

y=100-sqrt(x)*2+x^3/20+x^(1/4)
solve(y,x)
could you please help me how to solve this equation to find x
thanks in advance.
답변 (1개)
There don't appear to be any non-complex solutions
x=roots([1/20 zeros(1,8) -2 0 -1 100]).^4
카테고리
도움말 센터 및 File Exchange에서 Systems of Nonlinear Equations에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!