Part of ALG-01 — Matrices & Determinants

Matrix Operations -- Algebra Rules

by Notetube Official153 words5 views
OperationRuleCaution
A + BCommutative: A+B = B+ASame order required
ABNOT commutative: AB != BA generallySame inner dimensions
A(BC)Associative: A(BC) = (AB)CAlways valid
A(B+C)Distributive: A(B+C) = AB + ACLeft and right distributive
(AB)^T= BTB^T * ATA^TOrder reverses
(AB)^(-1)= B^(-1) * A^(-1)Order reverses
(AnA^n)^(-1)= (A^(-1))^nBoth exist
AB = 0Does NOT imply A=0 or B=0Unlike scalar algebra
A2A^2 = ADoes NOT imply A=I or A=0Idempotent matrices exist
AB = ACDoes NOT imply B=CCancellation needs A^(-1)

The "reversal law" for transpose and inverse is tested every year in some form.

Like these notes? Save your own copy and start studying with NoteTube's AI tools.

Sign up free to clone these notes