712
Appendix A: System Routines — Lists and Matrices
TI
-
89 / TI
-
92 Plus Developer Guide
Not for Distribution
Beta Version January 26, 2001
push_rownorm
Declaration:
void
push_rownorm
(EStackIndex
mat_idx
)
Category(ies):
Lists and Matrices, Math
Description:
Pushes onto the estack the row norm of the matrix indexed by
mat_idx
.
The row norm is the largest value of the sums of the absolute values of the
elements in each row of the matrix.
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_colnorm, push_matnorm
Example:
See
push_colnorm
.