2022. 3. 12. 12:50ㆍMathematics/Linear Algebra
Let's think about the usefulness of linear algebra. One of the main reasons that linear algebra is broadly applicable is that it can solve system of linear equations.
"System of linear equations":
Let's package "system of linear equations" into single vector equation, which consists of 1). matrix (
There is pretty cool geometric interpretation for this problem. The matrix
Now, let's think about how to solve these equations. It depends on whether the transformation associated with
Non-zero determinant
In this case, transformation
The transformation
Therefore, once we find
Zero determinant
In this case, transformation
It's still possible that a solution exists even when there is no inverse. If transformation squishes space onto a line, there will be a solution when the vector
Pseudo-inverse matrix
If there is no inverse matrix, we can solve equations by pesudo-inverse matrix
Rank
There is a difference in degree among the cases where the determinant is
So there is terminology that's a bit more specific than "zero determinant". When the output of a transformation is a line, meaning it's one-dimensional, we say the transformation has a "rank" of
Column space
column space of matrix is the set of all possible outputs (ex. line, plane, or 3-D space) for matrix. The columns of matrix tell us where the basis vector land, and the span of those transformed basis vectors gives us all possible outputs. In other words, the column space is the span of the columns of matrix. So, a more precise definition of rank would be "the number of dimensions in the column space". When rank equals the number of columns, we call the matrix "full rank".
Null space
If matrices that aren't full rank, squish to a smaller dimension, here are bunch of vectors that land on zero. This set of vectors that lands on the origin is called the "null space" or the "kernel" of matrix. When
Summary
In this section, we overview of "system of linear equations" at very high-level. 1). Each "system of linear equations" matches with some kind of linear transformation. And when transformation has an inverse, we can solve equations by that inverse. Otherwise, 2). the concept of column space helps us to understand whether a solution exists or not. and 3). the concept of null space helps us to understand what the set of possible solutions is.
'Mathematics > Linear Algebra' 카테고리의 다른 글
[Linear Algebra] 8. Dot products and duality (0) | 2022.03.12 |
---|---|
[Linear Algebra] 7. Nonsquare matrices as transformations between dimensions (0) | 2022.03.12 |
[Linear Algebra] 5. The determinants (0) | 2022.03.12 |
[Linear Algebra] 4. Matrix multiplication as composition (0) | 2022.03.12 |
[Linear Algebra] 3. Matrices as linear transformations (0) | 2022.03.12 |