In mathematics, matrix addition is the operation of adding two matrices by adding the corresponding entries together. However, there is another operation which could also be considered as a kind of addition for matrices.
[ Entrywise sum
The usual matrix addition is defined for two matrices of the same dimensions. The sum of two m-by-n matrices A and B, denoted by A + B, is again an m-by-n matrix computed by adding corresponding elements. For example:

We can also subtract one matrix from another, as long as they have the same dimensions. A - B is computed by subtracting corresponding elements of A and B, and has the same dimensions as A and B. For example:

[ Direct sum
Another operation, which is used less often, is the direct sum. The direct sum of any pair of matrices A of size m × n and B of size p × q is a matrix of size (m + p) × (n + q) matrix defined as

For instance,

The direct sum of matrices is a special type of block matrix, in particular the direct sum of square matrices is a block diagonal matrix.
Uses of this include
In general, thee direct sum of n matrices is:

[ See also
[ External links