hello,everyone.I'm new here.how can i get the whole answers of an one yuan polynomial equation using fsolve?thank you so much
Show older comments
for example: x^7+2*x^5+3*x^3+x+7=0; I process as follows: function y=f1(x) y= x^7+2*x^5+3*x^3+x+7; command: y=fsolve('f1',-1,1) there is only an answer.
Accepted Answer
More Answers (0)
Categories
Find more on Function Creation 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!