Texas Instruments TI-73 EXPLORER Benutzerhandbuch

Seite von 364
48
    Chapter 2: Math Operations
7302ENG.DOC   CH2 Math Operations, English   Julie Hewlett   Revised: 07/29/98 11:58 AM   Printed: 05/19/99 8:58
AM   Page 48 of 32
2. Find the list minimums.
-l:
1"
5
- v
1
¡
- v
2
E b
3. Find the list maximums.
1"
6
- v
1
¡
- v
2
E b
 
remainder(   
remainder(   1
 
  "
 
 7
 7
Returns the remainder resulting from the division of two
positive whole numbers, dividend and divisor, each of which
can be a list of positive whole numbers. They also are subject
to mathematical rules. For example, divisorƒ0.
remainder(
dividend,divisor
)
If both arguments are lists, they must have the same number
of elements. If one argument is a list and the other a non-list,
the non-list is paired with each element of the list, and a list of
remainders is returned.
remainder(
list,divisor
)
remainder(
dividend,list
)
remainder(
list,list
)
Calculate 10P6 and return
the remainder only.
: 1 "
  7
1 0
¡
6
E b
³
1
6 10
 8
4
remainder=4
dividend=10
divisor=6