M HYPE SPLASH
// general

"*A transformation $T$ is linear if and only if it is a matrix transformation of the form $T=T_A$.*" Is this theorem true?

By Emma Terry
$\begingroup$

Theorem:

Let $A$ be an $m \times n$ matrix, and $\mathbf x$ be a vector in $\mathbb R^n$. A transformation $T:\mathbb R^n \rightarrow \mathbb R^m$ is linear if and only if it is a matrix transformation of the form $T_A(\mathbf x)=A \mathbf x$, where $T=T_A$.

This theorem is not available in my linear algebra sources, but I think, by intuition, it should be true. Is it really true?

$\endgroup$

1 Answer

$\begingroup$

Yes. (Being a little bit pedantic, it is actually formulated incorrectly, but I know what you mean). I think you already know how to prove that a matrix transformation is linear, so that's one direction. For the other direction, you can construct the matrix: for $i=1,\dots,n$, the $i$th column of the matrix associated to $T$ is $T(e_i)$. Check that this results in the same transformation as $T$.

$\endgroup$ 2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy