Advertisement
Advertisement Space (728ร—90)
Your ad could be here

Polar Decomposition Calculator

Compute the polar decomposition A = UP for 2ร—2 and 3ร—3 matrices

Input Matrix A

About Polar Decomposition

The polar decomposition of a square matrix A is a factorization A = UP where:

  • U is a unitary matrix (orthogonal if A is real)
  • P is a positive-semidefinite Hermitian matrix

Applications: Computer graphics, continuum mechanics, quantum mechanics, and signal processing.

Formula: P = โˆš(A*A) and U = APโปยน (when A is invertible)

Quick Examples