I have been studying linear algebra for quite a while now and I still don't really get what a matrix really is. I have found that there are multiple interpretations for matrices - some of them listed below. What other interpretations are there and how do all these interpretations connect? why do matrices coincidentally (or probably for a reason) represent all of these things?
The way I am thinking of matrices at the moment is that matrices are like a table, much like a spreadsheet in Excel and for some weird reason they also happen to represent a system of linear equations, which comes in handy to solve such systems.
Here are the interpretations I know of:
- Geometrically: Matrices transform space
- Algebraically: Matrices represent systems of linear equations
- As a table: Matrices can store information, for example the adjacency matrix for a graph
x_2 & x_3\ y_2 & y_3 \ \notag \end{vmatrix}
x_n & x_1\ y_n & y_1 \ \notag \end{vmatrix}}{2}$$
– João Víctor Melo Feb 14 '21 at 17:00