How do I find all the positive roots of (e^(-.2x ))(cos(2x))-.15x^2+1

3 views (last 30 days)
I only know how to do this with polynomials.

Accepted Answer

Azzi Abdelmalek
Azzi Abdelmalek on 16 Apr 2013
syms x,
y=exp(-.2*x )*cos(2*x)-.15*x^2+1
sol=solve(y)
  1 Comment
Rebecca
Rebecca on 11 Apr 2014
How do you compute all three of its positive roots. When I enter this into Matlab I only get one of its positive roots.

Sign in to comment.

More Answers (0)

Categories

Find more on Argument Definitions in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!