Reductum_Index - Texas Instruments TI-89 Developer's Manual

Graphing calculator
Hide thumbs Also See for TI-89:
Table of Contents

Advertisement

294

reductum_index

Declaration:
EStackIndex reductum_index (EStackIndex i )
Category(ies):
Algebra Utilities
Description:
If i indexes an ADD_TAG, returns the index of the deeper of its two
operands. Otherwise returns Float0Index if IS_ARITH_APPROX is true and
Integer0Index if IS_ARITH_APPROX is false. Internally-simplified
expressions have the most main term shallowest.
For example:
If i indexes the internally-simplified expression
2 + x + y
then reductum_index(i) returns index(y + 2).
If i indexes the internally-simplified expression (
then reductum_index(i) returns Float0Index if IS_ARITH_APPROX is true
and Integer0Index if IS_ARITH_APPROX is false.
Note that Float0Index and Integer0Index are not ordinarily physically within
the expression indexed by i .
For the default mode IS_RECURSIVE, similar powers of the main variable
are collected.
For example:
If i indexes the internally-simplified expression
x^2 * y + x^2 + 5)
then reductum_index(i) returns index(5).
Internally-simplified differences are represented as sums with negated
subtrahends.
For example:
If i indexes the internally-simplified expression
x L y
then reductum_index(i) returns index(y † (L1)).
i
Inputs:
Outputs:
If i indexes an ADD_TAG, returns the index of the deeper of its two
operands. Otherwise returns Float0Index if IS_ARITH_APPROX is true and
Integer0Index if IS_ARITH_APPROX is false.
Assumptions:
None
Side Effects:
None
TI-89 / TI-92 Plus Developer Guide
Appendix A: System Routines — Algebra Utilities
— Indexes the top tag of an expression.
(continued)
Not for Distribution
)
2
Beta Version January 26, 2001

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Ti-92 plusTi-92 plus

Table of Contents