This page is best for one clear job: quickly checking standard operations on small square matrices. For class exercises, introductory linear algebra, homework verification, and interview review, 2x2 and 3x3 cases already cover many of the matrices people handle by hand. You do not need a large symbolic system just to confirm a result.
The page is not trying to be a general-purpose computer algebra tool. It is a text-input calculator for small matrices, which is why it focuses on fast entry, clear operation choices, and immediate result checking instead of higher-dimensional or advanced matrix workflows.
The current page supports six operations.
The first three require both matrix A and matrix B. The last three require only matrix A.
Страница поддерживает только квадратные матрицы 2×2 и 3×3.
Сложение, вычитание и умножение требуют обеих матриц A и B, тогда как определитель, обратная матрица и транспонирование используют только матрицу A.
Размещайте каждую строку на отдельной строке и разделяйте значения пробелами или запятыми, убедившись, что количество строк и столбцов соответствует выбранному размеру.
Если матрица вырождена — то есть её определитель равен 0 — страница не может вычислить обратную матрицу.
Add, subtract, multiply, transpose, invert, and evaluate determinants for 2x2 and 3x3 matrices.