using roots function to find values

2 次查看(过去 30 天)
f(x) = 3x^3 – 5x^2 + 10. How do i find 'x' when y = 0, using roots function.

采纳的回答

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

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Modeling 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by