Lists 11-15
8311LIST.DOC TI-83 international English Bob Fedorisko Revised: 02/19/01 1:21 PM Printed: 02/19/01 1:37 PM
Page 15 of 18
augment(
concatenates the elements of
listA
and
listB
. The
list elements can be real or complex numbers.
augment(
listA
,
listB
)
List
4
matr(
(lists stored to matrix) fills
matrixname
column
by column with the elements from each list. If the
dimensions of all lists are not equal, then
List
4
matr(
fills
each extra
matrixname
row with
0
. Complex lists are not
valid.
List
4
matr(
list1
,
list2
,
. . .
,
list n
,
matrixname
)
&
augment(
List
4
matr(