Basis for Image and Kernel of matrix

boneill3
Messages
126
Reaction score
0

Homework Statement



Find an Basis for Image and Kernel of the matrix.
\[ \left( \begin{array}{ccc}<br /> 2 &amp; 1 &amp; 3 \\<br /> 0 &amp; 2 &amp; 5 \\<br /> 1 &amp; 1 &amp; 1 \end{array} \right)\] <br />

Homework Equations





The Attempt at a Solution


To find the kernel I solve the equation Ax = 0

I put the matrix in row reduced echelon form which is the identity matrix.
<br /> \[ \left( \begin{array}{ccc}<br /> 1 &amp; 0 &amp; 0 \\<br /> 0 &amp; 1 &amp; 0 \\<br /> 0 &amp; 0 &amp; 1 \end{array} \right)\] <br />

Therefore its the equation

x = 0
y = 0
z = 0

The kernel basis is just the unit basis, {(1,0,0),(0,1,0),(0,0,1)}

For the image basis I've seen that you can use the pivots of the rref matrix and use the corresponding column vectors of the original Matrix as the image basis.

So is that just

{(2,0,1),(1,2,1),(3,5,1)} ?
 
Last edited:
Physics news on Phys.org
Sorry wrong latex code
 
The kernel basis is just the unit basis, {(1,0,0),(0,1,0),(0,0,1)}

No. You found the kernel to be trivial, i.e. {(0,0,0)}. The basis for the kernel, then, is the empty set.


For the image basis I've seen that you can use the pivots of the rref matrix and use the corresponding column vectors of the original Matrix as the image basis.

So is that just

{(2,0,1),(1,2,1),(3,5,1)} ?

This is correct. You could also use {(1,0,0),(0,1,0),(0,0,1)} since the image is all of R3. You might have to write them as column vectors, depending on the conventions your instructor has adopted.
 
Thanks
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...

Similar threads

Replies
3
Views
1K
Replies
1
Views
1K
Replies
1
Views
1K
Replies
1
Views
8K
Replies
4
Views
2K
Replies
8
Views
2K
Back
Top