Peter G. answered 10/08/16
Tutor
4.9
(69)
Driven to succeed? Learn from a professional mathematician
(i) We show that T( u + v ) = T( u ) + T( v ), where u = <u1,u2,u3>, and v = <v1,v2,v3>, and that T( αu ) = αT( u ), for any scalar α∈R.
T( u + v ) = T( u1 + v1, u2 + v2, u3 + v3 )
= <u1 + u2 + v1 + v2, u2 + u3 + v2 + v3, u3 + u1 + v3 + v1>
= T( u ) + T( v ).
T( αu ) = <α(u1+u2),α(u2+u3),α(u3+u1)>
= αT( u ).
(ii)
| a b c | | u1 | | au1 + bu2 + cu3 |
| d e f | * | u2 | = | du1 + eu2 + fu3 |
| g h i | | u3 | | gu1 + hu2 + iu3 |
| u1 + u2 |
= | u2 + u3 |
| u3 + u1 |
Using the vectors <1,0,0>,<0,1,0>,<0,0,1> for u gives
a = b = 1, c = 0;
d = 0, e = f = 1;
g = 1, h = 0, i = 1.
| 1 1 0 |
| 0 1 1 |
| 1 0 1 |
(iii) Verify that the determinant is non-zero, because this implies that the function is one-to-one (and onto): the columns are linearly independent
| 1 1 | | 0 1 | | 0 1 |
| 0 1 | - | 1 1 | + | 1 0 |
= 1 + 1 - 1
= 1
Peter G.
tutor
From the first row
au1+bu2+cu3 = u1+u2
This has to be true for any value of u, so we can see that a=b=1 and c=0, but to be precise we can use the vector <1,0,0> to get a+0+0=1+0, and use <0,1,0> to get 0+b+0=0+1, and use <0,0,1> to get 0+0+c=0+0. Etc. for the next two rows.
I hope that helps
Report
10/08/16
Peter G.
tutor
In my comment above, the second line should be subscripted u1 means u1, etc.
Report
10/08/16
Shivya S.
Thank you!!! I got it.
Report
10/08/16
Shivya S.
10/08/16