Jump to content

Conformable matrix

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by BattyBot (talk | contribs) at 08:13, 5 August 2015 (fixed citation template(s) to remove page from Category:CS1 maint: Extra text & general fixes using AWB (11334)). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

In mathematics, a matrix is conformable if its dimensions are suitable for defining some operation (e.g. addition, multiplication, etc.).[1]

Examples

  • If the sum of two matrices is defined, that is, if they have the same order, then they are said to be conformable for addition.
  • Multiplication of two matrices is defined if and only if the number of columns of the left matrix is the same as the number of rows of the right matrix. That is, if A is an m × n matrix and B is an s × p matrix, then n need to be equal s to the matrix product AB be defined. In this case, we say that A and B are conformable for multiplication (in that sequence).
  • Since squaring a matrix involves multiplying it by itself (A2 = AA) a matrix must be m × m (that is, it must be a square matrix) to be conformable for squaring. Thus for example only a square matrix can be idempotent.

References

  1. ^ Cullen, Charles G. (1990). Matrices and linear transformations (2nd ed.). New York: Dover. ISBN 0486663280.

See also