Orthogonal matrices: Difference between revisions

From HandWiki
imported>PolicyEnforcerIA
(attribution)
 
(No difference)

Latest revision as of 11:45, 5 August 2021


A real square (n,n) matrix is orthogonal if File:Hepa img803.gif , i.e. if

Error creating thumbnail: Unable to save thumbnail to destination

. Orthogonal matrices play a very important role in linear algebra. Inner products are preserved under an orthogonal transform: File:Hepa img804.gif , and of course the Euclidean norm File:Hepa img805.gif , so that we can, e.g. solve the least squares problem

Error creating thumbnail: Unable to save thumbnail to destination

by solving the equivalent problem File:Hepa img806.gif .

Important examples are Givens rotations Householder transformations. They will help us to maintain numerical stability because they do not amplify rounding errors.

Orthogonal (2,2) matrices are rotations or reflections if they have the form:

File:Hepa img807.gif

respectively.