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.

采纳的回答

Azzi Abdelmalek
Azzi Abdelmalek 2013-4-16
syms x,
y=exp(-.2*x )*cos(2*x)-.15*x^2+1
sol=solve(y)
  1 个评论
Rebecca
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 个)

类别

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

Community Treasure Hunt

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

Start Hunting!

Translated by