Question about nullity and rank

  • Thread starter Thread starter georgeh
  • Start date Start date
  • Tags Tags
    rank
Click For Summary
SUMMARY

The discussion centers on the calculation of the rank and nullity of the matrix A = [2,0,-1; 4,0,-2; 0,0,0]. The user correctly identifies the rank as 1, based on the row-reduced echelon form yielding one leading one. However, the user miscalculates the nullity as 1, while the correct nullity is 2, as indicated by the basis for the null space being [1, 0, 2] and [0, 1, 0]. This discrepancy arises from a misunderstanding of the implications of the equations derived from the row reduction process.

PREREQUISITES
  • Understanding of matrix rank and nullity concepts
  • Familiarity with row-reduced echelon form (RREF)
  • Knowledge of the Dimension Theorem for matrices
  • Basic linear algebra skills
NEXT STEPS
  • Study the Dimension Theorem for matrices in detail
  • Learn about finding the null space of a matrix
  • Practice row reduction techniques on various matrices
  • Explore the implications of linear independence in vector spaces
USEFUL FOR

Students and educators in linear algebra, mathematicians, and anyone involved in matrix theory or computational mathematics.

georgeh
Messages
67
Reaction score
0
So i have the following matrix:
A= [2,0,-1; 4,0,-2;0,0,0]
I do r-r-e
I get
[1,0,-1/2;0,0,0;0,0,0]
So my rank for A is 1, because I only have 1 leading one.
Now for my nullity, i get the following
x_1 - 1/2 X_3 = 0
-->
x_1=1/2 x_3
therefore

[x_1,X_2,X_3] =[1/2;0;1]t
Which would imply that nullity = 1
which then wouldn't satisfy the Dimension theorem for matrices..
which states
rank(a)+nullity(a) = n, where n is the # of columns.
..
so my question is.. what am I doing wrong?
 
Physics news on Phys.org
How did you come up with x_2 = 0?
 
georgeh said:
So i have the following matrix:
A= [2,0,-1; 4,0,-2;0,0,0]
I do r-r-e
I get
[1,0,-1/2;0,0,0;0,0,0]
So my rank for A is 1, because I only have 1 leading one.
Now for my nullity, i get the following
x_1 - 1/2 X_3 = 0
-->
x_1=1/2 x_3
therefore

[x_1,X_2,X_3] =[1/2;0;1]t
Which would imply that nullity = 1
which then wouldn't satisfy the Dimension theorem for matrices..
which states
rank(a)+nullity(a) = n, where n is the # of columns.
..
so my question is.. what am I doing wrong?
The equation x1- (1/2)x3= 0 tells you that x3= 2x1 alright but tells you nothing about x2. A basis for the null space is [1, 0, 2] (equivalent to your [1/2, 0, 1]) and [0, 1, 0]. The nullity is 2.
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
2K
Replies
2
Views
2K
Replies
4
Views
2K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 9 ·
Replies
9
Views
1K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 9 ·
Replies
9
Views
4K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K