Polar Decomposition Calculator
What is Polar Decomposition?
Polar Decomposition is the factorization of a matrix \(A\) into the product of an orthogonal matrix \(U\) and a positive semi-definite matrix \(P\).
Formula:
\(A = UP\)
- \(U\) is an orthogonal matrix (its columns are orthogonal unit vectors, so \(U^T U = I\)).
- \(P\) is a positive semi-definite matrix (it's symmetric and its eigenvalues are non-negative).
The Process:
- Calculate \(A^T A\).
- Find the eigenvalues (\(\lambda_i\)) and eigenvectors (\(v_i\)) of \(A^T A\).
- Construct \(P\) using the spectral decomposition: \(P = V D^{1/2} V^T\), where V contains the eigenvectors and D contains the eigenvalues.
- Calculate the inverse of P, \(P^{-1}\).
- Calculate the orthogonal matrix \(U\) using the formula \(U = AP^{-1}\).
Disclaimer: This calculator requires the input matrix to be invertible.
Powered by: Calco
Decomposes a square matrix A into U × P.
Powered by: Calco
