Linear Algebra - Kernel and range of T

Click For Summary

Homework Help Overview

The discussion revolves around a linear transformation T defined on the space of 2x2 matrices, specifically examining the kernel and range of T. Participants are tasked with describing these concepts and finding their bases.

Discussion Character

  • Conceptual clarification, Assumption checking

Approaches and Questions Raised

  • Participants explore the definitions of the kernel and range of the transformation, with one participant attempting to express the range as a linear combination of matrices. Questions arise regarding the dimension of the vector space V and its implications for the dimensions of the kernel and range.

Discussion Status

The discussion has led to a reevaluation of the dimension of V, with participants recognizing that it should be 4 instead of 2. This adjustment prompts further exploration of the implications for the dimensions of the kernel and range, but no consensus has been reached on the final analysis.

Contextual Notes

Participants are working under the assumption that V is the space of 2x2 matrices, which has a dimension of 4. There is an ongoing examination of the relationship between the dimensions of the kernel and range as dictated by the rank-nullity theorem.

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.
 

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 4 ·
Replies
4
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
Replies
2
Views
1K
  • · Replies 6 ·
Replies
6
Views
2K