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 π΄π
Symmetric Matrix?
Matrix is symmetric if π΄π = π΄
Assuming that all products and sums below are defined, the
following hold:
(π΄ + π΅)π = ?
(π΄π΅)π = ?
(π΄ + π΅)π = Aπ + Bπ
(π΄π΅)π = BπAπ
Homogeneous system of linear:
Definition?
How can it be solved?
π΄π₯ = π
If all entries in π are zero, the system is homogeneous
Otherwise, non-homogeneous
can be solved by Gaussian elimination
Row echelon form
Definition?
A matrix is said to be in a row echelon form if
(i) The first non-zero entry in every row is to the right of the first non-zero entry in all the rows above
(ii) Every entry above a first non-zero entry is zero
Row echelon form:
pivot?
Pivot (corner entry) = the first non-zero entry in a row
Row Echelon Form:
reduced?
Reduced row echelon form = every pivot equals one!
The reduced form of matrix π΄ is denoted by π΄πππ
Elementary row operations on a matrix?
Use?
Three elementary row operations on a matrix π΄ are defined as follows:
- Interchange two rows of π΄
- Multiply a row of π΄ by a non-zero scalar (i.e. constant)
- Replace a row of π΄ by itself plus a multiple of a different row
Every matrix can be put into a (unique) reduced row echelon form by applying a (not unique) sequence of elementary row operations.
Matrix rank
The reduced form of matrix π΄ is denoted by π΄πππ
The row rank, or simply, the rank, of a matrix π΄ is the number of non-zero rows in π΄πππ
Row rank of matrix π΄?
π΄ =
1 2 3
4 5 6
7 8 9
β
π΄πππ =
1 0 β1
0 1 2
0 0 0
2, since there are 2 non-zero rows.
Solving homogeneous linear system:
Do elementary row operations change solution of system of equations π΄π₯ = π?
Appication of elementary row operations does not change the solutions
Solving homogeneous linear system:
Null space?
Homogeneous case.
The solution set of a homogeneous linear system π΄π₯ = 0 is called the null space of π΄, denoted by π(π΄) .
Reduced row echelon form can be used to determine and write down the null space of a matrix π΄.
Solving homogeneous linear system:
Solution set = Null space - How to get it ?
Reduced row echelon form can be used to determine and write down the null space of a matrix π΄.
The pivot variables have non-zero coefficients, so they can be expressed in terms of the remaining variables β called, free
Solving homogeneous linear system - example:
π΄ =
0 1 2 0 0 0
0 3 β1 1 2 0
The matrix is already in reduced row echelon form. The pivot variables have non-zero coefficients, so they can be expressed in terms of the remaining variables β called, free.
> > show this, and show the general solution vector
π₯2 = β2π₯3 β 3π₯5 + π₯6
π₯4 = β2π₯5
general solution vector is :
π₯1, β2π₯3 β 3π₯5 + π₯6, π₯3, β2π₯5, π₯5, π₯6)
Solving homogeneous linear system - example:
π΄ =
0 1 2 0 0 0
0 3 β1 1 2 0
β¦
general solution vector is :
π₯1, β2π₯3 β 3π₯5 + π₯6, π₯3, β2π₯5, π₯5, π₯6)
Write this in matrix form
π₯ =
1 0 0 0
0 β2 β3 1
0 1 0 0
0 0 β2 0
0 0 1 0
0 0 0 1
Solving homogeneous linear system
facts about num. of pivots?
num. of pivots + num. of free variables = num. of variables
num. of pivots = num. of constraints on the variables.
Solving homogeneous linear system
When does π΄π₯ = 0 have a unique solution?
Note that the zero-vector 0 is always a solution: trivial solution If the solution is unique, then π π΄ = {π} (This happens when there are no free variables)
otherwise, if there is a free variable, there must be non trivial solution
Therefore, a homogeneous system has a unique solution if and only if every variable is a pivot variable!
Solving non-homogeneous linear system
Appication of elementary row operations does not change the solutions to the system of equations π΄π₯ = π; this is applied to the augmented matrix π΄|π
Non-homogeneous case.
If a system with the augmented matrix has a particular solution π, then any other solution has the form π + π₯ where
π₯ β π(π΄).
System of linear equations is βconsistentβ?
either one solution or infinitely many solutions.
System of linear equations is βinconsistentβ?
A system of linear equations is said to be inconsistent if it has no solution
Solving homogeneous linear system
what are free variables?
The non-pivot, non-zero variables in a matrix that is in reduced echelon form
Formula for number of free variables?
num. free var = num. var - num. pivots
= num. var - num. constraints
Dot product
a β
b = b β
a
= a scalar = magnitude of a * magnitude of b * cosine of angle between them
Cross product
a x b /= b x a
= magnitude of a * magnitude of b * sine of angle between them unit vector, perpendicular to both a and b (use right hand rule to know which way)