245Arithmetic Calculations Using Lists 17 - 4Example 1 To input the list: 56, 82, 64!{fg,ic,ge!}41 6Example 2 To multiply List 3 ( = 65 ) by the list 022 4K1(LIST)1(List)d*!{g,a,e!}w246The resulting list 0 is stored in ListAns Memory.88uuuuuTo assign the contents of one list to another listUse a to assign the contents of one list to another list.Example 1 To assign the contents of List 3 to List 1K1(LIST)1(List)da1(List)bwIn place of 1 (List) d operation in the above procedure, you could input!{e b,gf,cc!}.Example 2 To assign the list in ListAns Memory to List 1K1(LIST)1(List)!Ka1(List)bwuuuuuTo input a single list cell value into a calculationYou 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 2sK1(LIST)1(List)c![d!]wuuuuuTo input a value into a specific cellYou can input a value into a specific cell inside a list. When you do, the value thatwas previously stored in the cell is replaced with the new value you input.Example To input the value 25 into Cell 2 of List 3cfaK1(LIST)1(List)d![c!]w