If \(A\) is a \(m\) by \(n\) matrix, then \(A\vec{x} \in \mathbb{R}^\diamondsuit\) for what value of \(\diamondsuit\text{?}\)
It should not surprise you that you can multiply a scalar multiple of a vector by a matrix by factoring out the scalar. In mathematical notation, \(A (k \vec{v}) = k (A\vec{v})\text{.}\) Additionally, you can apply the scalar multiplication to the matrix. In other words, \(A (k \vec{v}) = k (A\vec{v}) = (kA)\vec{v}\text{.}\) These kind of manipulations will be discussed more when we work with matrix operations later, but you may find these facts useful in your work right now. You should take time to write out the details of any of these arithmetic ideas that you think would be useful in your work.
Write out the matrix vector product of \(A\) and \(\vec{x}\) as a linear combination of the columns of \(A\text{.}\)
(b)
Find \(A\vec{x}\)
(c)
Compute all of the other matrix vector products that will be allowed with the matrices \(A,B,C\) and \(\vec{x},\vec{y},\vec{z}\text{.}\)
The matrix \(A\) can be seen from a column vector form as \(A=[ \vec{a}_1 \; \vec{a}_2 \; \ldots \; \vec{a}_n]\) which means that we can think of the product of \(A\) and \(\vec{x}\) as \(A\vec{x}= [ \vec{a}_1 \; \vec{a}_2 \; \ldots \; \vec{a}_n] \colvec{x_1 \\x_2\\ \vdots \\x_n}=x_1\vec{a}_1+x_2 \vec{a}_2 +\ldots+x_n\vec{a}_n\text{.}\)
Investigation2.1.3.
(a)
Write out the \(k\)-th component of the resulting vector of the product
Write each of the following as a matrix equation, a vector equation, and system of equations. You need to write out the exact corresponding vector equation, matrix equation, and system of equations, not some equivalent form.
Our definition of a matrix vector product suggests that the matrix-vector product 2.1.1 of a \(m\) by \(n\) matrix will transform vectors from \(\mathbb{R}^n\) to vectors in \(\mathbb{R}^m\text{.}\) In this way, we can define a function as follows.
Definition2.1.2.
Let \(A\) be a \(m\) by \(n\) matrix. Then we define \(T_A : \mathbb{R}^n \rightarrow \mathbb{R}^m\text{,}\) where \(T_A(\vec{x})=A\vec{x}\text{.}\)
Using what we know of solving linear systems, vector equations, and thier relationship to matrix vector products, we note the following:
If there is no soltuion to the matrix equation \(A\vec{x}=\vec{b}\text{,}\) then we say that \(\vec{b}\) is NOT in the range of the linear transformation \(T_A\text{.}\)
If there is always a solution to the matrix equation \(A\vec{x}=\vec{b}\text{,}\) then we say that the map \(T_A\) completely covers \(\mathbb{R}^m\text{.}\) In other words, the range of \(T_A\) is all of \(\mathbb{R}^m\text{.}\)
If whenever a solution exists, the solution is unique, then we say that the map \(T_A\) is one-to-one.
Linear Transformations are very important ways to understand how a vector space is changed under the operation given. Linear transformations are important because they preserve linear combinations. In other words,