What is the null space basis and dimension of A in R^5?

Click For Summary
SUMMARY

The discussion centers on finding the null space basis and dimension of the matrix A in R^5, specifically the matrix A = [[1, -2, 2, 3, -1], [-3, 6, -1, 1, -7], [2, -4, 5, 8, -4]]. Through row reduction, the reduced matrix A' reveals two equations in five variables, leading to the conclusion that the null space has a dimension of 3. The basis for the null space can be derived from isolating variables in the resulting equations.

PREREQUISITES
  • Understanding of linear algebra concepts, specifically null space and row reduction.
  • Familiarity with matrix operations and Gaussian elimination techniques.
  • Knowledge of vector spaces and their dimensions.
  • Ability to manipulate and solve systems of linear equations.
NEXT STEPS
  • Study the process of Gaussian elimination in detail.
  • Learn how to derive the null space from a given matrix.
  • Explore the concept of basis and dimension in vector spaces.
  • Practice solving systems of linear equations using matrix methods.
USEFUL FOR

Students and professionals in mathematics, particularly those studying linear algebra, as well as educators teaching these concepts. This discussion is beneficial for anyone looking to deepen their understanding of null spaces and matrix theory.

ak123456
Messages
50
Reaction score
0

Homework Statement


find a basis of the null space N(A) in R^5 of the matrix
A =
1 -2 2 3 -1
-3 6 -1 1 -7
2 -4 5 8 -4

in M3*5 (R) and hence determine the dimension


Homework Equations





The Attempt at a Solution


i found that
A=
1 -2 2 3 1
0 0 1/5 2/5 -2/5
0 0 0 0 0
by (r3-2r1)/5 for r2
(5r3-13r1-r2)/5 for r3
and Ax=0 for the null space
but i don't know how to continue , which one is the null space and how to determine the dimension(i guess the dimension is 1)
 
Last edited:
Physics news on Phys.org
Given A =
1 -2 2 3 -1
-3 6 -1 1 -7
2 -4 5 8 -4
you want to find the solution of the equation Ax = 0, where x is a vector in R^5 (i.e., a vector of the form (x1, x2, x3, x4, x5).

By row reduction, you ended up with a matrix A' that is equivalent to your first matrix (but not equal to it, as you imply by calling it A as well).

Keeping in mind that you are now trying to solve A'x = 0, what you have are two equations in five variables. The first row of your reduced matrix A' times x gets you
1*x1 - 2*x2 + 2*x3 + 3*x4 + 1*x5 = 0
The second row of A' times x gets you
1/5 * x3 + 2/5 * x4 - 2/5 *x5 = 0

Note that your matrix A' is not completely row reduced. There is a nonzero entry immediately above your first nonzero entry in the second row. It would be useful for you to replace the 2nd row by 5 times itself (to get rid of the fractions). It would also be useful for you to get rid of the first 2 in the first row, by replacing row 1 with itself plus -2 times row 2 (assuming that you got rid of the fractions in the second row first).

If you do these things you should end up with two equations: the first in x1, x2, x4, and x5, and the second equation in x3, x4, and x5.

In the first equation, isolate x1. In the second equation isolate x3.

You should end up with this:

x1 = something in x2, x4, and x5
x2 = x2
x3 = something in x4 and x5
x4 = x4
x5 = x5

These 5 equations describe every vector in the nullspace of your matrix A. Since there are three arbitrary constants, x2, x4, and x5, the dimension of the nullspace here is 3.

If you arrange the five equations just right, a basis for the nullspace will just about pop out at you.
 
Mark44 said:
Given A =
1 -2 2 3 -1
-3 6 -1 1 -7
2 -4 5 8 -4
you want to find the solution of the equation Ax = 0, where x is a vector in R^5 (i.e., a vector of the form (x1, x2, x3, x4, x5).

By row reduction, you ended up with a matrix A' that is equivalent to your first matrix (but not equal to it, as you imply by calling it A as well).

Keeping in mind that you are now trying to solve A'x = 0, what you have are two equations in five variables. The first row of your reduced matrix A' times x gets you
1*x1 - 2*x2 + 2*x3 + 3*x4 + 1*x5 = 0
The second row of A' times x gets you
1/5 * x3 + 2/5 * x4 - 2/5 *x5 = 0

Note that your matrix A' is not completely row reduced. There is a nonzero entry immediately above your first nonzero entry in the second row. It would be useful for you to replace the 2nd row by 5 times itself (to get rid of the fractions). It would also be useful for you to get rid of the first 2 in the first row, by replacing row 1 with itself plus -2 times row 2 (assuming that you got rid of the fractions in the second row first).

If you do these things you should end up with two equations: the first in x1, x2, x4, and x5, and the second equation in x3, x4, and x5.

In the first equation, isolate x1. In the second equation isolate x3.

You should end up with this:

x1 = something in x2, x4, and x5
x2 = x2
x3 = something in x4 and x5
x4 = x4
x5 = x5

These 5 equations describe every vector in the nullspace of your matrix A. Since there are three arbitrary constants, x2, x4, and x5, the dimension of the nullspace here is 3.

If you arrange the five equations just right, a basis for the nullspace will just about pop out at you.

thanks , you are so professional !
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
1K
Replies
8
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 58 ·
2
Replies
58
Views
5K
Replies
4
Views
2K
  • · Replies 29 ·
Replies
29
Views
6K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 15 ·
Replies
15
Views
5K