Solving an implicit equation involving complex numbers
Show older comments
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 !
Accepted Answer
More Answers (0)
Categories
Find more on Logical in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!