-
Projections in RN spaceMath/Linear algebra 2019. 10. 12. 11:59
1. Overview
A projection is a linear transformation P from a vector space to itself such that$P^{2}=P$. That is, whenever P is applied twice to any value, it gives the same result as if it were applied once (idempotent). It leaves its image unchanged. Though abstract, this definition of "projection" formalizes and generalizes the idea of graphical projection. One can also consider the effect of a projection on a geometrical object by examining the effect of the projection on points in the object.
2. Projections in $R^{2}$
2.1 Notation
2.2 Procedure
3. Projection in $R^{N}$
3.1 Procedure
3.2 Equation Intuition
So what we're saying with this equation is that vector D is in the column space of matrix C and the elements in vector x tell us the weightings the coefficients the ways to combine the columns of C that will give us vector D.
How do you know how to weigh the columns such that the weighted combination of the columns of C gives us vector D? The answer is, of course, to solve for x by inverting C and putting it on the left the right-hand side of the equation left multiplying vector D.
3.3 If A is a square full-rank matrix:
If that's the case then we can apply the inverse to each of these matrices individually swapping the order of course because of the live evil rule. So that gives us An inverse over here and then An inverse transpose on the right.
3. Reference
'Math > Linear algebra' 카테고리의 다른 글
Condition number (0) 2019.10.13 Separating two components of a vector (0) 2019.10.12 Left inverse and right inverse (0) 2019.10.12 Additive and Multiplicative matrix identities (0) 2019.10.11 4 ways of matrix multiplication (0) 2019.10.11