Post Reply 
HP-35S 3x3 matrix inversion via keyboard
02-03-2015, 02:14 AM
Post: #2
RE: HP-35S 3x3 matrix inversion via keyboard
(02-02-2015 07:29 PM)Rick314 Wrote:  Using matrix notation:
Code:
+-     -+   +- -+   +- -+
| A B C |   | x |   | D |
| E F G | * | y | = | H |
| I J K |   | z |   | L |
+-     -+   +- -+   +- -+

Just wanted to let you know that this forum supports LaTeX:
\[
\begin{bmatrix}
A & B & C \\
E & F & G \\
I & J & K
\end{bmatrix}
\cdot
\begin{bmatrix}
x \\
y \\
z
\end{bmatrix}
=
\begin{bmatrix}
D \\
H \\
L
\end{bmatrix}
\]
As I'm not fluent I often use this online LaTeX equation editor.

Kind regards
Thomas
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: HP-35S 3x3 matrix inversion via keyboard - Thomas Klemm - 02-03-2015 02:14 AM



User(s) browsing this thread: 2 Guest(s)