Although geko notes he’s answered his own question, for anyone puzzled by this thread, let me offer my take on the question and its answer.
I believe the question is “how do you get the inverse of a matrix?”
As I’ve heard the term most commonly used, the inverse of a matrix

means a matrix

such that

, where

is a
unit matrix. For the example given in post one, the matrix, its inverse, their 2x2 unit matrix product are:
It’s neater to extract a constant from B and write it
Inverse of this kind are only meaningful for square (same number of columns and rows) matrixes.
Calculating the inverse of a matrix is pretty easy:
Start with a matrix A and a unit matrix B of the same size;
Multiply the rows of A by scalars and add them together as needed to change it into a unit matrix;
For every operation performed on a row of A, perform the same operation on B;
When complete, B is the inverse of A. If it’s impossible to change A into a unit matrix, it has no inverse.
If you do this calculation symbolically (with variables), you’ll find that the inverse of

is

From this, we can get the quick-and-easy rule “swap the diagonals, negative the other diagonals, and divide by the
determinant.
__________________
Moderator: Computers and Technology; Medical Science; Science Projects and Homework; Philosophy of Science; Physics and Mathematics; Environmental Studies