Chapter 11: Lists
173
7. Press
|
or
~
to move the cursor to the stat plot point that you want for the right bound, and
then press
Í
.
The x-values and y-values of the selected points are stored in
xlistname
and
ylistname
. A new stat
plot of
xlistname
and
ylistname
replaces the stat plot from which you selected data points. The list
names are updated in the stat plot editor.
Note:
The two new lists (
xlistname
and
ylistname
) will include the points you select as left bound and
right bound. Also,
left-bound x-value
{
right-bound x-value
must be true.
augment(
augment(
concatenates the elements of
listA
and
listB
. The list elements can be real or complex
numbers.
augment(
listA
,
listB
)
List
4
matr(
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.