We have been going through how to solve the system of equations known as $Ax=b$, where $A$ is a matrix, $x$ is a vector and $b$ is a vector. I understand that if we have $A$ and $b$ we must find out what $x$ is, this happens via Gauss-Jordan elimination, back substitution, etc.
What does solving the linear system of equations actually mean though? Is it the point in space where all of the vectors of $A$ intersect, and what will this be useful for? Real-life examples are appreciated!
There are productive ways to think about the solutions of the linear system $Ax = b$ geometrically. There is already a link above on this.
However most applications of linear systems are not geometric. They come up everywhere we have any kind of mathematical modeling: physics, chemistry, biology, medicine, epidemiology, computer science, all types of engineering, as well as finance and economics. Linear systems also appear in fields as disparate as political science, geography or literature, where recent statistical models have been built to determine if a text was written by Shakespeare. And of course, it is also a useful tool in all kinds of higher mathematics.
Knowing how to solve $Ax = b$ is a basic tool in your quantitative toolbox.