using roots function to find values

3 Ansichten (letzte 30 Tage)
harley
harley am 13 Okt. 2013
Beantwortet: Youssef Khmou am 13 Okt. 2013
f(x) = 3x^3 – 5x^2 + 10. How do i find 'x' when y = 0, using roots function.

Akzeptierte Antwort

Youssef  Khmou
Youssef Khmou am 13 Okt. 2013
try :
F=[3 -5 0 10];
r=roots(F);

Weitere Antworten (0)

Kategorien

Mehr zu Modeling finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by