105k views
4 votes
Consider two linear transformations y = T(x) and z = L(y), where T goes from R^m to R^p and L goes from R^p to R^n. Is the transformationz = L(T(x)) linear as well ? [The transformation z = L(T(x)) is called the composite of T and L.]

User ROunofF
by
8.7k points

1 Answer

6 votes
Yes.

Proof: Consider x, y in R^m. Then since T is linear, we have:

T(a*x + b*y) = a*T(x) + b*T(y)

But since L is linear, we have:

L(a*T(x) + b*T(y)) = a*L(T(x)) + b*L(T(y))

So:

L(T(a*x + b*y)) = a*L(T(x)) + b*L(T(y))

and the composition is linear.
User MazzMan
by
8.4k points

No related questions found

Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.