Processing math: 8%
In [2]:
%pylab inline
import pandas as pd;
import sympy as sp

sp.init_printing(use_latex = True)
Populating the interactive namespace from numpy and matplotlib

Lecure 4: Rootfinding and Interpolation

Topics

  • Root finding
  • Interpolation
  • Curve building
0