Numerical Determination of The Matrix Polar Decomposition
To compute an approximation of the polar decomposition A=UP, usually the unitary factor U is approximated. The iteration is based on Heron's method for the square root of 1 and computes, starting from, the sequence
- , k=0,1,2,...
The combination of inversion and Hermite conjugation is chosen so that in the singular value decomposition, the unitary factors remain the same and the iteration reduces to Heron's method on the singular values.
This basic iteration may be refined to speed up the process:
- Every step or in regular intervals, the range of the singular values of is estimated and then the matrix is rescaled to to center the singular values around 1. The scaling factor is computed using matrix norms of the matrix and its inverse. Examples of such scale estimates are:
-
-
- using the row-sum and column-sum matrix norms or
-
- using the Frobenius norm. Including the scale factor, the iteration is now
- , k=0,1,2,...
- The QR decomposition can be used in a preparation step to reduce a singular matrix A to a smaller regular matrix, and inside every step to speed up the computation of the inverse.
- Heron' method for computing roots of can be replaced by higher order methods, for instance based on Halley's method of third order, resulting in
-
-
- , k=0,1,2,...
-
- This iteration can again be combined with rescaling. This particular formula has the benefit that it also applicable to singular or rectangular matrices A.
Read more about this topic: Polar Decomposition
Famous quotes containing the words numerical, matrix and/or polar:
“There is a genius of a nation, which is not to be found in the numerical citizens, but which characterizes the society.”
—Ralph Waldo Emerson (18031882)
“In all cultures, the family imprints its members with selfhood. Human experience of identity has two elements; a sense of belonging and a sense of being separate. The laboratory in which these ingredients are mixed and dispensed is the family, the matrix of identity.”
—Salvador Minuchin (20th century)
“In time your relatives will come to accept the idea that a career is as important to you as your family. Of course, in time the polar ice cap will melt.”
—Barbara Dale (b. 1940)