Pure Math - Matrix: Definitions
Pure Math - Matrix: Definitions
doc Page 1 / 5
Matrix Algebra
Scalar multiple:
ℝ, A = [aij]mn, A or A is a scalar multiple of A
A = A = [aij]mn, i.e. every elements in A is multiplied by
–A = (–1)A = [–aij]mn
Properties:
Distributive: (A + B) = A + B
Distributive: (+)A = A + A
(A A
(1)A = A
(0)A = 0
Addition:
Matrices: A = [aij]mn , B = [bij]mn , C = [cij]mn
If A + B = C, then cij = aij + bij
Two matrices can be added iff they are of same type
Properties of addition:
Commutative: A + B = B + A
Associative: (A + B) + C = A+ (B + C)
Exist of identity: A + 0 = 0 + A = A
Inverse: A + B = B + A = 0 B = –A = [–aij]mn
Subtraction: A – B = A + (–B)
Multiplication:
Matrices: A = [aij]mn , B = [bjk]np ,
n
The product AB = C = [cik]mp where cik aijb jk ai1b1k ai2b2k ainbnk
j 1
Determinant:
Determinant of a square matrix A = [aij]nn is defined by det A = |A| = |aij|n
Minor: Mij
Cofactor Aij = (–1)i+jMij
det AB = (det A)(det B)
Transpose:
Transpose of a matrix A = [aij]mn, denoted by AT, is obtained by interchanging the rows &
columns
AT = [bij]nm where bij = aji
Properties:
(AT)T = AT
(AB)T = BTAT
(A + B)T = AT + BT
(A)T = (AT)
det AT = det A
For any matrix A,
12 (A + AT) is a symmetric matrix
12 (A – AT) is a skew-symmetric matrix
AB = 0 A–1 exists B = 0
AB = AC A–1 exists B = C
If A is singular, non-singular matrices X, Y s.t. AX = YA = 0
Power of matrix:
n
Positive power: An = A
k 1
A0 =I
Negative power: A–n = (An)–1
AmAn = Am+n m, nℤ
A sq. matrix A is idempotent iff A2 = A
A sq. matrix A is orthogonal iff AT = A–1
0 0 1 0 1 0
1 0 0 1 0 0
I 0 1 0 kR
E2 0 k 0
0 0 1 0 0 1
1 0 0 1 0 0
I 0 1 0 E3 0 1 k
R kR
0 0 1 0 0 1
All elementary matrices are non-singular
Multiplying an elementary matrix En to a matrix A has the same effect as performing the
elementary operation on A
4 Non-singular = Invertible
Page 4 / 5 auqxx-dcdui.doc
Gaussian Elimination:
a11 a12 a1n b1
Augmented matrix of a system of linear eqn: a21 a22 a2n b2
an1 an2 ann bn
11 12 1n 1
By elementary row op., the aug. matrix can be reduced to echelon form: 0 22 2n 2 ,
0 0 nn n
i.e. a upper triangular matrix
The solution of the system can be deduced from the echelon form
If a row vector 0 0 0 n where n 0 appeared in the echelon form, it has no soln
0 0 0 n represents the eqn: 0 = n
If 0 0 0 n where n = 0 appeared in the echelon form, it has infinity many soln
If 0 0 1 2 n appeared in the echelon form, it has infinity many soln
The system with n unknowns but less than n linear independent equations
Translation by units in x-direction & units in y direction:
x' x
y ' y
cos 2 sin 2 x
Reflection about the line ‘y = tan x’ or ‘x = cot y’:
x'
y ' sin 2 cos 2 y
cos sin x
Rotation for angle in counterclockwise about the origin:
x'
y ' sin cos y
Under isometric transformations, distances btw pts and angles btw lines are unchanged
y y y
x x x
Translation Reflection Rotation
Non-isometric transformations:
Enlargement about the origin for a factor k: x ' k 0 x
y ' 0 k y
A line is enlarged by a factor k
An area is enlarged by a factor k2
Shear w/x-axis as the invariant line by a factor k: x ' 1 k x
y ' 0 1 y
y y y
k
x x x
Enlargement Shear // x-axis Shear // y-axis