2022. 3. 12. 13:19ㆍMathematics/Linear Algebra
In this section, let's view "Cramer's rule" by geometrically.
Cramer's rule is not the best way to compute solutions of systems of linear equations. Gaussian elimination will always be faster. But understanding Cramer's rule geometrically will help consolidate ideas of relation between determinant and system of linear equations.
Example
In this setup, we define system of linear equations with 1). two unknowns
Let's think, the
It will be fantastic, if the dot product between
Orthonormal transformation
So transformation which preserve dot products are special enough to have their own name: Orthonormal transformations. These are the ones leave all the basis vectors perpendicular to each other with unit lengths. Solving a linear system with an orthonormal matrix is very easy: Since
Non-orthonormal transformation
To solve non-orthonormal transformations, view coordinates as "area of the parallelogram", rather "scalar of basis vector". In detail,
Why view coordinates as areas and volumes? If applying some matrix transformation, the areas of the parallelograms don't stay the same, they may get scaled up or down. But, All the areas get scaled by the same amount which is a key idea of determinant.
That why, the area of parallelogram spanned by
Just using the output of the transformation, namely the columns of the matrix and the coordinates of output vector, we can recover the
This formula for finding the solutions to a system of linear equations is known as Cramer's rule.
'Mathematics > Linear Algebra' 카테고리의 다른 글
[Linear Algebra] 13. Eigenvectors and eigenvalues (0) | 2022.03.12 |
---|---|
[Linear Algebra] 12. Change of basis (0) | 2022.03.12 |
[Linear Algebra] 10. Cross products and duality (0) | 2022.03.12 |
[Linear Algebra] 9. Cross products via transformations (0) | 2022.03.12 |
[Linear Algebra] 8. Dot products and duality (0) | 2022.03.12 |