Linear Algebra - Kernel and range of T

Click For Summary
The discussion focuses on the linear transformation T defined on 2x2 matrices, where T transforms a matrix by zeroing out off-diagonal elements. The range of T is spanned by the matrices [1,0;0,0] and [0,0;0,1], forming a basis with a dimension of 2. The kernel of T consists of matrices where the diagonal elements are zero, indicating that the kernel is one-dimensional. The dimension of the vector space V of 2x2 matrices is correctly identified as 4, aligning with the formula relating the dimensions of the kernel and range. The participants clarify their understanding of these concepts, leading to a resolution of the initial confusion regarding dimensions.
SetepenSeth
Messages
16
Reaction score
0

Homework Statement



Let ##T:M_2 \to M_2## a linear transformation defined by

##T \begin{bmatrix}
a&b\\
c&d
\end{bmatrix} =
\begin{bmatrix}
a&0\\
0&d
\end{bmatrix}##

Describe ##ker(T)## and ##range(T)##, and find their basis.

Homework Equations



For a linear transformation ##T:V\to W##

##range(T)={T(x) \epsilon W : x \epsilon V}##

##ker(T)= {x \epsilon V : T(x)= 0 \epsilon W}##

The Attempt at a Solution

Skipping the first part of the proof, I get to the part where I describe the range of the transformation and express it as a linear combination of two ##M_2## matrix

##T \begin{bmatrix}
a&b\\
c&d
\end{bmatrix} =
\begin{bmatrix}
a&0\\
0&d
\end{bmatrix}##

##T \begin{bmatrix}
a&b\\
c&d
\end{bmatrix} =
a\begin{bmatrix}
1&0\\
0&0
\end{bmatrix}+
d\begin{bmatrix}
0&0\\
0&1
\end{bmatrix}
##

So $$\begin{bmatrix}
1&0\\
0&0
\end{bmatrix} and \begin{bmatrix}
0&0\\
0&1
\end{bmatrix}$$ span the range for ##T##, also they are linearly independent, thus forming a basis for the range.

The kernel can be expressed as

##ker(T)={A \epsilon M_2 : Ax=0 \epsilon M_2}##

##ker(T)=A \epsilon M_2 :## ##A =
\begin{bmatrix}
a&b\\
c&d
\end{bmatrix} \forall a,b,c,d \epsilon ℝ, a=d=0## If I got it right up to this point then

##dim[range(T)]=2##

But then according to the theorem that says

##dim[range(T)]+dim[ker(T)]=dim(V)##

Being ##V## the space of ##2_x####2## square matrix, then ##dim(V)=2## but that would make ##dim[ker(T)]=0## which doesn't make sense to me, so I believe I got a concept wrong somewhere on my analysis.

Any advise would be appreciated.
 
Physics news on Phys.org
Why do you think the dimension of V is 2?
 
LCKurtz said:
Why do you think the dimension of V is 2?

I see, I just noticed I followed a wrong assumption

##V=
a\begin{bmatrix}
1&0\\
0&0
\end{bmatrix}+
b\begin{bmatrix}
0&1\\
0&0
\end{bmatrix}+
c\begin{bmatrix}
0&0\\
1&0
\end{bmatrix}+
d\begin{bmatrix}
0&0\\
0&1
\end{bmatrix}##

Thus ##dim(V)=4##, right?
 
SetepenSeth said:
I see, I just noticed I followed a wrong assumption

##V=
a\begin{bmatrix}
1&0\\
0&0
\end{bmatrix}+
b\begin{bmatrix}
0&1\\
0&0
\end{bmatrix}+
c\begin{bmatrix}
0&0\\
1&0
\end{bmatrix}+
d\begin{bmatrix}
0&0\\
0&1
\end{bmatrix}##

Thus ##dim(V)=4##, right?

Yes, in general, if you consider the vector space ##M_{m,n}(\mathbb{K})## (the ##m \times n## matrices), it has dimension ##mn##. This can easily be proven by showing that the set ##\{E_{ij}|1 \leq i \leq m, 1 \leq j \leq n\}## defines a basis for this space. Here, ##E_{ij}## is the matrix that is everywhere zero, except on place ##(i,j)## where it is ##1## (or another non zero number).
 
Yes.
 
Thank you both, now it all makes sense.
 
Question: A clock's minute hand has length 4 and its hour hand has length 3. What is the distance between the tips at the moment when it is increasing most rapidly?(Putnam Exam Question) Answer: Making assumption that both the hands moves at constant angular velocities, the answer is ## \sqrt{7} .## But don't you think this assumption is somewhat doubtful and wrong?

Similar threads

  • · Replies 1 ·
Replies
1
Views
2K
Replies
19
Views
1K
  • · Replies 10 ·
Replies
10
Views
3K
Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 9 ·
Replies
9
Views
2K
Replies
2
Views
1K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 6 ·
Replies
6
Views
2K