tags:

views:

87

answers:

2

How can I write a program to plot this expression:

(a*z^2+c)+(a*z^2-c)*cos(2*u+m*pi)+b*z*sin(2*u+m*pi)=0

Where all of "a","b","c" and "z" parameters are known expressions and are just one variable expressions:"beta". And you is an expression of "lambda", so the main equation is an implicit expression of(lambda and beta).

+1  A: 

I'm going to suggest some resources for you to study and learn by yourself

Nathan Campos
+1  A: 

Try function Solve (from Symbol Processing toolbox) and ezplot

jonny
but when i'm using solve, because the net expanded equation is very complex, a warning: answers may be lost is displayed
Alireza

related questions