Education Technology

Solution 11866: Algorithm for the Taylor() Series Function on the TI-89 Family, TI-92 Family, and Voyage™ 200 Graphing Calculators.

What is the algorithm for the taylor() function on the TI-89 family, TI-92 family, and Voyage 200 calculators?

The algorithm for the taylor() function is as follows.

taylor(u,x,n,a) is the sum(limit(d(u,x,k),x,a)*(x-a)^k/k!,k,0,n), computed iteratively to avoid redundant computation of lower-order derivatives.

Please see the TI-89 family, TI-92 family and Voyage 200 guidebooks for additional information.