Perform matrix operations: addition, subtraction, multiplication, determinant, inverse, transpose, and scalar multiplication
Yes, PivaBox Matrix Calculator is completely free. All computation runs locally in your browser — no data is sent anywhere.
Addition, subtraction, multiplication, determinant, inverse (A⁻¹ using Gaussian elimination), transpose, and scalar multiplication. Matrices up to 4×4 are supported.
The inverse is computed using Gauss-Jordan elimination with an augmented matrix [A|I]. If the determinant is zero (singular matrix), an error is shown since the inverse does not exist.