Matrix Addition Calculator (2×2)
Add or subtract two 2×2 matrices.
About Matrix Addition Calculator (2×2)
Matrix addition adds corresponding elements. Matrices must have the same dimensions.
$$A + B = \begin{pmatrix} a_{11}+b_{11} & a_{12}+b_{12} \\ a_{21}+b_{21} & a_{22}+b_{22} \end{pmatrix}$$
How to use this calculator
- Enter the first 2×2 matrix, with its four entries in row order.
- Enter the second 2×2 matrix, making sure it has the same 2×2 shape.
- Choose addition or subtraction, depending on what you want to do.
- Read the result, where each output entry comes from the matching positions in the two matrices.
The formula explained
For addition, the calculator finds the sum of each matching pair of entries in the two 2×2 matrices. For subtraction, it subtracts the second matrix’s matching entries from the first matrix’s entries.
- \(a_{11}\) = top-left entry of the first matrix
- \(a_{12}\) = top-right entry of the first matrix
- \(a_{21}\) = bottom-left entry of the first matrix
- \(a_{22}\) = bottom-right entry of the first matrix
- \(b_{11}\) = top-left entry of the second matrix
- \(b_{12}\) = top-right entry of the second matrix
- \(b_{21}\) = bottom-left entry of the second matrix
- \(b_{22}\) = bottom-right entry of the second matrix
Step by step method
- Write the two matrices in the same 2×2 layout.
- Add or subtract the entries in the same positions, top-left with top-left, top-right with top-right, and so on.
- Place the four results into a new 2×2 matrix.
Worked example
Problem. Add the matrices \(A = \begin{pmatrix} 3 & -1 \ 4 & 2 \end{pmatrix}\) and \(B = \begin{pmatrix} 5 & 6 \ -2 & 7 \end{pmatrix}\).
- Add the top-left entries: \(3 + 5 = 8\), and the top-right entries: \(-1 + 6 = 5\).
- Add the bottom-left entries: \(4 + (-2) = 2\), and the bottom-right entries: \(2 + 7 = 9\).
- Combine the results into one matrix: \(\begin{pmatrix} 8 & 5 \ 2 & 9 \end{pmatrix}\).
Answer. \(\begin{pmatrix} 8 & 5 \ 2 & 9 \end{pmatrix}\)
Tips and common mistakes
- Only matrices with the same size can be added or subtracted, so a 2×2 matrix must be paired with another 2×2 matrix.
- Keep track of negative numbers carefully, especially when subtracting, because subtracting a negative changes the sign.
Frequently asked questions
How do I use the 2x2 matrix addition calculator?+
Enter the four entries of the first matrix and the four entries of the second matrix in the matching boxes. The calculator adds or subtracts each pair of corresponding entries and shows the resulting 2x2 matrix.
What does the formula for matrix addition mean?+
The formula means you combine matrices entry by entry, so the top left elements are added together, the top right elements are added together, and so on. For two matrices A and B, the result is a new matrix whose entries are a11+b11, a12+b12, a21+b21, and a22+b22.
Can I add matrices if the entries are negative numbers or fractions?+
Yes, the calculator works with negative numbers, fractions, and decimals as long as you enter them correctly. Each entry is handled separately, so a negative or fractional value does not change the method.
What is a worked example of adding two 2x2 matrices?+
If A = [[1, 2], [3, 4]] and B = [[5, 6], [7, 8]], then A + B = [[6, 8], [10, 12]]. You get this by adding the entries in the same positions, such as 1+5 and 2+6.
How is matrix addition different from matrix multiplication?+
Matrix addition combines matching entries from two matrices of the same size, while matrix multiplication uses rows and columns and follows a different rule. For this tool, you are only adding or subtracting two 2x2 matrices, not multiplying them.
More Mathematics Tools
Explore related calculators in this category
Matrix Calculator
Add, subtract or multiply two matrices, or find a determinant.
Matrix Determinant Calculator
Calculate the determinant of a 2×2 matrix.
Matrix Inverse Calculator (2×2)
Calculate the inverse of a 2×2 matrix.
Matrix Multiplication Calculator
Multiply matrices step-by-step. Supports 2x2, 3x3, and custom matrix dimensions with clear worked solutions.
You Might Also Like
Popular tools from other categories
.htaccess Generator
Generate common .htaccess rules, force HTTPS, www redirect, and caching, with checkboxes.
1031 Exchange Calculator - Free Online
Free Calculate tax deferral in a 1031 exchange. Step-by-step solutions and formulas included. Fast, accurate, and free, with formula and example.
4% Rule Calculator
Find the retirement nest egg you need using the 4% safe-withdrawal rule.
70% Rule Calculator
Calculate max offer using the 70% rule for flips.
Can't Find the Right Calculator?
Try our AI Math Solver, type any problem in plain English and get instant step-by-step solutions.