Borrar filtros
Borrar filtros

can any one please solve this non linear equation?

1 visualización (últimos 30 días)
vishnu
vishnu el 15 de Jul. de 2013
can any one please solve this non linear equation?it has infinite no of solutions first 3 solutions for each a value i need
x*sin(2*a)+sin(2*x*a)=0
where x is to be find
a=(2*pi-y)/2;
y varies from 0 to 90
please help me

Respuesta aceptada

Matt J
Matt J el 15 de Jul. de 2013
Hint: the FZERO command
  3 comentarios
Matt J
Matt J el 15 de Jul. de 2013
You can't get 3 roots at a time. However, the second input to FZERO let's you specify a search interval around the root you're looking for. You can run FZERO 3 times, once for each interval.
vishnu
vishnu el 15 de Jul. de 2013
is it possible to get complex root atleast one root for

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Optimization 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