Effacer les filtres
Effacer les filtres

How do I find ALL of the positive roots of exp(-0.2*x​)*cos(2*x)​-0.15*x^2+​1?

1 vue (au cours des 30 derniers jours)
Rebecca
Rebecca le 11 Avr 2014
Commenté : Rebecca le 11 Avr 2014
I enter this into Matlab but I only receive back one of its positive roots and I know it has at least three.
syms x,
y=exp(-0.2*x)*cos(2*x)-0.15*x^2+1;
sol=solve(y)

Réponse acceptée

Walter Roberson
Walter Roberson le 11 Avr 2014
It has exactly three.
The easiest way is to plot the function, observe the approximate crossings, and run a numeric solver that is constrained to each range in turn.

Plus de réponses (0)

Catégories

En savoir plus sur Matrices and Arrays dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by