Finding Projection Matrix in 3D Space
up vote
-1
down vote
favorite
How would I go about finding a projection matrix? As an example, how would I find the projection matrix $mathbf P$:
$mathbf{P} mathbf{v} = text{The projection of $mathbf{v}$ onto } begin{pmatrix} 0 \ 1 \ 0 end{pmatrix}$
I've no idea as to how to start.
Thanks for the help!
matrices projection-matrices
add a comment |
up vote
-1
down vote
favorite
How would I go about finding a projection matrix? As an example, how would I find the projection matrix $mathbf P$:
$mathbf{P} mathbf{v} = text{The projection of $mathbf{v}$ onto } begin{pmatrix} 0 \ 1 \ 0 end{pmatrix}$
I've no idea as to how to start.
Thanks for the help!
matrices projection-matrices
1
Possible duplicate of Writing projection in terms of projection matrix
– gimusi
Nov 2 at 21:50
You can find many duplicates of that question also using Approach0
– gimusi
Nov 2 at 21:51
add a comment |
up vote
-1
down vote
favorite
up vote
-1
down vote
favorite
How would I go about finding a projection matrix? As an example, how would I find the projection matrix $mathbf P$:
$mathbf{P} mathbf{v} = text{The projection of $mathbf{v}$ onto } begin{pmatrix} 0 \ 1 \ 0 end{pmatrix}$
I've no idea as to how to start.
Thanks for the help!
matrices projection-matrices
How would I go about finding a projection matrix? As an example, how would I find the projection matrix $mathbf P$:
$mathbf{P} mathbf{v} = text{The projection of $mathbf{v}$ onto } begin{pmatrix} 0 \ 1 \ 0 end{pmatrix}$
I've no idea as to how to start.
Thanks for the help!
matrices projection-matrices
matrices projection-matrices
asked Nov 2 at 21:46
user588857
285
285
1
Possible duplicate of Writing projection in terms of projection matrix
– gimusi
Nov 2 at 21:50
You can find many duplicates of that question also using Approach0
– gimusi
Nov 2 at 21:51
add a comment |
1
Possible duplicate of Writing projection in terms of projection matrix
– gimusi
Nov 2 at 21:50
You can find many duplicates of that question also using Approach0
– gimusi
Nov 2 at 21:51
1
1
Possible duplicate of Writing projection in terms of projection matrix
– gimusi
Nov 2 at 21:50
Possible duplicate of Writing projection in terms of projection matrix
– gimusi
Nov 2 at 21:50
You can find many duplicates of that question also using Approach0
– gimusi
Nov 2 at 21:51
You can find many duplicates of that question also using Approach0
– gimusi
Nov 2 at 21:51
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
Any $3times 1$ vector can be expressed as the linear combination of the basis as following $$v=(v_1,v_2,v_3)=v_1(1,0,0)+v_2(0,1,0)+v_3(0,0,1)$$by projection on a fixed vector, we always mean that we preserve the component of any vector to be projected along the given fixed vector i.e. $$Pv=text{the component of }vtext{ along the vector }(0,1,0)=v_2(0,1,0)$$Here is the desired projection matrix $P$ $$P=begin{bmatrix}0&0&0\0&1&0\0&0&0end{bmatrix}$$
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
Any $3times 1$ vector can be expressed as the linear combination of the basis as following $$v=(v_1,v_2,v_3)=v_1(1,0,0)+v_2(0,1,0)+v_3(0,0,1)$$by projection on a fixed vector, we always mean that we preserve the component of any vector to be projected along the given fixed vector i.e. $$Pv=text{the component of }vtext{ along the vector }(0,1,0)=v_2(0,1,0)$$Here is the desired projection matrix $P$ $$P=begin{bmatrix}0&0&0\0&1&0\0&0&0end{bmatrix}$$
add a comment |
up vote
0
down vote
Any $3times 1$ vector can be expressed as the linear combination of the basis as following $$v=(v_1,v_2,v_3)=v_1(1,0,0)+v_2(0,1,0)+v_3(0,0,1)$$by projection on a fixed vector, we always mean that we preserve the component of any vector to be projected along the given fixed vector i.e. $$Pv=text{the component of }vtext{ along the vector }(0,1,0)=v_2(0,1,0)$$Here is the desired projection matrix $P$ $$P=begin{bmatrix}0&0&0\0&1&0\0&0&0end{bmatrix}$$
add a comment |
up vote
0
down vote
up vote
0
down vote
Any $3times 1$ vector can be expressed as the linear combination of the basis as following $$v=(v_1,v_2,v_3)=v_1(1,0,0)+v_2(0,1,0)+v_3(0,0,1)$$by projection on a fixed vector, we always mean that we preserve the component of any vector to be projected along the given fixed vector i.e. $$Pv=text{the component of }vtext{ along the vector }(0,1,0)=v_2(0,1,0)$$Here is the desired projection matrix $P$ $$P=begin{bmatrix}0&0&0\0&1&0\0&0&0end{bmatrix}$$
Any $3times 1$ vector can be expressed as the linear combination of the basis as following $$v=(v_1,v_2,v_3)=v_1(1,0,0)+v_2(0,1,0)+v_3(0,0,1)$$by projection on a fixed vector, we always mean that we preserve the component of any vector to be projected along the given fixed vector i.e. $$Pv=text{the component of }vtext{ along the vector }(0,1,0)=v_2(0,1,0)$$Here is the desired projection matrix $P$ $$P=begin{bmatrix}0&0&0\0&1&0\0&0&0end{bmatrix}$$
answered Nov 24 at 17:20
Mostafa Ayaz
13.4k3836
13.4k3836
add a comment |
add a comment |
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2982265%2ffinding-projection-matrix-in-3d-space%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
Possible duplicate of Writing projection in terms of projection matrix
– gimusi
Nov 2 at 21:50
You can find many duplicates of that question also using Approach0
– gimusi
Nov 2 at 21:51