Appendix A: System Routines — Lists and Matrices
679
TI
-
89 / TI
-
92 Plus Developer Guide
Not for Distribution
Beta Version January 26, 2001
push_coldim
Declaration:
void
push_coldim
(EStackIndex
mat_idx
)
Category(ies):
Lists and Matrices, Math
Description:
Pushes onto the estack the column dimension of the matrix indexed by
mat_idx
.
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_rowdim
Example:
EStackIndex mat_idx;
.
.
.
push_coldim( mat_idx );