Texas Instruments TI-89 Developer's Manual page 759

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

Advertisement

Appendix A: System Routines — Lists and Matrices
push_submat
Example:
This example pushes the submatrix [(1,1) . . . (nRows, nCols)] of the matrix
indexed by inMat onto the estack.
unsigned long nRows, nCols;
EStackIndex endRowIdx, endColIdx, oldTop, inMat;
.
.
.
/* assume inMat, nRows, nCols already setup */
oldTop = top_index;
push_ulong_to_integer ( nRows );
endRowIdx = top_estack;
push_ulong_to_integer ( nCols );
endColIdx = top_estack;
push_submat ( inMat, NULL, NULL, endRowIdx, endColIdx );
delete_between( oldTop, endColIdx );
.
.
.
TI-89 / TI-92 Plus Developer Guide
(continued)
Not for Distribution
717
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