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
Size: 2x2
Matrix: [1,0,0,1]
2×2 rotation matrix by 45 degrees
Size: 2x2
Matrix: [0.707,-0.707,0.707,0.707]
Positive definite symmetric matrix example
Size: 2x2
Matrix: [4,1,1,3]
Non-symmetric 3×3 matrix decomposition
Size: 3x3
Matrix: [2,1,0,1,2,1,0,1,2]