Who found the method for matrix inversion and how was the method(s) derived?

591 Views Asked by At

I understand how to go about the process for finding an inverse of a square matrix but how did the algorithm come about?

1

There are 1 best solutions below

0
On

The concept of matrix inversion comes from the problem of solving a system of linear equations.

The history of the algorithm(s) used to find the solution of a linear system spans over some centuries: from the first method of chinese mathematicians (200 AC), to the works of Gabriel Kramer ( 1750) and Gauss (1811).

Here you can see a brief history.