Linear algebra - Transformation using a Matrix

BitterX
Messages
35
Reaction score
0

Homework Statement



let T:R^3 \rightarrow R^3
be a Linear map,
and let B=\left \{ (1,1,1),(1,1,0),(1,0,1) \right \}
be a Basis

and (1,0,0)\in kerT[T]_B=\begin{pmatrix}<br /> a &amp; 0 &amp; b\\ <br /> 3 &amp; 2a &amp; 1\\ <br /> 2c&amp; b &amp; a<br /> \end{pmatrix}

a. find a,b,c
b. find a Basis for ImT

Homework Equations


The Attempt at a Solution



as for a.

I think that what we need to do is find a general vector (x,y,z)
and express (1,0,0) thorugh it
if we multiply the matrix by what we got we will have to get (0,0,0) (because (1,0,0) is in the kernel)
but I'm not sure how to express (1,0,0).
I think the vector (1,0,0) in the basis B is -1(1,1,1)+1(1,1,0)+1(1,0,1) and so is
(-x+y+z,0,0)

and for the matrix we have
-a+0+b=0
-3+2a+1=0
-2c+b+a=0

from the second equation:
a= 1
from the first
b=1
from the third
c=1

Am I right?
 
Last edited:
Physics news on Phys.org
yeah look good calling the natural basis E, (1,0,0) in the B basis is as follows
(1,0,0)^T_E = (-1,1,1)^T_B

And as a check in E
-1\textbf{b}_1+1\textbf{b}_2+1\textbf{b}_3 = -1(1,1,1)^T+1(1,1,0)^T+1(1,0,1)^T=(-1+1+1,-1+1+0,-1+0+1)^T =(1,0,0)^T
 
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...
Back
Top