What is the Adjoint of a Linear Operator?

rsa58
Messages
83
Reaction score
0

Homework Statement


T is a linear operator on a finite dimensional vector space. then N(T*T)=N(T). the null space are equal.


Homework Equations





The Attempt at a Solution


this is my method, but its does not work if dim(R(T))=0. I'm only concerned with showing
N(T*T) \subseteq N(T). let x beong to N(T*T) then <T*T(x),y>=0=<T(x),T(y)> for all y in the vector space. thus, if dim(R(T)) > 0 then there exists y such that T(y) is not equal to zero so T(x)=0.

any other methods out there?
 
Physics news on Phys.org
okay i think i got it if dim(R(T))=0 then ofcourse x is in the null space of T.
 
But that's only true for the trivial case, the 0 matrix.
 
Thread 'Use greedy vertex coloring algorithm to prove the upper bound of χ'
Hi! I am struggling with the exercise I mentioned under "Homework statement". The exercise is about a specific "greedy vertex coloring algorithm". One definition (which matches what my book uses) can be found here: https://people.cs.uchicago.edu/~laci/HANDOUTS/greedycoloring.pdf Here is also a screenshot of the relevant parts of the linked PDF, i.e. the def. of the algorithm: Sadly I don't have much to show as far as a solution attempt goes, as I am stuck on how to proceed. I thought...
Back
Top