Nullity of a Matrix: Find the Dimension V & Its Result

  • Thread starter Thread starter Punkyc7
  • Start date Start date
  • Tags Tags
    Matrix
Punkyc7
Messages
415
Reaction score
0
Let M be a 3x3 matrix with entries from the Reals

Let T:V-W be linear


such that

T(M)= M+M^t


what is the nullity


we know

dimN(T)+dimR(T)=Dim V


im not sure how would figure this out, if the number were abritary numbers couldn't you have a nullity of 9 to 0?
 
Physics news on Phys.org
The nullity is the dimension of the null space. If M is in the null space of T, what does T(M) equal?
 
You are given that T maps M to M+ Mt.

That is, T maps
\begin{bmatrix}a & b & c \\ d & e & f \\ g & h & i\end{bmatrix}
to
\begin{bmatrix}2a & b+ d & c+ g \\ b+ d & 2e & f+ h \\ c+ g & f+h & 2i\end{bmatrix}

So any matrix in the nullspace of T must satisfy 2a= 0, b+ d= 0, c+ g= 0, 2e= 0, c+ g= 0, 2i= 0. The dimension of the space of all 3 by 3 matrices is 9, of course, but now we are imposing 6 conditions on it.

(In fact, the nullspace of T is exactly the space of all anti-symmetric 3 by 3 matrices.)
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top