Processing math: 100%
Search for a tool
Matrix Addition

Tool to calculate matrix additions in computer algebra. The sum of N matrices is generally obtained by summing the elements of each matrix.

Results

Matrix Addition -

Tag(s) : Matrix

Share
Share
dCode and more

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!


Please, check our dCode Discord community for help requests!
NB: for encrypted messages, test our automatic cipher identifier!


Feedback and suggestions are welcome so that dCode offers the best 'Matrix Addition' tool for free! Thank you!

Matrix Addition

Addition of 2 Matrices


× ↔



× ↔


Addition of 3 Matrices


× ↔


Answers to Questions (FAQ)

What is a matrix addition? (Definition)

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.).

How to add 2 matrices?

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.

How to add 2 matrices in Excel?

A matrix addition in Excel can be achieved by adding the elements with identical coordinates in each matrix.

How to add 2 matrices of different sizes?

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.

How to add a scalar to a matrix?

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.

Source code

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.

Cite dCode

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: https://www.dcode.fr/matrix-addition
In a scientific article or book, the recommended bibliographic citation is: Matrix Addition on dCode.fr [online website], retrieved on 2025-04-25, https://www.dcode.fr/matrix-addition

Need Help ?

Please, check our dCode Discord community for help requests!
NB: for encrypted messages, test our automatic cipher identifier!

Questions / Comments

Feedback and suggestions are welcome so that dCode offers the best 'Matrix Addition' tool for free! Thank you!


https://www.dcode.fr/matrix-addition
© 2025 dCode — The ultimate collection of tools for games, math, and puzzles.
 
Feedback