Jump to content

Matrix addition

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Makeswell (talk | contribs) at 08:12, 15 March 2015 (we have articles we cover topics. we have to outline the topic to have an article. different topics should have different articles.). 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. It is not to be confused with finding the direct sum and the Kronecker sum.

Entrywise sum

The usual matrix addition is defined for two matrices of the same dimensions. The sum of two m × n (pronounced "m by n") matrices A and B, denoted by A + B, is again an m × n matrix computed by adding corresponding elements:[1][2]

For example:

We can also subtract one matrix from another, as long as they have the same dimensions. AB 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 (denoted by ⊕). Note the Kronecker sum is also denoted ⊕; the context should make the usage clear. 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) defined as [3][1]

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.

The adjacency matrix of the union of disjoint graphs or multigraphs is the direct sum of their adjacency matrices. Any element in the direct sum of two vector spaces of matrices can be represented as a direct sum of two matrices.

In general, the direct sum of n matrices is:[1]

where the zeros are actually blocks of zeros, i.e. zero matricies.

Kronecker sum

The Kronecker sum is different from the direct sum but is also denoted by ⊕. It is defined using the Kronecker product ⊗ and normal matrix addition. If A is n-by-n, B is m-by-m and denotes the k-by-k identity matrix then the Kronecker sum is defined by:

See also

Notes

  1. ^ a b c Lipschutz & Lipson.
  2. ^ Riley, K.F.; Hobson, M.P.; Bence, S.J. (2010). Mathematical methods for physics and engineering. Cambridge University Press. ISBN 978-0-521-86153-3.
  3. ^ Weisstein, Eric W. "Matrix Direct Sum". MathWorld.

References