Chap 1
Chap 1
Chap 2 Determinants
An nxm matrix whose entries are all zero is a zero matrix and is written as 0.
two matrices are equal if they have the same size and if their corresponding entries are equal.
If A and B are 2 matrices of the same size, then the sum or the difference A+B or A-B is the matrix whose
columns are the sums(or diff) of the corresponding columns in A and B.
If k is a scalar and A is a matrix, then the scalar multiple kA is the matrix whose columns are k times the corresponding columns in A
proprieties
A B B A
( A B) C A ( B C )
A0 A
r ( A B) rA rB
(r s ) A rA sA
r ( sA) (rs) A
MATRIX MULTIPLICATION
PROPERTIES OF MATRIX MULTIPLICATION
A( BC ) ( AB)C
A( B C ) AB AC
( B C ) A BA CA
r ( AB) (rA) B A(rB)
I m A A AI n
AB BA
POWERS OF A MATRIX
If A is an nxn matrix and if k is a positive integer, then
Ak denotes the product of k copies of A:
A A
k
A
k
THE TRANSPOSE OF A MATRIX
Given an nxm matrix A, the transpose of A is the mxn matrix, denoted by AT, whose columns are formed from the corresponding rows of A.
(A ) A
T T
( A B) A B
T T T
(rA) rA
T T
( AB) B A
T T T
Inverse matrix
An nxn matrix A is said to be invertible if there is an nxn matrix C such that
CA=AC=In
An nxn matrix A is invertible if and only if A is row equivalent to In, and in this case, any sequence of
elementary row operations that reduces A to In also transforms In into A-1 .
Ex: Find the inverse of the matrix, if it exists.
0 1 0
A 1 0 3
4 3 8
PROPERTIES OF Inverse
(A ) A
1 1
( AB) B A
1 1 1
( AT ) 1 ( A1 )T
If A is an invertible nxn matrix, then for each b in ℝ𝑛 , the
equation AX=b has the unique solution X = A-1b