How to find a basis for the kernel and image of a linear transformation matrix
up vote
1
down vote
favorite
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.
linear-algebra linear-transformations
add a comment |
up vote
1
down vote
favorite
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.
linear-algebra linear-transformations
add a comment |
up vote
1
down vote
favorite
up vote
1
down vote
favorite
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.
linear-algebra linear-transformations
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.
linear-algebra linear-transformations
linear-algebra linear-transformations
edited Oct 9 '17 at 16:21
Jack
27.1k1681198
27.1k1681198
asked Oct 10 '16 at 2:57
Aaron
24125
24125
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
up vote
0
down vote
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$.
add a comment |
up vote
0
down vote
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$.
add a comment |
up vote
-1
down vote
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$$
add a comment |
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
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$.
add a comment |
up vote
0
down vote
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$.
add a comment |
up vote
0
down vote
up vote
0
down vote
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$.
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$.
answered Oct 10 '16 at 3:23
Jack
27.1k1681198
27.1k1681198
add a comment |
add a comment |
up vote
0
down vote
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$.
add a comment |
up vote
0
down vote
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$.
add a comment |
up vote
0
down vote
up vote
0
down vote
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$.
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$.
answered Apr 19 '17 at 17:58
Tomasz Tarka
434211
434211
add a comment |
add a comment |
up vote
-1
down vote
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$$
add a comment |
up vote
-1
down vote
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$$
add a comment |
up vote
-1
down vote
up vote
-1
down vote
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$$
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$$
answered Oct 10 '16 at 3:32
Aaron
24125
24125
add a comment |
add a comment |
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f1961666%2fhow-to-find-a-basis-for-the-kernel-and-image-of-a-linear-transformation-matrix%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown