cplot useful for plotting successive iterations of complex function?
20 views
Skip to first unread message
Shriramana Sharma
unread,
Jan 19, 2013, 5:17:41 AM1/19/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mpm...@googlegroups.com
Hello.
I've been looking into a few algorithms related to polynomial root
finding. Starting with a hint from Aaron Meurer of SymPy I looked into
MPMath's Durand Kerner implementation and have also examined some
other related methods. (Note that I am not a trained mathematician but
a humanities scholar who retains strong affinity for math.)
In this connection, I would like to visualize the convergence of the
approximations produced by successive iterations of these methods. I
am wondering if cplot would be useful for me, or should I go to
matplotlib?