What is the nullspace of a 3x3 complex matrix?

  • Thread starter Thread starter math2010
  • Start date Start date
  • Tags Tags
    Nullspace
math2010
Messages
19
Reaction score
0

Homework Statement


I have the 3x3 matrix C=(1,-1,1; 2,0,1+i; 0,1+i,-1) and I want to find its nullspace (a set of vectors that span that subspace).


The Attempt at a Solution


So first I have reduced the matrix to row echelon form and I got this matrix:
(1,-1,1; 0,1,-0.5+0.5i; 0,0,0)

How do I read off from this the nullspace of this matrix? What is a basis for this nullspace?

By "i" I mean imaginary since this is a complex matrix.
 
Physics news on Phys.org


I ended up with a different row-reduced matrix, with no rows of zeroes.
 


Are you sure? Because I used Mathematica to check the reduced row echelon form of this matrix, and it seems the rref has a row of zeros!

Also, does the set containing (-1,0.5+0.5i,1) and (1,0,0) span the subspace?
 
Last edited:


I tried row-reducing it again using Matlab and I still got a zero row:

1 0 0.5 + 0.5i
0 1 -0.5 + 0.5i
0 0 0
 


That reduced matrix corresponds to equations

x+(0.5+0.5 i)z = 0
y+(-0.5+0.5 i)z = 0

Solving for the other variables in terms of z, you get a solution of

\begin{pmatrix}x\\y\\z\end{pmatrix}=z\begin{pmatrix}-0.5-0.5i\\0.5-0.5i\\1\end{pmatrix}

The vector multiplying the z on the RHS is a basis of the nullspace.
 


math2010 said:
I tried row-reducing it again using Matlab and I still got a zero row:

1 0 0.5 + 0.5i
0 1 -0.5 + 0.5i
0 0 0
I agree with your result now.
 
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