HOME

TheInfoList



OR:

In
linear algebra Linear algebra is the branch of mathematics concerning linear equations such as :a_1x_1+\cdots +a_nx_n=b, linear maps such as :(x_1, \ldots, x_n) \mapsto a_1x_1+\cdots +a_nx_n, and their representations in vector spaces and through matrix (mathemat ...
, an orthogonal matrix, or orthonormal matrix, is a real square matrix whose columns and rows are orthonormal vectors. One way to express this is Q^\mathrm Q = Q Q^\mathrm = I, where is the transpose of and is the identity matrix. This leads to the equivalent characterization: a matrix is orthogonal if its transpose is equal to its inverse: Q^\mathrm=Q^, where is the inverse of . An orthogonal matrix is necessarily invertible (with inverse ), unitary (), where is the
Hermitian adjoint In mathematics, specifically in operator theory, each linear operator A on an inner product space defines a Hermitian adjoint (or adjoint) operator A^* on that space according to the rule :\langle Ax,y \rangle = \langle x,A^*y \rangle, where \l ...
( conjugate transpose) of , and therefore normal () over the
real number In mathematics, a real number is a number that can be used to measure a continuous one- dimensional quantity such as a duration or temperature. Here, ''continuous'' means that pairs of values can have arbitrarily small differences. Every re ...
s. The
determinant In mathematics, the determinant is a Scalar (mathematics), scalar-valued function (mathematics), function of the entries of a square matrix. The determinant of a matrix is commonly denoted , , or . Its value characterizes some properties of the ...
of any orthogonal matrix is either +1 or −1. As a linear transformation, an orthogonal matrix preserves the inner product of vectors, and therefore acts as an isometry of
Euclidean space Euclidean space is the fundamental space of geometry, intended to represent physical space. Originally, in Euclid's ''Elements'', it was the three-dimensional space of Euclidean geometry, but in modern mathematics there are ''Euclidean spaces ...
, such as a
rotation Rotation or rotational/rotary motion is the circular movement of an object around a central line, known as an ''axis of rotation''. A plane figure can rotate in either a clockwise or counterclockwise sense around a perpendicular axis intersect ...
, reflection or rotoreflection. In other words, it is a unitary transformation. The set of orthogonal matrices, under multiplication, forms the group , known as the
orthogonal group In mathematics, the orthogonal group in dimension , denoted , is the Group (mathematics), group of isometry, distance-preserving transformations of a Euclidean space of dimension that preserve a fixed point, where the group operation is given by ...
. The
subgroup In group theory, a branch of mathematics, a subset of a group G is a subgroup of G if the members of that subset form a group with respect to the group operation in G. Formally, given a group (mathematics), group under a binary operation  ...
consisting of orthogonal matrices with determinant +1 is called the special orthogonal group, and each of its elements is a special orthogonal matrix. As a linear transformation, every special orthogonal matrix acts as a rotation.


Overview

An orthogonal matrix is the real specialization of a unitary matrix, and thus always a
normal matrix In mathematics, a complex square matrix is normal if it commutes with its conjugate transpose : :A \text \iff A^*A = AA^* . The concept of normal matrices can be extended to normal operators on infinite-dimensional normed spaces and to nor ...
. Although we consider only real matrices here, the definition can be used for matrices with entries from any field. However, orthogonal matrices arise naturally from
dot product In mathematics, the dot product or scalar productThe term ''scalar product'' means literally "product with a Scalar (mathematics), scalar as a result". It is also used for other symmetric bilinear forms, for example in a pseudo-Euclidean space. N ...
s, and for matrices of complex numbers that leads instead to the unitary requirement. Orthogonal matrices preserve the dot product, so, for vectors and in an -dimensional real
Euclidean space Euclidean space is the fundamental space of geometry, intended to represent physical space. Originally, in Euclid's ''Elements'', it was the three-dimensional space of Euclidean geometry, but in modern mathematics there are ''Euclidean spaces ...
\cdot = \left(Q \right) \cdot \left(Q \right) where is an orthogonal matrix. To see the inner product connection, consider a vector in an -dimensional real
Euclidean space Euclidean space is the fundamental space of geometry, intended to represent physical space. Originally, in Euclid's ''Elements'', it was the three-dimensional space of Euclidean geometry, but in modern mathematics there are ''Euclidean spaces ...
. Written with respect to an orthonormal basis, the squared length of is . If a linear transformation, in matrix form , preserves vector lengths, then ^\mathrm = (Q)^\mathrm(Q) = ^\mathrm Q^\mathrm Q . Thus finite-dimensional linear isometries—rotations, reflections, and their combinations—produce orthogonal matrices. The converse is also true: orthogonal matrices imply orthogonal transformations. However, linear algebra includes orthogonal transformations between spaces which may be neither finite-dimensional nor of the same dimension, and these have no orthogonal matrix equivalent. Orthogonal matrices are important for a number of reasons, both theoretical and practical. The orthogonal matrices form a group under matrix multiplication, the
orthogonal group In mathematics, the orthogonal group in dimension , denoted , is the Group (mathematics), group of isometry, distance-preserving transformations of a Euclidean space of dimension that preserve a fixed point, where the group operation is given by ...
denoted by , which—with its subgroups—is widely used in mathematics and the physical sciences. For example, the point group of a molecule is a subgroup of O(3). Because floating point versions of orthogonal matrices have advantageous properties, they are key to many algorithms in numerical linear algebra, such as decomposition. As another example, with appropriate normalization the discrete cosine transform (used in MP3 compression) is represented by an orthogonal matrix.


Examples

Below are a few examples of small orthogonal matrices and possible interpretations. * \begin 1 & 0 \\ 0 & 1 \\ \end    (identity transformation) * \begin \cos \theta & -\sin \theta \\ \sin \theta & \cos \theta \\ \end    (rotation about the origin) * \begin 1 & 0 \\ 0 & -1 \\ \end    (reflection across ''x''-axis) * \begin 0 & 0 & 0 & 1 \\ 0 & 0 & 1 & 0 \\ 1 & 0 & 0 & 0 \\ 0 & 1 & 0 & 0 \end    (permutation of coordinate axes)


Elementary constructions


Lower dimensions

The simplest orthogonal matrices are the matrices and ��1 which we can interpret as the identity and a reflection of the real line across the origin. The matrices have the form \begin p & t\\ q & u \end, which orthogonality demands satisfy the three equations \begin 1 & = p^2+t^2, \\ 1 & = q^2+u^2, \\ 0 & = pq+tu. \end In consideration of the first equation, without loss of generality let , ; then either , or , . We can interpret the first case as a rotation by (where is the identity), and the second as a reflection across a line at an angle of . \begin \cos \theta & -\sin \theta \\ \sin \theta & \cos \theta \\ \end\text\qquad \begin \cos \theta & \sin \theta \\ \sin \theta & -\cos \theta \\ \end\text The special case of the reflection matrix with generates a reflection about the line at 45° given by and therefore exchanges and ; it is a permutation matrix, with a single 1 in each column and row (and otherwise 0): \begin 0 & 1\\ 1 & 0 \end. The identity is also a permutation matrix. A reflection is its own inverse, which implies that a reflection matrix is symmetric (equal to its transpose) as well as orthogonal. The product of two rotation matrices is a
rotation matrix In linear algebra, a rotation matrix is a transformation matrix that is used to perform a rotation (mathematics), rotation in Euclidean space. For example, using the convention below, the matrix :R = \begin \cos \theta & -\sin \theta \\ \sin \t ...
, and the product of two reflection matrices is also a rotation matrix.


Higher dimensions

Regardless of the dimension, it is always possible to classify orthogonal matrices as purely rotational or not, but for matrices and larger the non-rotational matrices can be more complicated than reflections. For example, \begin -1 & 0 & 0\\ 0 & -1 & 0\\ 0 & 0 & -1 \end\text \begin 0 & -1 & 0\\ 1 & 0 & 0\\ 0 & 0 & -1 \end represent an '' inversion'' through the origin and a '' rotoinversion'', respectively, about the -axis. Rotations become more complicated in higher dimensions; they can no longer be completely characterized by one angle, and may affect more than one planar subspace. It is common to describe a rotation matrix in terms of an axis and angle, but this only works in three dimensions. Above three dimensions two or more angles are needed, each associated with a plane of rotation. However, we have elementary building blocks for permutations, reflections, and rotations that apply in general.


Primitives

The most elementary permutation is a transposition, obtained from the identity matrix by exchanging two rows. Any permutation matrix can be constructed as a product of no more than transpositions. A Householder reflection is constructed from a non-null vector as Q = I - 2 \frac . Here the numerator is a symmetric matrix while the denominator is a number, the squared magnitude of . This is a reflection in the hyperplane perpendicular to (negating any vector component parallel to ). If is a unit vector, then suffices. A Householder reflection is typically used to simultaneously zero the lower part of a column. Any orthogonal matrix of size can be constructed as a product of at most such reflections. A Givens rotation acts on a two-dimensional (planar) subspace spanned by two coordinate axes, rotating by a chosen angle. It is typically used to zero a single subdiagonal entry. Any rotation matrix of size can be constructed as a product of at most such rotations. In the case of matrices, three such rotations suffice; and by fixing the sequence we can thus describe all rotation matrices (though not uniquely) in terms of the three angles used, often called Euler angles. A Jacobi rotation has the same form as a Givens rotation, but is used to zero both off-diagonal entries of a symmetric submatrix.


Properties


Matrix properties

A real square matrix is orthogonal
if and only if In logic and related fields such as mathematics and philosophy, "if and only if" (often shortened as "iff") is paraphrased by the biconditional, a logical connective between statements. The biconditional is true in two cases, where either bo ...
its columns form an orthonormal basis of the
Euclidean space Euclidean space is the fundamental space of geometry, intended to represent physical space. Originally, in Euclid's ''Elements'', it was the three-dimensional space of Euclidean geometry, but in modern mathematics there are ''Euclidean spaces ...
with the ordinary Euclidean
dot product In mathematics, the dot product or scalar productThe term ''scalar product'' means literally "product with a Scalar (mathematics), scalar as a result". It is also used for other symmetric bilinear forms, for example in a pseudo-Euclidean space. N ...
, which is the case if and only if its rows form an orthonormal basis of . It might be tempting to suppose a matrix with orthogonal (not orthonormal) columns would be called an orthogonal matrix, but such matrices have no special interest and no special name; they only satisfy , with a
diagonal matrix In linear algebra, a diagonal matrix is a matrix in which the entries outside the main diagonal are all zero; the term usually refers to square matrices. Elements of the main diagonal can either be zero or nonzero. An example of a 2×2 diagon ...
. The
determinant In mathematics, the determinant is a Scalar (mathematics), scalar-valued function (mathematics), function of the entries of a square matrix. The determinant of a matrix is commonly denoted , , or . Its value characterizes some properties of the ...
of any orthogonal matrix is +1 or −1. This follows from basic facts about determinants, as follows: 1=\det(I)=\det\left(Q^\mathrmQ\right)=\det\left(Q^\mathrm\right)\det(Q)=\bigl(\det(Q)\bigr)^2 . The converse is not true; having a determinant of ±1 is no guarantee of orthogonality, even with orthogonal columns, as shown by the following counterexample. \begin 2 & 0 \\ 0 & \frac \end With permutation matrices the determinant matches the
signature A signature (; from , "to sign") is a depiction of someone's name, nickname, or even a simple "X" or other mark that a person writes on documents as a proof of identity and intent. Signatures are often, but not always, Handwriting, handwritt ...
, being +1 or −1 as the parity of the permutation is even or odd, for the determinant is an alternating function of the rows. Stronger than the determinant restriction is the fact that an orthogonal matrix can always be diagonalized over the
complex number In mathematics, a complex number is an element of a number system that extends the real numbers with a specific element denoted , called the imaginary unit and satisfying the equation i^= -1; every complex number can be expressed in the for ...
s to exhibit a full set of eigenvalues, all of which must have (complex) modulus 1.


Group properties

The inverse of every orthogonal matrix is again orthogonal, as is the matrix product of two orthogonal matrices. In fact, the set of all orthogonal matrices satisfies all the axioms of a group. It is a compact
Lie group In mathematics, a Lie group (pronounced ) is a group (mathematics), group that is also a differentiable manifold, such that group multiplication and taking inverses are both differentiable. A manifold is a space that locally resembles Eucli ...
of dimension , called the
orthogonal group In mathematics, the orthogonal group in dimension , denoted , is the Group (mathematics), group of isometry, distance-preserving transformations of a Euclidean space of dimension that preserve a fixed point, where the group operation is given by ...
and denoted by . The orthogonal matrices whose determinant is +1 form a path-connected
normal subgroup In abstract algebra, a normal subgroup (also known as an invariant subgroup or self-conjugate subgroup) is a subgroup that is invariant under conjugation by members of the group of which it is a part. In other words, a subgroup N of the group ...
of of
index Index (: indexes or indices) may refer to: Arts, entertainment, and media Fictional entities * Index (''A Certain Magical Index''), a character in the light novel series ''A Certain Magical Index'' * The Index, an item on the Halo Array in the ...
2, the special orthogonal group of rotations. The quotient group is isomorphic to , with the projection map choosing 1or ��1according to the determinant. Orthogonal matrices with determinant −1 do not include the identity, and so do not form a subgroup but only a coset; it is also (separately) connected. Thus each orthogonal group falls into two pieces; and because the projection map splits, is a semidirect product of by . In practical terms, a comparable statement is that any orthogonal matrix can be produced by taking a rotation matrix and possibly negating one of its columns, as we saw with matrices. If is odd, then the semidirect product is in fact a direct product, and any orthogonal matrix can be produced by taking a rotation matrix and possibly negating all of its columns. This follows from the property of determinants that negating a column negates the determinant, and thus negating an odd (but not even) number of columns negates the determinant. Now consider orthogonal matrices with bottom right entry equal to 1. The remainder of the last column (and last row) must be zeros, and the product of any two such matrices has the same form. The rest of the matrix is an orthogonal matrix; thus is a subgroup of (and of all higher groups). \begin & & & 0\\ & \mathrm(n) & & \vdots\\ & & & 0\\ 0 & \cdots & 0 & 1 \end Since an elementary reflection in the form of a Householder matrix can reduce any orthogonal matrix to this constrained form, a series of such reflections can bring any orthogonal matrix to the identity; thus an orthogonal group is a reflection group. The last column can be fixed to any unit vector, and each choice gives a different copy of in ; in this way is a bundle over the unit sphere with fiber . Similarly, is a subgroup of ; and any special orthogonal matrix can be generated by Givens plane rotations using an analogous procedure. The bundle structure persists: . A single rotation can produce a zero in the first row of the last column, and series of rotations will zero all but the last row of the last column of an rotation matrix. Since the planes are fixed, each rotation has only one degree of freedom, its angle. By induction, therefore has (n-1) + (n-2) + \cdots + 1 = \frac degrees of freedom, and so does . Permutation matrices are simpler still; they form, not a Lie group, but only a finite group, the order
symmetric group In abstract algebra, the symmetric group defined over any set is the group whose elements are all the bijections from the set to itself, and whose group operation is the composition of functions. In particular, the finite symmetric grou ...
. By the same kind of argument, is a subgroup of . The even permutations produce the subgroup of permutation matrices of determinant +1, the order
alternating group In mathematics, an alternating group is the Group (mathematics), group of even permutations of a finite set. The alternating group on a set of elements is called the alternating group of degree , or the alternating group on letters and denoted ...
.


Canonical form

More broadly, the effect of any orthogonal matrix separates into independent actions on orthogonal two-dimensional subspaces. That is, if is special orthogonal then one can always find an orthogonal matrix , a (rotational) change of basis, that brings into block diagonal form: P^\mathrmQP = \begin R_1 & & \\ & \ddots & \\ & & R_k \end\ (n\text), \ P^\mathrmQP = \begin R_1 & & & \\ & \ddots & & \\ & & R_k & \\ & & & 1 \end\ (n\text). where the matrices are rotation matrices, and with the remaining entries zero. Exceptionally, a rotation block may be diagonal, . Thus, negating one column if necessary, and noting that a reflection diagonalizes to a +1 and −1, any orthogonal matrix can be brought to the form P^\mathrmQP = \begin \beginR_1 & & \\ & \ddots & \\ & & R_k\end & 0 \\ 0 & \begin\pm 1 & & \\ & \ddots & \\ & & \pm 1\end \\ \end, The matrices give conjugate pairs of eigenvalues lying on the unit circle in the complex plane; so this decomposition confirms that all eigenvalues have
absolute value In mathematics, the absolute value or modulus of a real number x, is the non-negative value without regard to its sign. Namely, , x, =x if x is a positive number, and , x, =-x if x is negative (in which case negating x makes -x positive), ...
1. If is odd, there is at least one real eigenvalue, +1 or −1; for a rotation, the eigenvector associated with +1 is the rotation axis.


Lie algebra

Suppose the entries of are differentiable functions of , and that gives . Differentiating the orthogonality condition Q^\mathrm Q = I yields \dot^\mathrm Q + Q^\mathrm \dot = 0 Evaluation at () then implies \dot^\mathrm = -\dot . In Lie group terms, this means that the
Lie algebra In mathematics, a Lie algebra (pronounced ) is a vector space \mathfrak g together with an operation called the Lie bracket, an alternating bilinear map \mathfrak g \times \mathfrak g \rightarrow \mathfrak g, that satisfies the Jacobi ident ...
of an orthogonal matrix group consists of skew-symmetric matrices. Going the other direction, the
matrix exponential In mathematics, the matrix exponential is a matrix function on square matrix, square matrices analogous to the ordinary exponential function. It is used to solve systems of linear differential equations. In the theory of Lie groups, the matrix exp ...
of any skew-symmetric matrix is an orthogonal matrix (in fact, special orthogonal). For example, the three-dimensional object physics calls angular velocity is a differential rotation, thus a vector in the Lie algebra \mathfrak(3) tangent to . Given , with being a unit vector, the correct skew-symmetric matrix form of is \Omega = \begin 0 & -z\theta & y\theta \\ z\theta & 0 & -x\theta \\ -y\theta & x\theta & 0 \end . The exponential of this is the orthogonal matrix for rotation around axis by angle ; setting , , \exp(\Omega) = \begin 1 - 2s^2 + 2x^2 s^2 & 2xy s^2 - 2z sc & 2xz s^2 + 2y sc\\ 2xy s^2 + 2z sc & 1 - 2s^2 + 2y^2 s^2 & 2yz s^2 - 2x sc\\ 2xz s^2 - 2y sc & 2yz s^2 + 2x sc & 1 - 2s^2 + 2z^2 s^2 \end.


Numerical linear algebra


Benefits

Numerical analysis Numerical analysis is the study of algorithms that use numerical approximation (as opposed to symbolic computation, symbolic manipulations) for the problems of mathematical analysis (as distinguished from discrete mathematics). It is the study of ...
takes advantage of many of the properties of orthogonal matrices for numerical linear algebra, and they arise naturally. For example, it is often desirable to compute an orthonormal basis for a space, or an orthogonal change of bases; both take the form of orthogonal matrices. Having determinant ±1 and all eigenvalues of magnitude 1 is of great benefit for numeric stability. One implication is that the condition number is 1 (which is the minimum), so errors are not magnified when multiplying with an orthogonal matrix. Many algorithms use orthogonal matrices like Householder reflections and Givens rotations for this reason. It is also helpful that, not only is an orthogonal matrix invertible, but its inverse is available essentially free, by exchanging indices. Permutations are essential to the success of many algorithms, including the workhorse
Gaussian elimination In mathematics, Gaussian elimination, also known as row reduction, is an algorithm for solving systems of linear equations. It consists of a sequence of row-wise operations performed on the corresponding matrix of coefficients. This method can a ...
with partial pivoting (where permutations do the pivoting). However, they rarely appear explicitly as matrices; their special form allows more efficient representation, such as a list of indices. Likewise, algorithms using Householder and Givens matrices typically use specialized methods of multiplication and storage. For example, a Givens rotation affects only two rows of a matrix it multiplies, changing a full
multiplication Multiplication is one of the four elementary mathematical operations of arithmetic, with the other ones being addition, subtraction, and division (mathematics), division. The result of a multiplication operation is called a ''Product (mathem ...
of order to a much more efficient order . When uses of these reflections and rotations introduce zeros in a matrix, the space vacated is enough to store sufficient data to reproduce the transform, and to do so robustly. (Following , we do ''not'' store a rotation angle, which is both expensive and badly behaved.)


Decompositions

A number of important matrix decompositions involve orthogonal matrices, including especially: ; decomposition : , orthogonal, upper triangular ; Singular value decomposition : , and orthogonal, diagonal matrix ; Eigendecomposition of a symmetric matrix (decomposition according to the spectral theorem) : , symmetric, orthogonal, diagonal ; Polar decomposition : , orthogonal, symmetric positive-semidefinite


Examples

Consider an overdetermined system of linear equations, as might occur with repeated measurements of a physical phenomenon to compensate for experimental errors. Write , where is , . A decomposition reduces to upper triangular . For example, if is then has the form R = \begin \cdot & \cdot & \cdot \\ 0 & \cdot & \cdot \\ 0 & 0 & \cdot \\ 0 & 0 & 0 \\ 0 & 0 & 0 \end. The linear least squares problem is to find the that minimizes , which is equivalent to projecting to the subspace spanned by the columns of . Assuming the columns of (and hence ) are independent, the projection solution is found from . Now is square () and invertible, and also equal to . But the lower rows of zeros in are superfluous in the product, which is thus already in lower-triangular upper-triangular factored form, as in
Gaussian elimination In mathematics, Gaussian elimination, also known as row reduction, is an algorithm for solving systems of linear equations. It consists of a sequence of row-wise operations performed on the corresponding matrix of coefficients. This method can a ...
( Cholesky decomposition). Here orthogonality is important not only for reducing to , but also for allowing solution without magnifying numerical problems. In the case of a linear system which is underdetermined, or an otherwise non-
invertible matrix In linear algebra, an invertible matrix (''non-singular'', ''non-degenarate'' or ''regular'') is a square matrix that has an inverse. In other words, if some other matrix is multiplied by the invertible matrix, the result can be multiplied by a ...
, singular value decomposition (SVD) is equally useful. With factored as , a satisfactory solution uses the Moore-Penrose pseudoinverse, , where merely replaces each non-zero diagonal entry with its reciprocal. Set to . The case of a square invertible matrix also holds interest. Suppose, for example, that is a rotation matrix which has been computed as the composition of numerous twists and turns. Floating point does not match the mathematical ideal of real numbers, so has gradually lost its true orthogonality. A Gram–Schmidt process could orthogonalize the columns, but it is not the most reliable, nor the most efficient, nor the most invariant method. The polar decomposition factors a matrix into a pair, one of which is the unique ''closest'' orthogonal matrix to the given matrix, or one of the closest if the given matrix is singular. (Closeness can be measured by any matrix norm invariant under an orthogonal change of basis, such as the spectral norm or the Frobenius norm.) For a near-orthogonal matrix, rapid convergence to the orthogonal factor can be achieved by a " Newton's method" approach due to ( 1990), repeatedly averaging the matrix with its inverse transpose. has published an accelerated method with a convenient convergence test. For example, consider a non-orthogonal matrix for which the simple averaging algorithm takes seven steps \begin3 & 1\\7 & 5\end \rightarrow \begin1.8125 & 0.0625\\3.4375 & 2.6875\end \rightarrow \cdots \rightarrow \begin0.8 & -0.6\\0.6 & 0.8\end and which acceleration trims to two steps (with = 0.353553, 0.565685). \begin3 & 1\\7 & 5\end \rightarrow \begin1.41421 & -1.06066\\1.06066 & 1.41421\end \rightarrow \begin0.8 & -0.6\\0.6 & 0.8\end Gram-Schmidt yields an inferior solution, shown by a Frobenius distance of 8.28659 instead of the minimum 8.12404. \begin3 & 1\\7 & 5\end \rightarrow \begin0.393919 & -0.919145\\0.919145 & 0.393919\end


Randomization

Some numerical applications, such as
Monte Carlo method Monte Carlo methods, or Monte Carlo experiments, are a broad class of computational algorithms that rely on repeated random sampling to obtain numerical results. The underlying concept is to use randomness to solve problems that might be ...
s and exploration of high-dimensional data spaces, require generation of uniformly distributed random orthogonal matrices. In this context, "uniform" is defined in terms of Haar measure, which essentially requires that the distribution not change if multiplied by any freely chosen orthogonal matrix. Orthogonalizing matrices with independent uniformly distributed random entries does not result in uniformly distributed orthogonal matrices, but the decomposition of independent normally distributed random entries does, as long as the diagonal of contains only positive entries . replaced this with a more efficient idea that later generalized as the "subgroup algorithm" (in which form it works just as well for permutations and rotations). To generate an orthogonal matrix, take an one and a uniformly distributed unit vector of dimension . Construct a Householder reflection from the vector, then apply it to the smaller matrix (embedded in the larger size with a 1 at the bottom right corner).


Nearest orthogonal matrix

The problem of finding the orthogonal matrix nearest a given matrix is related to the Orthogonal Procrustes problem. There are several different ways to get the unique solution, the simplest of which is taking the singular value decomposition of and replacing the singular values with ones. Another method expresses the explicitly but requires the use of a
matrix square root In mathematics, the square root of a matrix extends the notion of square root from numbers to Matrix (mathematics), matrices. A matrix is said to be a square root of if the matrix product is equal to . Some authors use the name ''square root' ...
: Q = M \left(M^\mathrm M\right)^ This may be combined with the Babylonian method for extracting the square root of a matrix to give a recurrence which converges to an orthogonal matrix quadratically: Q_ = 2 M \left(Q_n^ M + M^\mathrm Q_n\right)^ where . These iterations are stable provided the condition number of is less than three."Newton's Method for the Matrix Square Root"
, Nicholas J. Higham, Mathematics of Computation, Volume 46, Number 174, 1986. Using a first-order approximation of the inverse and the same initialization results in the modified iteration: N_ = Q_n^\mathrm Q_n P_ = \frac 1 2 Q_n N_ Q_ = 2 Q_n + P_n N_n - 3 P_n


Spin and pin

A subtle technical problem afflicts some uses of orthogonal matrices. Not only are the group components with determinant +1 and −1 not connected to each other, even the +1 component, , is not simply connected (except for SO(1), which is trivial). Thus it is sometimes advantageous, or even necessary, to work with a covering group of SO(''n''), the spin group, . Likewise, has covering groups, the pin groups, Pin(''n''). For , is simply connected and thus the universal covering group for . By far the most famous example of a spin group is , which is nothing but , or the group of unit
quaternion In mathematics, the quaternion number system extends the complex numbers. Quaternions were first described by the Irish mathematician William Rowan Hamilton in 1843 and applied to mechanics in three-dimensional space. The algebra of quater ...
s. The Pin and Spin groups are found within Clifford algebras, which themselves can be built from orthogonal matrices.


Rectangular matrices

If is not a square matrix, then the conditions and are not equivalent. The condition says that the columns of ''Q'' are orthonormal. This can only happen if is an matrix with (due to linear dependence). Similarly, says that the rows of are orthonormal, which requires . There is no standard terminology for these matrices. They are variously called "semi-orthogonal matrices", "orthonormal matrices", "orthogonal matrices", and sometimes simply "matrices with orthonormal rows/columns". For the case , matrices with orthonormal columns may be referred to as orthogonal k-frames and they are elements of the Stiefel manifold.


See also

* Biorthogonal system


Notes


References

* * * * *

* * *


External links

*
Tutorial and Interactive Program on Orthogonal Matrix
{{Matrix classes Matrices (mathematics)