Matrix addition

In mathematics, matrix addition is the operation of adding two matrices by adding the corresponding entries together. However, there are other operations which could also be considered addition for matrices, such as the direct sum and the Kronecker sum.

Entrywise sum

Two matrices must have an equal number of rows and columns to be added.[1] In which case, the sum of two matrices A and B will be a matrix which has the same number of rows and columns as A and B. The sum of A and B, denoted A + B,[2] is computed by adding corresponding elements of A and B:[3][4]

Or more concisely (assuming that A + B = C):[5][6]

For example:

Similarly, it is also possible to subtract one matrix from another, as long as they have the same dimensions. The difference of A and B, denoted A B,[2] is computed by subtracting elements of B from corresponding elements of A, 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:[7][3]

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:[3]

where the zeros are actually blocks of zeros (i.e., zero matrices).

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. Elementary Linear Algebra by Rorres Anton 10e p53
  2. "Comprehensive List of Algebra Symbols". Math Vault. 2020-03-25. Retrieved 2020-09-07.
  3. Lipschutz & Lipson.
  4. 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.
  5. Weisstein, Eric W. "Matrix Addition". mathworld.wolfram.com. Retrieved 2020-09-07.
  6. "Finding the Sum and Difference of Two Matrices | College Algebra". courses.lumenlearning.com. Retrieved 2020-09-07.
  7. Weisstein, Eric W. "Matrix Direct Sum". MathWorld.

References

  • Lipschutz, S.; Lipson, M. (2009). Linear Algebra. Schaum's Outline Series. ISBN 978-0-07-154352-1.CS1 maint: ref=harv (link)
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.