Solving an implicit equation involving complex numbers
Afficher commentaires plus anciens
Dear experts,
I am having the following problem:
I am given with an implicit function of the form:
F(x,y)=0
where x is in the interval [0,2] and y is a complex number (namely, F is a polynomial of fourth order, of the form F(x,y) = y^4 (...) + y^3 (...) + y^2 (...) +y (...) + (...) ) .
My aim is to plot imag(y) against x , and real(y) against x, but I have no idea how to do it .
I have tried using the Contour function, and Ezplot function, but it seems like they do not know how to handle complex numbers (before I use the functions , I need to use meshgrid, which immediately takes y as a real number... ) .
Will someone please help me?
Thanks in advance !
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Logical dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!