Alireza
Alireza

Reputation: 311

Finding Zeros Of An Expression

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).

Upvotes: 0

Views: 171

Answers (2)

jonny
jonny

Reputation: 736

Try function Solve (from Symbol Processing toolbox) and ezplot

Upvotes: 1

Nathan Campos
Nathan Campos

Reputation: 29497

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

Upvotes: 1

Related Questions