Chapter 14: Data Types
149
TI
-
89 / TI
-
92 Plus Developer Guide
Not for Distribution
Beta Version January 26, 2001
14.3. Matrix
A matrix is stored as a list of lists, guaranteed to have scalar elements resulting
in a rectangular matrix. Each list represents one row of the matrix, surrounded by
a LIST_TAG/END_TAG pair as shown below.
Description Bytes
Data length of list 2
END_TAG 1
END_TAG (one for each row) 1
Expressions (1 per element of list) variable
LIST_TAG (one for each row) 1
LIST_TAG 1
Table 14.6: Data Object for a Matrix