Borrar filtros
Borrar filtros

Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

Find roots of this function!

1 visualización (últimos 30 días)
Shashank
Shashank el 24 de Oct. de 2012
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
How would I find the roots to this particular function?
f(x) = mod((4 + x)/(4 - 3*x)) - exp(i*t)
where;
mod = modulus of the complex number
x = any complex number
exp = exponential function
i = iota
t = angle to be varied between 0 to 2pi
I need to find roots for this equation in terms of the angle (t) and plot that curve as t varies from 0 to 2pi.
Thanks.
  2 comentarios
Matt Fig
Matt Fig el 24 de Oct. de 2012
The MOD function takes two inputs. As you have it, the function will fail. Please re-write it so that it will work....
Walter Roberson
Walter Roberson el 24 de Oct. de 2012
abs(x) is the complex modulus of x.
What is iota? Is that the same as the imaginary unit?

Respuestas (0)

La pregunta está cerrada.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by