ZovaTool

Matrix Calculator

Result

6	8
10	12

Properties of A

Size
2×2
det(A)
-2
trace
5
Rank
2
Invertible?
Yes
Eigenvalues (2×2)
5.372281, -0.372281

How to use the Matrix Calculator

  1. Enter matrix A (rows on a new line, values separated by commas or spaces).
  2. Optionally enter matrix B.
  3. Pick an operation: add, subtract, multiply, scalar multiply, transpose, determinant or inverse.
  4. Result is shown in plain text format; trace and det are surfaced for square A.
Advertisement

Matrices, the core toolkit

Matrices are rectangular grids of numbers used everywhere from graphics transforms and machine learning to solving linear systems and quantum mechanics.

Multiplication is only defined when A's column count equals B's row count. The determinant tells you if a square matrix is invertible (det ≠ 0). The inverse, when it exists, undoes the matrix transformation.