HP-35S 3x3 matrix inversion via keyboard
|
02-02-2015, 07:29 PM
Post: #1
|
|||
|
|||
HP-35S 3x3 matrix inversion via keyboard
The "3*3 lin. solve" predefined equation in the HP-35S can be used to find and display the inverse of a 3x3 matrix. (I found HP-35S matrix programs online, but not this keyboard tip. Feel free to provide a link if it is already posted.) The function works by entering 12 real values to solve 3 equations in 3 unknowns for (x, y, z):
A*x + B*y + C*z = D E*x + F*y + G*z = H I*x + J*y + K*z = L Using matrix notation: Code:
By doing the "3*3 lin. solve" operation 3 times with the following D H L values, the columns of the inverse matrix can be displayed. Code:
For example, to find Code:
do the following: Code:
|
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
HP-35S 3x3 matrix inversion via keyboard - Rick314 - 02-02-2015 07:29 PM
RE: HP-35S 3x3 matrix inversion via keyboard - Thomas Klemm - 02-03-2015, 02:14 AM
|
User(s) browsing this thread: 3 Guest(s)