Popular recipes tagged "fixed_point"http://code.activestate.com/recipes/tags/fixed_point/2013-01-16T16:39:08-08:00ActiveState Code RecipesFixed Point Iteration in Python (Python) 2013-01-16T16:39:08-08:00Captain DeadBoneshttp://code.activestate.com/recipes/users/4184772/http://code.activestate.com/recipes/578418-fixed-point-iteration-in-python/ <p style="color: grey"> Python recipe 578418 by <a href="/recipes/users/4184772/">Captain DeadBones</a> (<a href="/recipes/tags/fixed_point/">fixed_point</a>, <a href="/recipes/tags/mathematics/">mathematics</a>, <a href="/recipes/tags/python/">python</a>). </p> <p>The code utilizes fixed point iteration to solve equations in python. This code was wrriten for <a href="http://thelivingpearl.com/2013/01/15/the-easy-way-to-solve-equations-in-python/">How to solve equations using python</a>.</p>