700
Appendix A: System Routines — Lists and Matrices
TI
-
89 / TI
-
92 Plus Developer Guide
Not for Distribution
Beta Version January 26, 2001
push_mrow
Declaration:
void
push_mrow
(EStackIndex
mult_idx,
EStackIndex
mat_idx,
EStackIndex
row_idx
)
Category(ies):
Lists and Matrices, Math
Description:
Pushes onto the estack a matrix which is the result of multiplying an
expression (indexed by
mult_idx
) by all of the elements in a row (indexed
by
row_idx
) of the input matrix (indexed by
mat_idx
).
row(
row_idx
) = row(
row_idx
) *
mult_idx
Inputs:
mult_idx
— Indexes the multiplier expression.
mat_idx
— Indexes the input matrix.
row_idx
— Indexes the row to operate on.
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_mrowadd, push_rowadd
(continued)