How can the inverse of a Householder matrix be verified using the given proof?

  • Context: Graduate 
  • Thread starter Thread starter Chris Rorres
  • Start date Start date
  • Tags Tags
    Matrix Proof
Click For Summary
SUMMARY

The discussion focuses on verifying the inverse of a Householder matrix defined as A = I + u(w^T), where u and w are vectors in ℝⁿ, and I is the identity matrix. The proof requires showing that A^-1 = I - a u(w^T), with a = 1/(1 + (w^T)u), under the condition that (w^T)u ≠ -1. To confirm that B = I - a u(w^T) is indeed the inverse of A, one must demonstrate that the product AB equals the identity matrix.

PREREQUISITES
  • Understanding of matrix operations, specifically matrix multiplication and identity matrices.
  • Familiarity with vector notation and properties in linear algebra.
  • Knowledge of Householder transformations and their applications in numerical methods.
  • Basic understanding of scalar products and their implications in matrix equations.
NEXT STEPS
  • Study the properties of Householder matrices and their role in QR decomposition.
  • Learn how to derive and verify matrix inverses in linear algebra.
  • Explore the implications of the scalar product in vector spaces and matrix transformations.
  • Investigate numerical stability and efficiency of Householder transformations in computational algorithms.
USEFUL FOR

Mathematicians, computer scientists, and engineers working with linear algebra, particularly those involved in numerical analysis and matrix computations.

Chris Rorres
Messages
4
Reaction score
0
I'm working on trying to figure this proof out but its proving to be quite difficult does anyone have any insight?

Let u and w be vectors in (all real numbers)^n, and let I denote the (n × n) identity matrix. Let A= I + u(w^T), and assume that (w^T)u doesn’t equal -1 (notice that (w^T)u produces a scalar). Prove that
A^-1= I–au(w^T), where a = 1/(1+(w^T)u)
 
Last edited:
Physics news on Phys.org
The definition of the inverse of A is B so that AB=BA = Identity

So if B=I-auwT, what should you do to check that B is the inverse of A?
 

Similar threads

  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 34 ·
2
Replies
34
Views
3K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 3 ·
Replies
3
Views
4K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 15 ·
Replies
15
Views
5K
  • · Replies 1 ·
Replies
1
Views
3K