using roots function to find values

2 ビュー (過去 30 日間)
harley
harley 2013 年 10 月 13 日
回答済み: Youssef Khmou 2013 年 10 月 13 日
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 Center および File ExchangeModeling についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by