The link includes your inputs and results, so anyone who opens it sees this exact calculation.
How This Calculator Works
A matrix is a rectangular grid of numbers that can be added, subtracted, multiplied, or
transformed as a single unit, following its own set of algebra rules distinct from ordinary
arithmetic. Pick an operation, build Matrix A (and Matrix B, if the operation needs it) using the
+/- row and column buttons to resize each grid to whatever dimensions you need, and this calculator
applies the matching rule.
Addition and subtraction require both matrices to be exactly the same size. Multiplication requires
Matrix A’s column count to match Matrix B’s row count (the result takes Matrix A’s row count and
Matrix B’s column count). The determinant only exists for a square matrix (same number of rows and
columns). Transpose works on a matrix of any shape, flipping its rows and columns.
This calculator doesn’t attempt row reduction, matrix inverses, or eigenvalues — a genuinely
different, much larger undertaking than the operations here.
The Formula
The examples below use 2x2 matrices to illustrate each rule clearly — the same rules extend
directly to any size matrix the grid above supports. Let Matrix A have entries
a11,a12,a21,a22 and Matrix B have entries
b11,b12,b21,b22, each written as
A=[a11a21a12a22],B=[b11b21b12b22]
Addition/Subtraction combine matching positions one at a time:
A±B=[a11±b11a21±b21a12±b12a22±b22]
Multiplication is NOT element-wise — each entry of the result is a “row times column” dot
product:
AB=[a11b11+a12b21a21b11+a22b21a11b12+a12b22a21b12+a22b22]
Determinant is a single number describing how much the matrix scales area:
det(A)=a11a22−a12a21
Transpose flips the matrix across its main diagonal, swapping the two off-diagonal entries:
AT=[a11a12a21a22]
Worked Example
Using A=[1324] and
B=[5768]:
Addition:A+B=[1+53+72+64+8]=[610812].
Multiplication: the top-left entry is 1×5+2×7=19, the top-right is
1×6+2×8=22, the bottom-left is 3×5+4×7=43, and the
bottom-right is 3×6+4×8=50, giving
AB=[19432250].
Determinant of A:1×4−2×3=−2.
Cómo funciona esta calculadora
Una matriz es una cuadrícula rectangular de números que se puede sumar, restar, multiplicar o
transformar como una sola unidad, siguiendo su propio conjunto de reglas de álgebra distintas de
la aritmética ordinaria. Elige una operación, construye la Matriz A (y la Matriz B, si la
operación la necesita) usando los botones +/- de fila y columna para ajustar cada cuadrícula al
tamaño que necesites, y esta calculadora aplica la regla correspondiente.
La suma y la resta requieren que ambas matrices tengan exactamente el mismo tamaño. La
multiplicación requiere que el número de columnas de la Matriz A coincida con el número de filas
de la Matriz B (el resultado toma el número de filas de la Matriz A y el número de columnas de la
Matriz B). El determinante solo existe para una matriz cuadrada (mismo número de filas y
columnas). La transpuesta funciona con una matriz de cualquier forma, intercambiando sus filas y
columnas.
Esta calculadora no intenta hacer reducción por filas, inversas de matrices ni valores propios —
un proyecto genuinamente distinto y mucho más grande que las operaciones de aquí.
La fórmula
Los ejemplos a continuación usan matrices de 2x2 para ilustrar cada regla con claridad — las
mismas reglas se aplican directamente a cualquier tamaño de matriz que admita la cuadrícula de
arriba. Sean los elementos de la Matriz A
a11,a12,a21,a22 y los elementos de la Matriz B
b11,b12,b21,b22, cada una escrita como
A=[a11a21a12a22],B=[b11b21b12b22]
Suma/Resta combina las posiciones correspondientes una por una:
A±B=[a11±b11a21±b21a12±b12a22±b22]
La multiplicación NO es elemento por elemento — cada entrada del resultado es un producto
punto de “fila por columna”:
AB=[a11b11+a12b21a21b11+a22b21a11b12+a12b22a21b12+a22b22]
El determinante es un solo número que describe cuánto escala el área la matriz:
det(A)=a11a22−a12a21
La transpuesta invierte la matriz a través de su diagonal principal, intercambiando las dos
entradas fuera de la diagonal:
AT=[a11a12a21a22]
Ejemplo resuelto
Usando A=[1324] y
B=[5768]:
Suma:A+B=[1+53+72+64+8]=[610812].
Multiplicación: la entrada superior izquierda es 1×5+2×7=19, la
superior derecha es 1×6+2×8=22, la inferior izquierda es
3×5+4×7=43, y la inferior derecha es 3×6+4×8=50,
dando AB=[19432250].
Matrix multiplication combines a "row" of the first matrix with a "column" of the second, multiplying and summing pairs of entries — not simply multiplying entries in the same position the way addition and subtraction do. This "row times column" rule is what makes matrix multiplication generally NOT commutative (A x B usually does not equal B x A), unlike ordinary number multiplication.
What does the determinant tell you?
The determinant is a single number describing how much a matrix scales area when it transforms a shape. A determinant of zero means the matrix squashes everything onto a line (or a point) — it has no inverse.
Does this calculator support matrices larger than 2x2?
Yes — use the +/- row and column buttons on each matrix grid to resize it to whatever dimensions you need (up to 8x8). Addition and subtraction require both matrices to be the same size; multiplication requires Matrix A's column count to match Matrix B's row count; the determinant requires a square matrix.
We use cookies for analytics and ads to help support this free site. You can accept all, or decline and we'll only use what's needed for the site to work.