Push_Rowadd - Texas Instruments TI-89 Developer's Manual

Graphing calculator
Hide thumbs Also See for TI-89:
Table of Contents

Advertisement

710

push_rowadd

Declaration:
void push_rowadd (EStackIndex mat_idx, EStackIndex row_src_idx,
EStackIndex row_dest_idx )
Category(ies):
Lists and Matrices, Math
Description:
Pushes onto the estack a matrix which is the result of adding a row
(indexed by row_src_idx ) to another row (indexed by row_dest_idx ) of the
input matrix (indexed by mat_idx ).
row( row_dest_idx ) = row( row_dest_idx ) + row( row_src_idx )
Inputs:
mat_idx
row_src_idx
row_dest_idx — Indexes the row to add to.
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_mrow, push_mrowadd
See push_mrow.
Example:
TI-89 / TI-92 Plus Developer Guide
Appendix A: System Routines — Lists and Matrices
— Indexes the input matrix.
— Indexes the row to add from.
Not for Distribution
Beta Version January 26, 2001

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Ti-92 plusTi-92 plus

Table of Contents