EasyManuals Logo
Home>Texas Instruments>Calculator>TI-89

Texas Instruments TI-89 Developer's Guide

Texas Instruments TI-89
1398 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #319 background imageLoading...
Page #319 background image
Appendix A: System Routines — Algebra Utilities
277
TI
-
89 / TI
-
92 Plus Developer Guide
Not for Distribution
Beta Version January 26, 2001
push_div_dif_1c
Declaration:
void
push_div_dif_1c
(EStackIndex
i
, EStackIndex
vi
, EStackIndex
j
)
Category(ies):
Algebra Utilities
Description:
Pushes onto the estack the centered first difference (TI-BASIC function
nDeriv) of the expression indexed by
i
, with respect to the variable indexed
by
vi
, using the expression indexed by
j
as the step size.
For example: nDeriv (f(x), x, h) -> (f(x + h) - f(x - h))/(2h).
If invoked via the
push_internal_simplify
function,
vi
then
i
are simplified
to deepest variable. However, if the deepest variable value of
vi
has a
such-that or
§
value, that value is substituted for the deepest variable
value after computing the first difference.
For example, nDeriv (x^3, x, h) | x = 1 -> h^2 + 3.
Inputs:
i
Index of the top tag of an internally-simplified algebraic
expression, comparison or aggregate thereof.
vi
Index of a variable.
j
Index of the top tag of an internally-simplified algebraic expression
or an aggregate thereof.
Outputs:
None
Assumptions:
None
Side Effects:
None
Availability:
On AMS 2.02 and higher.
TI
-
89 / TI
-
92 Plus
Differences:
None
See Also: push_div_dif_1f
Example:
push_Float (1e-4);
h = top_estack;
push_quantum (8u);
vi = top_estack; /* Push variable x */
push_quantum (EXP_TAG); /* top_estack -> e^x */
push_div_dif_1c (top_estack, vi, h); /* push nDeriv(e^x, x, 1e-4) */

Table of Contents

Other manuals for Texas Instruments TI-89

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Texas Instruments TI-89 and is the answer not in the manual?

Texas Instruments TI-89 Specifications

General IconGeneral
Display size (HxV)100 x 160 mm
Memory type639K FLASH ROM, 188K bytes RAM
Compatible operating systemsOperating System 2.09
Battery typeAAA

Related product manuals