Appendix A: System Routines — Lists and Matrices
719
TI
-
89 / TI
-
92 Plus Developer Guide
Not for Distribution
Beta Version January 26, 2001
push_transpose_aux
Declaration:
void
push_transpose_aux
(EStackIndex
mat_idx
, unsigned short
flag
)
Category(ies):
Lists and Matrices, Math
Description:
Transposes a matrix or its complex conjugate.
Inputs:
mat_idx
— EStackIndex of a matrix.
flag
— 0 — transpose the matrix. The matrix may be in internal or
external tokenized form and the result is in the same form.
1 — transpose the complex conjugate of the matrix. The
matrix must be in internal tokenized form and the result will
be in internal tokenized form.
Outputs:
Pushes the transposed matrix onto the expression stack.
Assumptions:
None
Side Effects:
May cause estack expansion, heap compression, or throw an error.
Availability:
On AMS 1.05 and higher.
TI-89 / TI-92 Plus
Differences:
None
See Also:
None
(continued)