What is the point in calculating orthonormal bases for R3

  • Context: Undergrad 
  • Thread starter Thread starter seand
  • Start date Start date
  • Tags Tags
    Bases Point
Click For Summary
SUMMARY

The discussion centers on the importance of calculating orthonormal bases for R3 using the Gram-Schmidt process. It highlights that while one can use standard basis vectors like (0,0,1), (1,0,0), and (0,1,0), the Gram-Schmidt process preserves essential information from the original basis. Specifically, it allows for the reconstruction of the original matrix A through the relationship A = QR, where Q represents the orthonormal basis and R is an upper triangular matrix. This demonstrates the utility of maintaining the original basis while transforming it into an orthonormal form.

PREREQUISITES
  • Understanding of linear algebra concepts, particularly basis vectors
  • Familiarity with the Gram-Schmidt process for orthonormalization
  • Knowledge of inner product spaces and their properties
  • Basic matrix operations, including matrix multiplication and decomposition
NEXT STEPS
  • Study the Gram-Schmidt process in detail, including its applications in various inner product spaces
  • Explore the concept of matrix decomposition, focusing on QR decomposition
  • Investigate the implications of orthonormal bases in higher-dimensional spaces
  • Learn about the significance of upper triangular matrices in solving linear systems
USEFUL FOR

Students and educators in linear algebra, mathematicians, and anyone interested in understanding the significance of orthonormal bases and matrix decompositions in mathematical applications.

seand
Messages
7
Reaction score
0
I'm just learning linear algebra, where we are taking a set of basis vectors and then using gram schmidt to convert them to an orthonormal basis.

So I know I can do it. I know orthonormal is great. But as I'm modifying the basis anyway from the original, why don't I just forget the original basis and just use (0,0,1) (1,0,0) (0,1,0) and be done with it.


Is some useful information being preserved from the original basis into the orthonormal basis? I'm looking for some motivation for this process.

Thanks,

Sean
 
Physics news on Phys.org
The first reason that leaps to my mind is that there are other inner product spaces than Rn with its standard inner product.

I could imagine, though, a situation where I would want my first basis vector to be a specific vector, and the next basis vector to lie in a specific plane, and so forth.
 
An orthonormal basis formed using the Gram Shmidt process has a useful property. If your original basis is used as column vectors to form a matrix A, and the GS derived orthonormal basis are the column vectors of the matrix Q, then QT A = R. R happens to be a nice upper triangular matrix. So, I guess there is some useful information preserved when using the GS process because I can recover my original basis using A = QR.
 

Similar threads

  • · Replies 14 ·
Replies
14
Views
4K
  • · Replies 3 ·
Replies
3
Views
4K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 9 ·
Replies
9
Views
4K
Replies
5
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 2 ·
Replies
2
Views
5K