No recently used tools
Loading categories...
Add, subtract matrices, and perform scalar multiplication with step-by-step solutions. Supports A+B, A−B, cA, and linear combinations aA+bB. 100% client-side—no data sent to servers. Enter matrices up to 10×10 or use quick examples.
This matrix addition calculator performs element-wise operations using standard linear algebra rules. All computations run client-side in your browser—no matrices are sent to any server. Supports A+B, A−B, scalar multiplication cA, and linear combinations aA+bB with step-by-step solutions up to 10×10.
Addition and subtraction are element-wise and require the same dimensions. For result C, cij = aij ± bij. Addition is commutative and associative.
Scalar multiplication multiplies each entry by a constant c. Linear combinations have the form aA + bB with matching dimensions, fundamental for many linear algebra applications.
This tool supports matrices up to 10×10 and shows element-wise steps for A+B, A−B, cA, and aA+bB.
Yes. Scroll to the Exam-Style Practice section and choose Easy (2×2), Medium (3×3), or Hard (linear combinations). Generate problems, enter answers, and get instant scoring with detailed solutions.
The most common errors are adding matrices of different dimensions (not allowed), forgetting to negate every entry in subtraction, and misapplying scalar multiplication to only some entries instead of all.