Linear Algebra & Matrices
Enter a square matrix to compute its polar decomposition. This tool decomposes your matrix A into the form A = UP, where U is orthogonal/unitary and P is positive definite/semi-definite.
Enter elements row by row, separated by commas or spaces
Check this if your matrix contains complex numbers (format: a+bi)
Click on any example to load it into the calculator
Simple case where A = I, resulting in U = I and P = I
Matrix Size: 2x2
Matrix Elements: 1,0,0,1
2×2 rotation matrix by 45 degrees
Matrix Size: 2x2
Matrix Elements: 0.707,-0.707,0.707,0.707
Positive definite symmetric matrix example
Matrix Size: 2x2
Matrix Elements: 4,1,1,3
Non-symmetric 3×3 matrix decomposition
Matrix Size: 3x3
Matrix Elements: 2,1,0,1,2,1,0,1,2