696
Appendix A: System Routines — Lists and Matrices
TI
-
89 / TI
-
92 Plus Developer Guide
Not for Distribution
Beta Version January 26, 2001
push_matnorm
Declaration:
void
push_matnorm
(EStackIndex
mat_idx
)
Category(ies):
Lists and Matrices, Math
Description:
Pushes onto the estack the norm of a matrix indexed by
mat_idx
. This is
the square root of the sum of the square of each matrix element.
Inputs:
mat_idx
— Indexes the input matrix.
Outputs:
None
Assumptions:
None
Side Effects:
May expand expression stack, cause heap compression, or throw an error.
Availability:
On AMS 2.00 and higher.
TI-89 / TI-92 Plus
Differences:
None
See Also: push_rownorm, push_colnorm
Example:
See
push_colnorm
.