Content deleted Content added
Bcasterline (talk | contribs) mNo edit summary |
indent, commas inside math tags, use juxtaposition notation, inline html, tighten wording |
||
Line 1:
A [[matrix (mathematics)|matrix]] in [[mathematics]] is '''conformable''' if its dimensions are suitable for defining some operation (''e.g.'' addition, multiplication, etc.).
In order to be conformable to addition, matrices need to have the same dimension. Thus ''A'', ''B'' and ''C'' all must have dimension ''m'' × ''n'' in the equation
<math>A + B = C</math>,▼
For [[matrix multiplication]], consider the equation
<math> A*B = C</math>,▼
if A has dimension <math>m \times n</math>, then B has to be <math>n \times p</math> for some p, giving C as <math>m \times p.</math>▼
▲
==See also==
|