How do I find all the positive roots of (e^(-.2x ))(cos(2x))-.15x^2+1
2 ビュー (過去 30 日間)
古いコメントを表示
I only know how to do this with polynomials.
0 件のコメント
採用された回答
Azzi Abdelmalek
2013 年 4 月 16 日
syms x,
y=exp(-.2*x )*cos(2*x)-.15*x^2+1
sol=solve(y)
1 件のコメント
Rebecca
2014 年 4 月 11 日
How do you compute all three of its positive roots. When I enter this into Matlab I only get one of its positive roots.
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!