Co-ordinate transformation matrix

asif zaidi
Messages
56
Reaction score
0
Plz advise if my approach is correct for 1st part and for 2nd part, I need some help.


Problem Statement

Consider the linear transformation T: R3->R2 whose matrix with respect to standard bases is given by | 2,1,6 |
| 0,2,-1|.
Now consider the bases f1={2,4,0}, f2={1,0,1}, f3 = {0,3,0} in R3 and
g1 = {1,1} and g2 = {1,-1}

Compute the coordinate transformation matrices between the standard bases and these bases and compute the matrix of T with respect to the new bases

Problem solution

For first part, I am doing the following
Express u1, u2, u3 in terms of standard bases vectors
u1 = 2e1 + 4e2;
u2 = e1 + e3;
u3 = 3e2;
Solve for e1,e2,e3 in terms of u1, u2, u3 and transpose of this is my co-ordinate transformation matrix. Is this correct?

For g vectors, do in a similar manner

For second part

I don't understand this part. How do I compute the matrix of T wrt these new bases. Any pointers would be appreciated.
 
Physics news on Phys.org
Look where T takes the new standard basis elements ie equiv of (1,0,0), (0,1,0) etc
 
Don't really understand your response. Could you elaborate please.

Also, is my 1st part to solution correct?

Thanks
 
asif zaidi said:
I don't understand this part. How do I compute the matrix of T wrt these new bases. Any pointers would be appreciated.

Look at how exactly the matrix representation of an operator is given.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top