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

2 vues (au cours des 30 derniers jours)
Rachel
Rachel le 16 Avr 2013
Commenté : Rebecca le 11 Avr 2014
I only know how to do this with polynomials.

Réponse acceptée

Azzi Abdelmalek
Azzi Abdelmalek le 16 Avr 2013
syms x,
y=exp(-.2*x )*cos(2*x)-.15*x^2+1
sol=solve(y)
  1 commentaire
Rebecca
Rebecca le 11 Avr 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.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Programming dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by