Multiplicação de Matrizes 2×2
- Created by
- Renato Passos, Eng. de Software
- Reviewed by
- Renato Passos, Eng. de Software
Last updated: Apr 18, 2026
Formula
produto
About this calculator
The 2x2 matrix multiplication calculator computes the product of two square matrices of order 2. The result is a new 2x2 matrix obtained by the linear combination of rows from the first matrix with columns from the second. Each element of the resulting matrix is calculated as the sum of products of corresponding elements from the involved row and column. For example, the element in the first row and first column is (a11 * b11) + (a12 * b21). This operation is fundamental in linear algebra and has applications in computer graphics, physics, and engineering.
The operation is straightforward: enter the values of matrices A and B in the provided fields. The system applies the standard matrix multiplication formula, respecting the order of matrices. It is important to remember that matrix multiplication is not commutative, meaning A·B is generally different from B·A. The calculator automatically checks if the dimensions are compatible (both 2x2) and displays the result step by step, allowing you to verify each intermediate calculation.
Use this tool in situations such as geometric transformations in the plane, solving linear systems, or simulations involving rotations and scaling. Mathematics and engineering students can quickly check their exercises, while professionals in technical fields speed up repetitive calculations. The calculator is ideal for those who need precision and speed in operations with 2x2 matrices.
Cautions: verify that the order of matrices is correct, as A·B is not always equal to B·A. Also, ensure all numeric fields are filled with valid numbers (integers or decimals). Avoid confusing matrix multiplication with element-wise multiplication. The calculator does not replace conceptual understanding; use it as a support to check results.
Frequently asked questions
Can I multiply matrices of different orders?
No, this calculator only accepts 2x2 matrices. For other dimensions, the number of columns of the first must equal the number of rows of the second.
Does the order of matrices matter?
Yes. In matrix multiplication, A·B is generally different from B·A. The calculator follows the order you input.
What happens if I leave a field empty?
The calculator will display an error message. Fill all fields with numbers (including zero) to get the result.
Can I use decimal numbers?
Yes, the calculator accepts decimals and integers. Use a dot as the decimal separator.
How is the step-by-step calculation done?
The calculator shows each element calculated, displaying the sum of row-column products. For example, for element c11, it shows (a11*b11 + a12*b21).