Linear algebra: transformations

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 3K views
seang
Messages
184
Reaction score
0
Hello, I'll be online until I get this one completely figured out, so baby steps are for the win here.

Let L1:U->V and L2:U->W be linear transformations, and let L = L2 * L1 be the mapping defined by:

L(u) = L2(L1(u))

for each u which lies in U. Show that L is a linear transformation mapping U into W.
So basically, should I first show that L1(u) is a valid linear transform?, and then show that L2, is, too?
 
Last edited:
Physics news on Phys.org
Hm, I believe it's enough to assume L1 and L2 are linear transformations, and then proove that L is one, too.
 
V to W! thank you for that!
What about this? (in progress (latex noobie))

[tex]L(u) = L_2 (L_1 (u) )}[/tex]

[tex]L(u_1 + u_2) = L_2 (L_1 (u_1 + u_2) )}[/tex]

[tex]L(\alpha u_1 + \beta u_2) = L_2 (L_1 (\alpha u_1 + \beta u_2) )}[/tex]

[tex]L(\alpha u_1 + \beta u_2) = L_2 (\alpha L_1(u_1) + \beta L_1 (u_2) )}[/tex]

[tex]L(\alpha u_1 + \beta u_2) = \alpha L_2 (L_1(u_1)) + \beta L_2 (L_1(u_2))[/tex]

[tex]\alpha L(u_1)+ \beta L(u_2) = \alpha L_2 (L_1(u_1)) + \beta L_2 (L_1(u_2))[/tex]
Is this on the right track? If so, should I break it up into two pieces, and show that L1(u) is surely a mapping into V, and then show that L2(v) is surely a mapping into W?

Or am I way off
 
Last edited: