Finding the Transformation Matrix for Linear Transformations in R^3

Click For Summary
In the discussion, participants focus on finding the transformation matrix for a linear transformation A in R^3. The transformation A is defined by the function A(x1,x2,x3)=(2*x1+x2, x1+x2+2*x3, -x2+x3). To solve the problem, one must first derive the transformation matrix for A and then convert the given matrix T from a specific basis to the standard basis. The transformation involves calculating matrices G and S to facilitate the conversion between bases, followed by matrix multiplication. Clarifications are requested on the steps involved in transforming matrices between bases.
sintec
Messages
10
Reaction score
0
In a vector space R^3, is given a transformation A with a subscript A(x1,x2,x3)=(2*x1+x2, x1+x2+2*x3, -x2+x3).
Linear transformation B has in the basis; (1,1,1), (1,0,1), (1,-1,0) a matrix T:

[-1 2 3]
[ 1 1 0]
[ 0 1 1]
Write down a matrix which belongs to the transformation AB in the standard basis of the vector space R^3.

I just can't solve this problem. Please help!
 
Physics news on Phys.org
Hmm, the standard basis is (1,0,0) (0,1,0) (0,0,1)
You will need first to find the transformation matrix for A.

Then you will need transform T, to a matrix to change from the standard basis to the standard basis. You do this by multiplying it by the matrix to change from the given basis to the standard basis, and then multiplying the result by the matrix to change from the standard basis to the given basis.

B = G * T * S

G: Matrix to change from the given basis to the standard basis
S: Matrix to change from the standard basis to the given basis

All you need to then is to multiply the 2 matrix.

If you need more complete explanition on any step, let me know.
 
Yes, a more complete explanation would be very helpful.
Thanks, for the reply!
 
Well, at which step does the problem lie?
 
You will need first to find the transformation matrix for A.

How do i do that?

Then you will need transform T, to a matrix to change from the standard basis to the standard basis

From the standard basis to the standard basis?

I actually have problems with transforming a matrix from one basis to another.
 
To find a transformation matrix:

you calculate the image of the vectors of the basis:
so for example A(e1) = (2,1,0)
and then write it as the product of the vectors of the basis you transfering to:
(2,1,0) = 2e1 + e2 + 0 e3
And last write it as a matrix, where this would fill a row, in the matrix. You will get a 3x3 Matrix, because you have the 3 basis vectors.

To find the Matrix to transform from a basis to another, you do the same, but just express the vectors of the matrix you want to transform to as vectors of the matrix you transform from.
 
I think i got it now. So the transformation matrix A is : [2 1 0 ]
[1 1 -1]
[0 2 1]

Is that correct?

Then you will need transform T, to a matrix to change from the standard basis to the standard basis. You do this by multiplying it by the matrix to change from the given basis to the standard basis, and then multiplying the result by the matrix to change from the standard basis to the given basis. B = G * T * S G: Matrix to change from the given basis to the standard basis S: Matrix to change from the standard basis to the given basis

I'm not sure how to do that.
 

Similar threads

  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 2 ·
Replies
2
Views
626
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 3 ·
Replies
3
Views
4K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 12 ·
Replies
12
Views
5K
  • · Replies 5 ·
Replies
5
Views
12K
Replies
27
Views
4K