I had two true/false questions on my exam of which I missed.
$1)$ The map $T:\mathbb{R}^2 \rightarrow \mathbb{R}^2$ given by $T(x)=x+e_1$ is a linear transformation.
I know this to be false, because I got it wrong and put true. Linear transformations are something I was extremely fuzzy on going into this exam. However, with this problem I believe I simply overlooked the $x$ because I have never seen another problem setup like this. Is the "x" what makes this false?
$2)$ Suppose $A$ and $B$ are matrices such that the product $AB$ is defined. Then the columns of $AB$ are linear combinations of the columns of $B$.
I know this one to be false as well, for the same reason. What I know is that If $A$ is an $m \times n$ matrix with columns $a_1,\ldots,a_n$, and if $x$ is in $\mathbb{R}^n$, then the product of $A$ and $x$, denoted by $Ax$, is the linear combinations of the columns of $A$ using the corresponding entries in $x$ as weights.
Can someone further explain reasons for these being false.
1)
It is the $e_1$ which is the problem. If $T$ was to be a linear transformation, then it would have to satisfy $T(0)=0$. However, $T(0)=e_1\neq{0}$.
2)
The columns of $AB$ will be linear combinations of the columns of $A$, by the fact that you mention. Specifically, if $b_1,\ldots,b_n$ are the columns of $B$, then the columns of $AB$ will be $Ab_1, \ldots, Ab_n$, and all of these are linear combinations of the columns of $A$ (with the $b_{i}'s$ as weights).