Meaning of $L_A$?

$\begingroup$

Let $A$ be an m*n matrix with entries from a field $F$.
$L_A: F^n \rightarrow F^m$ defined by $L_A=Ax$.

I'm a bit confused about this definition.
$L_A$ is a matrix representation of linear transformation $T: V \rightarrow W$ where $V, W$ are vector spaces with dimension $n, m$, respectively?

$\endgroup$ 0

1 Answer

$\begingroup$

$A$ is the matrix. $L_A$ is the function $L_A:F^n\rightarrow F^m$ defined by $L_A(x)=Ax$.

In other words, $A$ is the actual matrix itself, and $L_A$ is the function which applies the matrix. (As it turns out this function is linear, i.e. $L_A(ax+by)=aL(x)+bL(y)$, which is why they call it a linear transformation.)

Think of it like this: $A$ is the hammer, whereas $L_A$ is the act of swinging it.

$\endgroup$ 0

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

You Might Also Like