90
List Function
Chapter 6
2. Press
1
(LIST) to display the List Data Manipulation Menu.
1
(LIST)
3. Press
1
(List) to display the “List” command and input the number of the list you
want to specify.
1
(List)
g
(Input List 6.)
u
u
u
u
u
To directly input a list of values
You can also directly input a list of values using
{
,
}
, and
,
.
41
6
Example
To multiply List 3
65
by the list
0
22
4
K
1
(LIST)
1
(List)
d*
!
{
g,a,e
!
}
w
246
The resulting list
0
is stored in Ans Memory.
88
u
u
u
u
u
To assign the contents of one list to another list
Use
a
to assign the contents of one list to another list.
Example 1
To assign the contents of List 3 to List 1
K
1
(LIST)
1
(List)
d
a
1
(List)
b
w
In place of
1
(List)
d
operation in the above procedure, you could input
!
{
e
b,gf,cc
!
}
.
Example 2
To assign the list in Ans Memory to List 1
K
1
(LIST)
1
(List)
!K
a
1
(List)
b
w
u
u
u
u
u
To input a single list cell value into a calculation
You can extract the value in a specific cell of a list and use it in a calculation. Specify
the cell number by enclosing it between square brackets using the
[
and
]
keys.
Example
To calculate the sine of the value stored in Cell 3 of List 2
s
K
1
(LIST)
1
(List)
c
!
[d
!
]
w
1
2
3
4
Содержание fx-7400G
Страница 46: ...Differential Calculations Chapter 3 ...
Страница 164: ...161 1 2 3 4 5 Program for Circle and Tangents No 4 Step Key Operation Display ...
Страница 165: ...162 Program for Circle and Tangents No 4 Step Key Operation Display 6 7 8 9 10 ...
Страница 166: ...163 11 12 13 14 15 Program for Circle and Tangents No 4 Step Key Operation Display ...
Страница 167: ...164 16 17 18 Program for Circle and Tangents No 4 Step Key Operation Display ...
Страница 170: ...167 1 2 3 4 5 Program for Rotating a Figure No 5 Step Key Operation Display ...