Let $A$ be a 5 X 8 matrix whose rank is 3. Computer dim(Nul($A$))

419 Views Asked by At

Let $A$ be a 5 X 8 matrix whose rank is 3. Computer dim(Nul($A$))

I believe this problem uses the formula: rank($A$) + dim(Nul($A$)) = n

So would the answer be as simple as: $$3 + x = 8$$ $$x = 8 - 3$$ $$x = 5$$

This also seems too simple to be correct... Any input is appreciated.

1

There are 1 best solutions below

1
On

Your answer is correct, using the "rank-nullity" theorem. R(A) + N(A) = n