Skip to main content

Something I'd like to talk about determinant

Abstract

Determinant is a single number that includes many information about a matrix. Usually, we don't know about the property of a matrix at a glance, since it has a lot of numbers in it. But, if we know the determinant of the matrix, we could know about it in some extend. For example, determinant shows us the existence of the inverse of the matrix. Therefore, determinant of a matrix is an important concept in linear algebra and it is worth to think about it.


Overview of Determinant

Determinant is a single number (a scaler) that includes many information about a matrix. Since a matrix has a lot of numbers in it, it is usually hard to understand the property of a matrix at a glance. However, if we know the determinant of the matrix, we know about the matrix in some extend.

For example, if I want to introduce a man, I could explain his each detail, like when he wakes up usually, which train he takes to come to work, etc.. However, this is usually too much not-so-important information. It is commonly better to take a few brief interesting information instead of every detail: what is his job, he is gentle, he is rich, and so on. Although these features of person can't describe all the personality, it usually helps to grab the overview of the person. A property is more useful when it is simpler and more important.

Determinant can describe important properties of the matrix as the person's important properties. Especially it is just a single number (a scaler value). Such simplicity of determinant is great.

On the other hand, determinant can't describe everything of the matrix, sometimes it is too dry. Each matrix has features, some people have a preference on matrices. Seeing matrix itself is as reading in a historical story book about Wu Zixu, Sakamoto Ryoma, Maeda Keijirou, and Caesar. Getting determinant is as reading them in a history textbook. Historical story books light my heart, but I can't read all the people's books.

If someone asked a question ``What kind of person A was?'', then a simple and important answer gives us a great overview of the person A. For example, ``the person A became a King at the end.'' If I see a matrix and want to know the overview of it, determinant is a good index to start.

Matrix is versatile. We could represent many things by matrices. First, I would like to describe a complex buzz word --- linearity -- and matrix.

Comments

Popular posts from this blog

Why A^{T}A is invertible? (2) Linear Algebra

Why A^{T}A has the inverse Let me explain why A^{T}A has the inverse, if the columns of A are independent. First, if a matrix is n by n, and all the columns are independent, then this is a square full rank matrix. Therefore, there is the inverse. So, the problem is when A is a m by n, rectangle matrix.  Strang's explanation is based on null space. Null space and column space are the fundamental of the linear algebra. This explanation is simple and clear. However, when I was a University student, I did not recall the explanation of the null space in my linear algebra class. Maybe I was careless. I regret that... Explanation based on null space This explanation is based on Strang's book. Column space and null space are the main characters. Let's start with this explanation. Assume  x  where x is in the null space of A .  The matrices ( A^{T} A ) and A share the null space as the following: This means, if x is in the null space of A , x is also in the null spa

Gauss's quote for positive, negative, and imaginary number

Recently I watched the following great videos about imaginary numbers by Welch Labs. https://youtu.be/T647CGsuOVU?list=PLiaHhY2iBX9g6KIvZ_703G3KJXapKkNaF I like this article about naming of math by Kalid Azad. https://betterexplained.com/articles/learning-tip-idea-name/ Both articles mentioned about Gauss, who suggested to use other names of positive, negative, and imaginary numbers. Gauss wrote these names are wrong and that is one of the reason people didn't get why negative times negative is positive, or, pure positive imaginary times pure positive imaginary is negative real number. I made a few videos about explaining why -1 * -1 = +1, too. Explanation: why -1 * -1 = +1 by pattern https://youtu.be/uD7JRdAzKP8 Explanation: why -1 * -1 = +1 by climbing a mountain https://youtu.be/uD7JRdAzKP8 But actually Gauss's insight is much powerful. The original is in the Gauß, Werke, Bd. 2, S. 178 . Hätte man +1, -1, √-1) nicht positiv, negative, imaginäre (oder gar um

Why parallelogram area is |ad-bc|?

Here is my question. The area of parallelogram is the difference of these two rectangles (red rectangle - blue rectangle). This is not intuitive for me. If you also think it is not so intuitive, you might interested in my slides. I try to explain this for hight school students. Slides:  A bit intuitive (for me) explanation of area of parallelogram  (to my site, external link) .