Projection Matrix: Difference between revisions

From GM-RKB
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
A projection matrix <math>P</math> is a <math>n \times n</math> square matrix that gives a vector space projection from the n-dimensional space<math>\R^n</math> to a subspace <math>W</math>.
A projection matrix <math>P</math> is a <math>n \times n</math> square matrix that gives a vector space [[projection]] from the [[n-dimensional space]] <math>\R^n</math> to a subspace <math>W</math>.
* <B>Context:</B>
** It can also be stated as: A square matrix <math>P</math> is a projection matrix if and only if <math>P^2=P</math>
**
* <B>Example(s):</B>
** An example of a nonsymmetric projection matrix is <math>\begin{bmatrix}0 & 1 \\ 0 & 1\end{bmatrix}</math>, which projects onto the line <math>y=x</math>.
* <B>See:</B> [[Linear Transformation]].
* <B>See:</B> [[Linear Transformation]].
----
----

Revision as of 13:02, 14 January 2016

A projection matrix [math]\displaystyle{ P }[/math] is a [math]\displaystyle{ n \times n }[/math] square matrix that gives a vector space projection from the n-dimensional space [math]\displaystyle{ \R^n }[/math] to a subspace [math]\displaystyle{ W }[/math].

  • Context:
    • It can also be stated as: A square matrix [math]\displaystyle{ P }[/math] is a projection matrix if and only if [math]\displaystyle{ P^2=P }[/math]
  • Example(s):
    • An example of a nonsymmetric projection matrix is [math]\displaystyle{ \begin{bmatrix}0 & 1 \\ 0 & 1\end{bmatrix} }[/math], which projects onto the line [math]\displaystyle{ y=x }[/math].
  • See: Linear Transformation.


References

2009