Jump to content

Conformable matrix

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Duoduoduo (talk | contribs) at 17:03, 8 March 2013 (Examples: more examples). 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.).

Examples

  • In order to be conformable to addition or subtraction, matrices need to have the same dimensions. Thus A, B and C all must have dimensions m × n in the equation
or
for some fixed m and n.
If A has dimensions m × n, then B has to have dimensions n × p for some p, so that C will have dimensions m × p. That is, the number of columns in A must equal the number of rows in B for A and B to be conformable for multiplication in that sequence.
  • Since squaring a matrix involves multiplying it by itself () 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.

See also