1 | review matrix, vector spaces Flashcards
m x n ?
m rows
n columns
Additive identity of a matrix
Zero matrix of the same order is an additive identity
A + 0 = 0 + A = A
Additive inverse?
βπ΄ is the additive inverse, since
π΄ + (βπ΄) = (βπ΄) + π΄ = 0
If π΄ is an π Γ π matrix and π΅ is an π Γ π matrix,
the product πΆ is an _? x _? matrix whose entries are given by _______?
What is this product called?
m x p
cij = ai. b.j
dot product
orthogonal vectors?
example?
Two vectors are said to be orthogonal (perpendicular) if their dot product is zero.
Example. π = 1 2 3 , π = β2; 1; 0
π β π = 0
Is matrix multiplication (dot product) commutative?
no
Square matrix - definitiion?
diagonal of a square matrix?
A square matrix is a matrix which has the same number of rows and columns.
The diagonal of a square matrix is given by the entries which have the same row and column indices.
Diagonal matrix?
A diagonal matrix is a square matrix whose all off-diagonal entries are zero
Identity matrix?
Operations?
The identity matrix πΌπ is a diagonal matrix whose all diagonal entries are 1.
For an π Γ π matrix π΄, it holds that πΌmπ΄ = π΄ and π΄πΌπ = π΄
Examples.
For an π Γ π matrix π΄, it holds that ____π΄* = π΄
πΌπ*π΄
For an π Γ π matrix π΄, it holds that π΄*____ = π΄ ?
π΄*πΌπ
Matrix operation:
commutative law?
only for addition!
π΄ + π΅ = π΅ + π΄
Matrix operatiom:
Scalar multiplication law?
(ππ΄)π΅ = π΄(ππ΅) = π(π΄π΅)
Matrix operation:
Distributive law?
(π΄ + π΅)πΆ = π΄πΆ + π΅πΆ
π΄(π΅ + πΆ) = π΄π΅ + π΄πΆ
Matrix operation:
Associative law?
(π΄ + π΅) + πΆ = π΄ + (π΅ + πΆ)
(π΄π΅)πΆ = π΄(π΅πΆ)
Transpose matrix definition
If π΄ is an π Γ π matrix,
the transpose πΆ = π΄π is an π Γ π matrix
whose entries are given by πππ = πππ
In other words, the π row of π΄ becomes the π column in π΄π