Describe Gaussian elimination in terms of systems of equations rather than matrices
Eliminating values of x, y, and z until you have one variable (say z) which equals a value and then work you way back up solving for the remaining variables
What must a system of equations be for there to be a arbitrary value and hence infinitely many solutions?
The system must be homogeneous
all systems must equal zero
How do you turn systems of equations into a matrix?
Take the coefficients of the variables and put them in a m by n array
What does Mmxn(F) mean?
Defines all matrices of rows m and columns n over a field F
What is meant by:
What are the 4 properties of matrix addition ?
What are the 4 properties of matrix scalar multiplication ?
What is the definition of matrix multiplication?
For A=[aij] and B=[bij] their product AB is the matrix [cij] where [cij] = Σ a[ik] b[kj]
(Take the ith row and jth column and sum them for the new entry)
True or False:
Matrix multiplication is communicative (AB=BA)
False
True or False:
(AB)^T = A^T B^T
True
What are the three types of row operations?
What is the definition of echelon form ?
The leading non zero entry in every row is to the right of the leading entry of the previous row and any zero rows are placed at the bottom of the matrix.
What is the definition of reduced echelon form?
In addition to being in echelon form:
True or False:
- True
How can a matrix B be obtained from a matrix A such that A~B ?
B can be obtained from A such that A~B when A and B are row equivalent and if and only if they have the same reduced echelon form
What is the equation for the number of variables in a matrix?
Number of non zero rows in REF + Number of parameters = Number of variables
What is the definition of an invertable matrix ?
A is invertable if there is a B such that
AB=BA=Identity
If B exists this is denoted A^-1
True or False :
(AB)^-1 does not equal A^-1 B^-1
False
How would you find an inverse using row reduction ?
Set up a matrix with the system on the right and the identity on the right and reduce the left hand side to the identity, applying every row operation to the identity at the same time
What is the link between row operations and elementary matrices ?
Preforming a row operation is the same as multiplying by the corresponding elementary matrix
If the general solution has no parameters then what can we say about the REF?
The REF is equal to the identity matrix
What are the steps for finding the determinant of any n by n matrix?
If a matrix A has a zero row, what can we say about the determinant ?
Det (A) = 0
If a matrix A has a determinant that is non zero, what can we say about A?
A is invertable