Linear Algebra & Matrices
Enter your matrix to compute its singular values using Singular Value Decomposition (SVD). The calculator will display all singular values in descending order along with matrix properties.
Enter matrix elements separated by commas or spaces. Each row should be on a new line.
Click on any example to load it into the calculator
Simple identity matrix with singular values of 1
Matrix: 2×2
1, 0 0, 1
Diagonal matrix with clear singular values
Matrix: 3×3
4, 0, 0 0, 3, 0 0, 0, 2
Non-square matrix for SVD analysis
Matrix: 2×3
1, 2, 3 4, 5, 6
Well-known matrix with specific singular value properties
Matrix: 3×2
1, 0.5 0.5, 0.333 0.333, 0.25