Find the matrix of T [on hold]
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
Let $T: R^2 rightarrow R^2$ be rotation through $pi$ followed by reflection in the X axis. Find the matrix of $T$
I really dont know much about rotation nor reflection matrices
linear-algebra
put on hold as off-topic by José Carlos Santos, Arnaud Mortier, Xander Henderson, Leucippus, Taroccoesbrocco Aug 4 at 4:22
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This question is missing context or other details: Please improve the question by providing additional context, which ideally includes your thoughts on the problem and any attempts you have made to solve it. This information helps others identify where you have difficulties and helps them write answers appropriate to your experience level." â José Carlos Santos, Arnaud Mortier, Xander Henderson, Leucippus, Taroccoesbrocco
add a comment |Â
up vote
0
down vote
favorite
Let $T: R^2 rightarrow R^2$ be rotation through $pi$ followed by reflection in the X axis. Find the matrix of $T$
I really dont know much about rotation nor reflection matrices
linear-algebra
put on hold as off-topic by José Carlos Santos, Arnaud Mortier, Xander Henderson, Leucippus, Taroccoesbrocco Aug 4 at 4:22
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This question is missing context or other details: Please improve the question by providing additional context, which ideally includes your thoughts on the problem and any attempts you have made to solve it. This information helps others identify where you have difficulties and helps them write answers appropriate to your experience level." â José Carlos Santos, Arnaud Mortier, Xander Henderson, Leucippus, Taroccoesbrocco
4
You will get much better, more helpful answers, if you edit your question to tell us what you already know about this situation. How familiar are you with rotation and reflection matrices? If the question only asked for one transformation rather than two, would you know what to do?
â G Tony Jacobs
Aug 3 at 22:26
ah sorry, my bad
â Doan Van Thang
Aug 3 at 22:31
1
Do you know what a matrix is, at all? And how it is related to linear maps?
â Arnaud Mortier
Aug 3 at 22:35
1
The matrix of $T$ is the matrix whose columns are $T(1,0)$ and $T(0,1)$.
â Gerry Myerson
Aug 3 at 23:12
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
Let $T: R^2 rightarrow R^2$ be rotation through $pi$ followed by reflection in the X axis. Find the matrix of $T$
I really dont know much about rotation nor reflection matrices
linear-algebra
Let $T: R^2 rightarrow R^2$ be rotation through $pi$ followed by reflection in the X axis. Find the matrix of $T$
I really dont know much about rotation nor reflection matrices
linear-algebra
edited Aug 3 at 22:33
Arnaud Mortier
17.7k21857
17.7k21857
asked Aug 3 at 22:23
Doan Van Thang
82
82
put on hold as off-topic by José Carlos Santos, Arnaud Mortier, Xander Henderson, Leucippus, Taroccoesbrocco Aug 4 at 4:22
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This question is missing context or other details: Please improve the question by providing additional context, which ideally includes your thoughts on the problem and any attempts you have made to solve it. This information helps others identify where you have difficulties and helps them write answers appropriate to your experience level." â José Carlos Santos, Arnaud Mortier, Xander Henderson, Leucippus, Taroccoesbrocco
put on hold as off-topic by José Carlos Santos, Arnaud Mortier, Xander Henderson, Leucippus, Taroccoesbrocco Aug 4 at 4:22
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This question is missing context or other details: Please improve the question by providing additional context, which ideally includes your thoughts on the problem and any attempts you have made to solve it. This information helps others identify where you have difficulties and helps them write answers appropriate to your experience level." â José Carlos Santos, Arnaud Mortier, Xander Henderson, Leucippus, Taroccoesbrocco
4
You will get much better, more helpful answers, if you edit your question to tell us what you already know about this situation. How familiar are you with rotation and reflection matrices? If the question only asked for one transformation rather than two, would you know what to do?
â G Tony Jacobs
Aug 3 at 22:26
ah sorry, my bad
â Doan Van Thang
Aug 3 at 22:31
1
Do you know what a matrix is, at all? And how it is related to linear maps?
â Arnaud Mortier
Aug 3 at 22:35
1
The matrix of $T$ is the matrix whose columns are $T(1,0)$ and $T(0,1)$.
â Gerry Myerson
Aug 3 at 23:12
add a comment |Â
4
You will get much better, more helpful answers, if you edit your question to tell us what you already know about this situation. How familiar are you with rotation and reflection matrices? If the question only asked for one transformation rather than two, would you know what to do?
â G Tony Jacobs
Aug 3 at 22:26
ah sorry, my bad
â Doan Van Thang
Aug 3 at 22:31
1
Do you know what a matrix is, at all? And how it is related to linear maps?
â Arnaud Mortier
Aug 3 at 22:35
1
The matrix of $T$ is the matrix whose columns are $T(1,0)$ and $T(0,1)$.
â Gerry Myerson
Aug 3 at 23:12
4
4
You will get much better, more helpful answers, if you edit your question to tell us what you already know about this situation. How familiar are you with rotation and reflection matrices? If the question only asked for one transformation rather than two, would you know what to do?
â G Tony Jacobs
Aug 3 at 22:26
You will get much better, more helpful answers, if you edit your question to tell us what you already know about this situation. How familiar are you with rotation and reflection matrices? If the question only asked for one transformation rather than two, would you know what to do?
â G Tony Jacobs
Aug 3 at 22:26
ah sorry, my bad
â Doan Van Thang
Aug 3 at 22:31
ah sorry, my bad
â Doan Van Thang
Aug 3 at 22:31
1
1
Do you know what a matrix is, at all? And how it is related to linear maps?
â Arnaud Mortier
Aug 3 at 22:35
Do you know what a matrix is, at all? And how it is related to linear maps?
â Arnaud Mortier
Aug 3 at 22:35
1
1
The matrix of $T$ is the matrix whose columns are $T(1,0)$ and $T(0,1)$.
â Gerry Myerson
Aug 3 at 23:12
The matrix of $T$ is the matrix whose columns are $T(1,0)$ and $T(0,1)$.
â Gerry Myerson
Aug 3 at 23:12
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
0
down vote
accepted
The matrix for rotation is $$begin pmatrix-1&0\0&-1endpmatrix$$ and the matrix for reflection through x-axis is $$begin pmatrix1&0\0&-1endpmatrix$$
Thus the composite transformation will have the matrix $$begin pmatrix1&0\0&-1endpmatrixbegin pmatrix-1&0\0&-1endpmatrix=begin pmatrix-1&0\0&1endpmatrix$$
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
accepted
The matrix for rotation is $$begin pmatrix-1&0\0&-1endpmatrix$$ and the matrix for reflection through x-axis is $$begin pmatrix1&0\0&-1endpmatrix$$
Thus the composite transformation will have the matrix $$begin pmatrix1&0\0&-1endpmatrixbegin pmatrix-1&0\0&-1endpmatrix=begin pmatrix-1&0\0&1endpmatrix$$
add a comment |Â
up vote
0
down vote
accepted
The matrix for rotation is $$begin pmatrix-1&0\0&-1endpmatrix$$ and the matrix for reflection through x-axis is $$begin pmatrix1&0\0&-1endpmatrix$$
Thus the composite transformation will have the matrix $$begin pmatrix1&0\0&-1endpmatrixbegin pmatrix-1&0\0&-1endpmatrix=begin pmatrix-1&0\0&1endpmatrix$$
add a comment |Â
up vote
0
down vote
accepted
up vote
0
down vote
accepted
The matrix for rotation is $$begin pmatrix-1&0\0&-1endpmatrix$$ and the matrix for reflection through x-axis is $$begin pmatrix1&0\0&-1endpmatrix$$
Thus the composite transformation will have the matrix $$begin pmatrix1&0\0&-1endpmatrixbegin pmatrix-1&0\0&-1endpmatrix=begin pmatrix-1&0\0&1endpmatrix$$
The matrix for rotation is $$begin pmatrix-1&0\0&-1endpmatrix$$ and the matrix for reflection through x-axis is $$begin pmatrix1&0\0&-1endpmatrix$$
Thus the composite transformation will have the matrix $$begin pmatrix1&0\0&-1endpmatrixbegin pmatrix-1&0\0&-1endpmatrix=begin pmatrix-1&0\0&1endpmatrix$$
answered Aug 3 at 23:12
Mohammad Riazi-Kermani
27k41850
27k41850
add a comment |Â
add a comment |Â
4
You will get much better, more helpful answers, if you edit your question to tell us what you already know about this situation. How familiar are you with rotation and reflection matrices? If the question only asked for one transformation rather than two, would you know what to do?
â G Tony Jacobs
Aug 3 at 22:26
ah sorry, my bad
â Doan Van Thang
Aug 3 at 22:31
1
Do you know what a matrix is, at all? And how it is related to linear maps?
â Arnaud Mortier
Aug 3 at 22:35
1
The matrix of $T$ is the matrix whose columns are $T(1,0)$ and $T(0,1)$.
â Gerry Myerson
Aug 3 at 23:12