Shuaa M. Aziz
Followers: 0 Following: 0
I need a matlab script that evaluate the critical points for COMPLEX FUNCTION in a complex plane manner for example f(z)=z.^2+c , the script must differentiate f(z) and equal it to zero,then solve this derivative with respect to z, this script must to be in general manner such that I can use any complex function as input .

