Taylor series calculator
taylortool
initiates a GUI that computes the
Taylor series expansion. The GUI that graphs a function against the Nth partial sum of its
Taylor series about a base point x = a
. The default function, value of N,
base point, and interval of computation for taylortool
are f =
x*cos(x)
, N = 7
, a = 0
, and
[-2*pi,2*pi]
, respectively.