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

2 visualizaciones (últimos 30 días)
Rachel
Rachel el 16 de Abr. de 2013
Comentada: Rebecca el 11 de Abr. de 2014
I only know how to do this with polynomials.

Respuesta aceptada

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

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Programming en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by