Augment, Augment( augment – Texas Instruments TI-73 EXPLORER User Manual
Page 106
100
Chapter 5: Lists
7305ENG.DOC CH 5 Lists, English Julie Hewlett Revised: 07/29/98 12:04 PM Printed: 05/19/99 8:59 AM Page
100 of 30
Solve expression,
A
2
, with regard to variable,
A
. Use variable
values ranging from 1 (begin) to 11 (end), and specify
increment as 3.
1. Return to the Home screen,
and clear it, if desired.
- l :
2. Enter the
seq(
expression.
- v "
7
- t
A
b 6 ¡
A
b
Done
b ¡
1
¡
1 1
¡
3
E b
augment(
augment( -
v
"
8
8
augment(
combines the elements of two lists from the Home
screen to create a new list. An augmented list is not saved in
the calculators memory unless you name it or store it to an
existing list name. This is shown in the following example.
augment(
list1,list2
)
Define
L
4
={1,2,3}
and
L
5
={3,4,5,6}
in the List editor, augment
L
4
with
L
5
and store the augmented list to
L
6
.
1. Define
L
4
and
L
5
.
3
2. Return to the Home screen,
and augment
L
4
and
L
5
.
- l :
- v "
8
- v
4
¡
- v
5
E b
³
³
{1
2
,4
2
,7
2
,10
2
}