I thought that linear algebra is a tool for solving systems of linear equations, but this can be done without most of linear algebra. That is, we just have to know matrix and the gaussian elimination and we don't have to know vector space, linear map, determinant, dimension, etc...
If we learn linear algebra, what problems can we solve other than systems of linear equations?
In my numerical linear algebra class my professor stated that 70% of problems can be summarized as the $Ax=b$ problem and the eigenvalue problem. The rest of the problems are slight variations of these problems.
There are a lot of applications. My advisor worked on stabilizing a method for solving hyperbolic PDEs and later he made them faster using FFTs and the SVD.
If you look at most websites like for instance Facebook, Amazon, Netflix or other places they use recommender systems based on linear algebra. These use the SVD algorithm to find users and items that are near other users or items and recommend them to other people.