Symbolic Math Toolbox | ![]() ![]() |
Syntax
Description
taylortool
initiates a GUI that graphs a function against the Nth partial sum of its Taylor series about a basepoint x = a
. The default function, value of N, basepoint, and interval of computation for taylortool
are f = x*cos(x)
,N = 7
, a = 0
, and [-2*pi,2*pi]
, respectively.
taylortool('f')
initiates the GUI for the given expression f
.
Examples
taylortool('sin(tan(x)) - tan(sin(x))')
See Also
![]() | taylor | tril | ![]() |