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.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top