Main Content
taylortool
Taylor series calculator
Description
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.
taylortool(
initiates the
GUI that computes the Taylor series expansion of the given expression
f
)f
.
returns the
t
= taylortool(___)Figure
object. Use t
to query or modify properties
of the figure after it is created.
Examples
Input Arguments
Version History
Introduced before R2006a