find all zeros
Mostra commenti meno recenti
f(x)=21x^3+x
Risposte (3)
Honglei Chen
il 26 Apr 2012
You can use roots, for example for x^2-1=0
roots([1 0 -1])
Andrei Bobrov
il 26 Apr 2012
roots([21 0 1 0])
Walter Roberson
il 26 Apr 2012
0 voti
(But Please note the code error I point out in my response.)
Categorie
Scopri di più su Multicore Processor Targets in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!