Post Reply 
fsolve accuracy with complex variables [SOLVED]
02-07-2016, 02:42 PM
Post: #3
RE: fsolve accuracy with complex variables
Unfortunately the solver simplified abs(x)^2 to x^2 (fsolve is essentially a real solver), this will happen with non holomorphic functions like re/im/conj/abs.
You can set z:=x+i*y; Z:=abs(z)^2-200*z+500+500*i; then solve([re(Z),im(Z)],[x,y]) for exact and fsolve for approx solutions.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: fsolve accuracy with complex variables - parisse - 02-07-2016 02:42 PM



User(s) browsing this thread: 1 Guest(s)