Jump to content

Matrix addition

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by David Cruise (talk | contribs) at 04:56, 22 July 2006 (Removing my contributions (David Cruise)). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

In mathematics, matrix addition is the operation of adding two matrices by adding the corresponding entries together.

Entrywise sum

The usual matrix addition is defined for two matrices of 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

Direct sum

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

For instance,

Note that any element in the direct sum of two vector spaces of matrices could be represented as a direct sum of two matrices.

In general, we can write the direct sum of n matrices as:

See also