HP (Hewlett-Packard) HP 33s Calculator User Manual


 
15–18 Mathematics Programs
File name 33s-English-Manual-040130-Publication(Edition 2).doc Page : 388
Printed Date : 2004/1/30 Size : 13.7 x 21.2 cm
Program Instructions:
1. Key in the program routines; press
Å
when done.
2. Press
t
A to input coefficients of matrix and column vector.
3. Key in coefficient or vector value (A through L) at each prompt and press
¥
.
4. Optional: press
t
D to compute determinant of 3
×
3 system.
5. Press
t
I to compute inverse of 3
×
3 matrix.
6. Optional: press
t
A and repeatedly press
¥
to review the values of the
inverted matrix.
7. Press
t
M to multiply the inverted matrix by the column vector and to see
the value of
X. Press
¥
to see the value of Y, then press
¥
again to see
the value of
Z.
8. For a new case, go back to step 2.
Variables Used:
A
through I Coefficients of matrix.
J through L Column vector values.
W Scratch variable used to store the determinant.
X through Z Output vector values; also used for scratch.
i Loop–control value (index variable); also used for
scratch.
Remarks:
For 2
×
2 solutions use zero for coefficients C, F, H, G and for L. Use 1 for
coefficient
I.
Not all systems of equations have solutions.
Example:
For the system below, compute the inverse and the system solution. Review the
inverted matrix. Invert the matrix again and review the result to make sure that the
original matrix is returned.
23
X + 15Y + 17Z = 31
8
X + 11Y – 6Z = 17
4
X + 15Y + 12Z = 14