Null Space of a Matrix and Its Iterates

Click For Summary
SUMMARY

The null space of a matrix A and its Gaussian elimination transforms, represented as A_{m} = E_{1}E_{2}...E_{m}A, are indeed the same. This conclusion is supported by the fact that elementary matrices, which correspond to row operations, are invertible and do not alter the solutions of the system of linear equations represented by A. Consequently, if a vector x is in the null space N(A), it remains in the null space N(A_{m}). This principle also extends to other decompositions, such as QR via Householder transformations.

PREREQUISITES
  • Understanding of null space and kernel concepts in linear algebra.
  • Familiarity with Gaussian elimination and elementary matrices.
  • Knowledge of row operations and their inverses.
  • Basic understanding of matrix decompositions, including QR decomposition.
NEXT STEPS
  • Study the properties of elementary matrices and their role in matrix transformations.
  • Explore the concept of kernel in linear algebra and its applications.
  • Learn about QR decomposition and Householder transformations in detail.
  • Investigate the implications of matrix invertibility on linear transformations.
USEFUL FOR

Students and professionals in mathematics, particularly those studying linear algebra, as well as data scientists and engineers working with matrix computations and transformations.

muzak
Messages
42
Reaction score
0
This might seem like a stupid question but would the null space of a matrix and its, say Gaussian elimination transforms, have the same null space. I guess, I am asking if this is valid:

Let x be in N(A). Let A_{m} be some iteration of A through elimination matrices, i.e. A_{m} = E_{1}E_{2}...E_{m}A. Is N(A) = N(A_{m})?

Seems like an obvious answer with a sort of obvious proof involving expanding A_{m} to the elimination matrices multiplied by the original A and showing that since x is in A's nullspace, you just have elimination matrices being multiplied by the zero vector. Is this correct? And if it is, can it apply to other decompositions such as QR via Householder? Can it apply to any arbitrary iterate, 1st, 2nd, etc.?

Thanks for any input.
 
Physics news on Phys.org
The null-space is the kernel of a matrix if I'm not mistaken, and yes, the original matrix and the transformed matrix have the same kernel. As for the proof, it's fairly simple, you just let the original matrix represent a system of linear equations, and then prove that any of the three elementary transformations don't change the solution of the system, which also means the kernel remains the same.
 
Each of the E_i is an "elementary matrix" corresponding to some row operation. That is, it is the matrix we get by applying that row operation to the identity matrix. Every row operation has an inverse operation and so every elementary matrix is invertible.
(There are three kinds of row operations:
1) Multiply a row by some non-zero number, a. The inverse is to multiply that same row by 1/a.
2) Swap two rows. The inverse is the same- swap those same two rows.
3) Add a multiple, a, of row i to row j. the inverse is to add -a times row ix to row j.)

If Ax= 0, then, of course, E_1E_2...E_nAx= 0. And, because the E_i matrices are invertible, if Ax is NOT 0, then neither is E_1E_2...E_nAx= 0.
 

Similar threads

  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 14 ·
Replies
14
Views
3K
  • · Replies 3 ·
Replies
3
Views
5K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 1 ·
Replies
1
Views
6K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K