Appendix A: System Routines — Lists and Matrices
691
TI
-
89 / TI
-
92 Plus Developer Guide
Not for Distribution
Beta Version January 26, 2001
push_eigvc
Declaration:
void
push_eigvc
(EStackIndex
mat_idx
)
Category(ies):
Lists and Matrices, Math
Description:
Returns a matrix containing the eigen vectors for a real or complex square
matrix on the estack. This is the TI-BASIC eigVc command.
Inputs:
mat_idx
— Indexes the input square 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_eigvl
Example:
See
push_diag
.