Borrar filtros
Borrar filtros

using roots function to find values

2 visualizaciones (últimos 30 días)
harley
harley el 13 de Oct. de 2013
Respondida: Youssef Khmou el 13 de Oct. de 2013
f(x) = 3x^3 – 5x^2 + 10. How do i find 'x' when y = 0, using roots function.

Respuesta aceptada

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

Más respuestas (0)

Categorías

Más información sobre Get Started with MATLAB en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by