7.5 Orthogonal Transformations

Orthogonal transformations are one of the most important tools in numerical linear algebra. The types of orthogonal transformations that will be introduced in this section are easy to work with and do not require much storage. Most important, processes that involve orthogonal transformations are inherently stable. For example, let xn and x=x+e be an approximation to x: If Q is an orthogonal matrix, then

Qx=Qx+Qe

The error in Qx is Qe. With respect to the 2-norm, the vector Qe is the same size as e;

Qe2=e2

Similarly, if A=A+E, then

QA=QA+QE

and

QE2=E2

When an orthogonal transformation is applied to a vector or matrix, the error will not grow with respect to the 2-norm.

Elementary Orthogonal ...

Get Linear Algebra with Applications, 10th Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.