0
$\begingroup$

Let $$A= \begin{bmatrix} 0 & 0 & 6 & -18 \\ 0 & 0 & -1 & 3 \\ 0 & 0 & -2 & 6 \\ \end{bmatrix} $$ Find a basis for the kernel and image of the linear transformation $T$ defined by $T(x) =Ax$.


My question is how do you handle the first 2 columns of A which are all zero's? Does that mean the top 2 values of the basis of the kernel are variables? both zero? The methods I know for calculating the basis for the kernel and image of a transformation matrix are not producing the correct answers in WebWork.

$\endgroup$
0

4 Answers 4

1
$\begingroup$

I´ll give a partial answer for the kernel. The kernel is the set of all $x \in \mathbb{R}^{4}$ such that $T(x) = 0$, that is $Ax = 0$. This is an homogeneus system in four unknowns and three equations. The matrix has rank 1, because there´s only one linearly independent column, so you have only one linearly independent equation. For example: $$ -x_{3}+3x_{4} = 0. $$ Therefore $$ \ker(T) = \{(x_{1}, x_{2}, x_{3}, x_{4}) \in \mathbb{R}^{4}: -x_{3}+3x_{4} = 0\} $$ One linearly independent equation means that the kernel has dimension $4-1 = 3$, yo you need three linearly independent vectors that verify that equation to get a basis of the kernel. For example: $$ \{(1, 0, 0, 0),\ (0, 1, 0, 0),\ (0, 0, 3, 1)\} $$

$\endgroup$
0
$\begingroup$

By elimination, you will end up with $$ \begin{bmatrix} 0 & 0 & 0 & 0 \\ 0 & 0 & -1 & 3 \\ 0 & 0 & 0 & 0 \\ \end{bmatrix} $$ which gives you the dimension of the image of $T$ and the kernel of $T$.

Now, you can read from the matrix a basis for the image of $T$. On the other hand $$ -x_3+3x_4=0 $$ tells you how to find a basis for the kernel of $T$.

$\endgroup$
1
  • $\begingroup$ Explicitly, the fact that $x_1$ and $x_2$ do not show up in the equation defining the kernel tells you that $[1 \, 0\, 0\, 0]^T$ and $[0\, 1\, 0\, 0]^T$ are in the kernel. Take these together with a vector of the form $[0\, 0\, x_3\, x_4]^T$ that satisfies the equation, and you've got your basis. $\endgroup$ Commented May 31, 2023 at 13:14
0
$\begingroup$

Image is spanned on linearly independent columns of matrix $A$, which follows from definition of matrix of linear transformation. To find it do the row reduction of $A^T$ and its nonzero columns span the image, or equivalently, if you row reduce $A$ then columns with pivots will correspond to columns of $A$ that form image of the transformation. Kernel is set of vectors $x$ such that $Ax=0$. To find it's base you need to solve system of equations given by $Ax=0$.

$\endgroup$
-2
$\begingroup$

The kernel basis is:

$$ \left[ \begin{array}{cc} 0&0&1&1/3\\ \end{array} \right]^T, \left[ \begin{array}{cc} 1&0&0&0\\ \end{array} \right]^T, \left[ \begin{array}{cc} 0&1&0&0\\ \end{array} \right]^T$$

The image basis is:

$$\left[ \begin{array}{cc} 6&-1&-2\\ \end{array} \right]^T$$

$\endgroup$

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.