find all zeros
Mostrar comentarios más antiguos
f(x)=21x^3+x
Respuestas (3)
Honglei Chen
el 26 de Abr. de 2012
You can use roots, for example for x^2-1=0
roots([1 0 -1])
Andrei Bobrov
el 26 de Abr. de 2012
roots([21 0 1 0])
Walter Roberson
el 26 de Abr. de 2012
0 votos
(But Please note the code error I point out in my response.)
Categorías
Más información sobre Multicore Processor Targets en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!