Tool to calculate matrix additions in computer algebra. The sum of N matrices is generally obtained by summing the elements of each matrix.
Matrix Addition - dCode
Tag(s) : Matrix
dCode is free and its tools are a valuable help in games, maths, geocaching, puzzles and problems to solve every day!
A suggestion ? a feedback ? a bug ? an idea ? Write to dCode!
The addition of 2 matrices is noted M1+M2 with M1=[aij] (m rows and n columns, with m=n for a square matrix) and M2=[bij] (of the same size: m rows and n columns).
The sum of these two matrices M1+M2=[cij] is a matrix of the same size, ie. m rows and n columns, with: ∀i,jcij=aij+bij
Important rule: The addition of matrices (matrix A plus matrix B) can only be done with 2 matrices of the same shape/size/dimension (2x2, 2x3, 3x2, 3x3, etc.).
The addition of matrix is done entry by entry
Example: [123456]+[789101112]=[1+72+83+94+105+116+12]=[81012141618]
For all matrices A and B of the same size, A+B = B+A.
A matrix addition in Excel can be achieved by adding the elements with identical coordinates in each matrix.
The addition operation (or sum) for matrices can only be done with same size matrices (all dimensions possible, provided they are exactly the same: 3x4, 4x3, 4x4, 5x5, etc.). Nevertheless, there is the direct sum operation, which can be used with distinct size matrices.
The operation of adding a scalar number to a matrix [A]+b is not defined, but sometimes it implies the operation [A]+[I]b with I the identity matrix of size compatible with A.
dCode retains ownership of the "Matrix Addition" source code. Any algorithm for the "Matrix Addition" algorithm, applet or snippet or script (converter, solver, encryption / decryption, encoding / decoding, ciphering / deciphering, breaker, translator), or any "Matrix Addition" functions (calculate, convert, solve, decrypt / encrypt, decipher / cipher, decode / encode, translate) written in any informatic language (Python, Java, PHP, C#, Javascript, Matlab, etc.) or any database download or API access for "Matrix Addition" or any other element are not public (except explicit open source licence like Creative Commons). Same with the download for offline use on PC, mobile, tablet, iPhone or Android app.
Reminder: dCode is an educational and teaching resource, accessible online for free and for everyone.
The content of the page "Matrix Addition" and its results may be freely copied and reused, including for commercial purposes, provided that dCode.fr is cited as the source.
Exporting the results is free and can be done simply by clicking on the export icons ⤓ (.csv or .txt format) or ⧉ (copy and paste).
To cite dCode.fr on another website, use the link:
In a scientific article or book, the recommended bibliographic citation is: Matrix Addition on dCode.fr [online website], retrieved on 2025-04-25,