|
Section 6: Functions80
|
|
Y-register, the y value is divided by x and the remainder is placed back into
the X-register. For example, find 128 modulo 10:
|
|
|
|
Performing y mod x when x=0 returns an answer of 0.
|
|
Reciprocals
|
|
To calculate the reciprocal of a number in the X-register, key in the number,
then execute the 1/x (reciprocal) function.
For example, to calculate the reciprocal of the number 1.7588028
× 1011 (the electron charge-to-mass ratio):
|
|
|
|
You can also calculate the reciprocal of a value in a previous calculation
without reentering the number.
|
|
Example: In an electric circuit, three resistors are connected in parallel
and a single resistor is connected in series with the parallel circuit. The
resistors in parallel have values of 2.7 kilohms, 5.6 kilohms, and 7.5
kilohms, and the series resistor has a value of 680 ohms. What is the total
resistance of the circuit?
|
|
|
|
|