[sage-support] Re: finding complex roots

2017-01-14 Thread Дмитрий Фролов
Vegard Lima, Dima Pasechnik, thank you for your answers. I find function 
"newton()" in scipy.optimize. This function was good for solving my 
problem, it works with complex roots well.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.


[sage-support] finding complex roots

2017-01-13 Thread Дмитрий Фролов
Hellow! I have problem: I need to solve equation with one variable, but 
solution must be complex number. "find_root()" and "root()" in 
scipy.optimize can't do it. Help me please.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.