Solving an implicit equation involving complex numbers
이전 댓글 표시
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 !
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Logical에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!