Orthonormal Matrix by Dr. Gilbert Strang at MIT 18.06

The beauty about having orthonormal matrix is that it makes matrix computation trivial, and matrix computation is widely needed in all sorts of applications. So learn great deal from Dr.Strang’s course again here.

For example, projection

For example, least square problem is reduced to easy

So Gram-Schmidt is to come up with the approach to convert any independent matrix to orthonormal matrix.

A can be written as LU, here it’s QR. There is a practice problem:

Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.