How do you find the dimension of the null space of a matrix A?

descendents
Messages
2
Reaction score
0

Homework Statement



Given A is nxn matrix. An=0 and An-1 \neq 0.
Find dim(null (A))

Homework Equations





The Attempt at a Solution


1.
I split An= A An-1=0.
From this, I conclude that

column space of An-1\subseteqnull space of A

because if we think that

An-1=[v1 v2 v3 v4 ...] (vi is column vector of An-1),

we can get
An=A An-1 =[Av1 Av2 Av3 ...] = 0.

Then, dim(null(A))\geqdim(Col(A^{n-1})).

2.dim(null(An))=n since An=0.

3.dim(null(An-1)) \leq dim(null(An))
Since if we let v be in null space of An-1, we can get Anv=0.
Then we conclude that v is in null space of An
 
Last edited:
Physics news on Phys.org
could you show that null(A^(n-1)) is a subset of null(A^n)? and consider a form of induction back to A?
 
Last edited:
Just to be sure aren't we going to say

\begin{pmatrix}a_{11} & a_{12} & \ldots & a_{1n} \\ \vdots &\vdots & \vdots & \vdots \\ a_{n1} & a_{n2} & \cdots & a_{nn} \end{pmatrix}^n = \begin{pmatrix} 0 \\ \vdots \\ 0_n \end{pmatrix}

When the vectors which spans the corresponding Vectorspace V then this has the dimension n if and only n > 1? Hence the second condition?

Doesn't this result in the that as long as n > 1 that the dimension of the nullspace meaning the set of solutions for Ax = 0 will have dimension n?? Because V contains and infinite number of vectors??
 
Last edited:
i was more thinking clearly thinking the nullspace of A^n is all of R^n..

Clearly the nullspace of A^n-1, must be less than that and so is a proper subset of null(A^n)

If you could show that for similar i, i-1, then you would inductively get to the point where dim(null(A))=1, though i haven't worked through the details and there may be another way to get there
 
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