[Math] Soft question: Why freshmen feel linear algebra is abstract

linear algebrasoft-question

When I was a freshman, I have learnt linear algebra for two semester. I feel linear algebra is abstract and hard to truly understood. For example, my textbook introduce the concept "nonsigular" by introduce the concept "determinant" first. I know how to calculate determinant, but I do not know why we need the concept "determinant" first, what's the geometrical meaning of "determinant", why when determinant is equal to zero so that the matrix is nonsigular.

There are many concepts like "determinant" or result that is easy to calculate or easy to mathematically prove but really hard to understand intuitively or geometrically.

My question:

  1. Why freshmen feel linear algebra is abstract?
  2. Should we learn or think geometrical meaning of every basic concept in linear algebra? Does intuitive important to linear algebra?
  3. What should a freshman or one wants to understnad linear algebra better do?

Update:

  1. "determinant" is just a example.

Best Answer

I am surprised both by the approach of your textbook (you don't need determinants to introduce the distinction between singlar and non-singular matrices, nor to solve linear systems), and by the fact that you qualify this approach as abstract. I would qualify a don't-ask-questions-just-compute attitude as concrete rather than abstract. Maybe you use "abstract" to mean "hard to grasp", but it is not the same thing; for me often the things hardest to grasp are complicated but very concrete systems (in biochemistry for instance). In mathematics (and elsewhere, I suppose) it is often asking conceptual questions that leads to abstraction, and I sense that what you would like is a more conceptual, and therefore more abstract approach.

But abstraction is present in many fields of mathematics, like linear algebra, for a more improtant reason as well, namely for the sake of economy and generality. Linear algebra arose as a set of common techniques that apply to problems in very diverse areas of mathematics, and only by an abstract formulation can one express them in such a way that they can be applied whereever needed, without having to reformulate them in each concrete situation. It would be motivating to have seen at least one such concrete application area before entering the abstraction of the subject, and I think that would be a sound approach. However this would involve introducing many details that in the end are independent of the methods of linear algebra, and I guess there is often just not the time to go into such preparations.

So to answer your questions.

  1. Linear algebra is an abstract subject, so it should not surprise tht freshmen feel it is so. But it is not abstract because of determinants, which are just a concrete tool that allows certain things to be expressed more explicitly than without them. Saying a linear map is invertible is a more abstract formulation then saying $\det A\neq0$ where $A$ is a matrix of that linear map in some basis.

  2. Yes, geometric insight helps understanding linear algebra, and you should have some geomtric intuition for notions as subspaces, span, kernels, images, eigenvalues. But determinants are somewhat different; while you certainly should have some geometric intuition for determinants in terms of volume when doing calculus, there is not much to gain from this in purely algebraic situations, and in fact I would know no geometric interpretation at all of the determinant of a complex matrix, or of the determinant that defines the characterisitic polynomial.

  3. To understand linear algebra better, you should try to go beyond concrete computational questions, and try obtain a more conceptual understanding of what is being done.

As for the mysteries of determinants, you may want to have a deeper understanding than just that they exists and magically solve certain problems (like determining which square matrices are invertible). For that I would refer to this question.