fsolve accuracy with complex variables [SOLVED]
|
02-07-2016, 03:28 PM
(This post was last modified: 02-07-2016 06:59 PM by JMB.)
Post: #4
|
|||
|
|||
RE: fsolve accuracy with complex variables
Thank you very much for your answers.
My Epsilon is set to 1e-12. Changing it to different values made no difference. The solution provided by Parisse works just fine. After the definitions: z:=x+i*y eq:=|z|^2-200*z+500+500*i Both solve and fsolve return the correct solution: solve([re(eq),im(eq)],[x,y],[190,1]) -> [197.43587635 2.5] fsolve([re(eq),im(eq)],[x,y],[190,1]) -> [197.43587635 2.5] |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
fsolve accuracy with complex variables [SOLVED] - JMB - 02-07-2016, 11:25 AM
RE: fsolve accuracy with complex variables - DrD - 02-07-2016, 02:12 PM
RE: fsolve accuracy with complex variables - parisse - 02-07-2016, 02:42 PM
RE: fsolve accuracy with complex variables - JMB - 02-07-2016 03:28 PM
|
User(s) browsing this thread: 3 Guest(s)