Path: blob/master/homework/Homework_2018_1_02_1032478036.ipynb
934 views
Kernel: Python 3
Fixed-point iteration
TAREA: Encontrar las tres raices de la función utilizando optimize.fixed_point
In [4]:
Out[4]:
Populating the interactive namespace from numpy and matplotlib
/usr/local/lib/python3.4/dist-packages/IPython/core/magics/pylab.py:160: UserWarning: pylab import has clobbered these variables: ['f']
`%matplotlib` prevents importing * from pylab and numpy
"\n`%matplotlib` prevents importing * from pylab and numpy"
In [2]:
Out[2]:
In [8]:
Out[8]:
Algunas raíces de la función son: x=0.7853981633974483 , x=-0.7853981633974483 y x=1.2787076310012914e-09
In [ ]: