Loading tool...
Perform matrix operations without writing code or working through tedious row operations by hand. This calculator handles addition, subtraction, multiplication, transposition, determinants, inverses, and eigenvalue computation for matrices up to a practical size limit.
Enter matrices in a grid interface or paste them as comma-separated rows. The tool validates dimensions before performing operations — for example, it will warn you if you try to multiply matrices with incompatible sizes. Determinant calculation uses LU decomposition for efficiency, and the inverse is computed via Gauss-Jordan elimination. Results are displayed in a clean grid with the option to copy for use elsewhere.
Verify hand-calculated matrix operations — multiply, invert, find determinants.
Build and test transformation matrices for rotation, scaling, and translation.
Inspect covariance matrices or test small linear systems before scaling up in code.
Check stiffness matrices and system-of-equation setups for structural analysis.
The tool supports matrices up to 10×10. Larger matrices are better handled in dedicated math software.
Yes. Any real number is accepted in the matrix cells, including negatives and decimals.
The tool will report that the matrix has no inverse and display a determinant of zero.
All processing happens directly in your browser. Your files never leave your device and are never uploaded to any server.