Polar Decomposition - Numerical Determination of The Matrix Polar Decomposition

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:
 \gamma_k=\sqrt{\frac{ \|U_k^{-1}\|_1\,\|U_k^{-1}\|_\infty }{ \|U_k\|_1\,\|U_k\|_\infty } }
using the row-sum and column-sum matrix norms or
 \gamma_k=\sqrt{\frac{\|U_k^{-1}\|_F}{\|U_k\|_F}}
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 (1803–1882)

    “The matrix is God?”
    “In a manner of speaking, although it would be more accurate ... to say that the matrix has a God, since this being’s omniscience and omnipotence are assumed to be limited to the matrix.”
    “If it has limits, it isn’t omnipotent.”
    “Exactly.... Cyberspace exists, insofar as it can be said to exist, by virtue of human agency.”
    William Gibson (b. 1948)

    Professor Fate: My apologies. There’s a polar bear in our car.
    Arthur Ross. Professor Fate (Jack Lemmon)