Midterm 1 Flashcards
Equation of a line in a plane
ax + by = c
Compatible
equation = # variables
1 solution
# equations = # variables
Incompatible
equations = # variables
0 solution
[0 0 0 … 1]
Compatible indeterminate
equations < # variables
infinite solutions
# equations < # variables
Elementary row operations
don’t change solution set
1. Interchanging two rows
2. Multiplying a row by a non-zero constant
3. Adding to a row a multiple of another
Vector
(m x 1) matrix
RREF rules
- Leading 1s are the first # unless all 0 row
- Row with only 0s at the bottom
- Lower leading one must be farther to the right
- Each leading 1 column has 0s everywhere else in the column
Is matrix addition associative?
Yes
(A+B)+C=A+(B+C)
Is matrix addition commutative?
Yes
A+B=B+A
What is the transpose of a matrix?
Interchange rows & columns
What does it mean for a matrix to be symmetric?
Square matrix is equal to its transpose
Span
set of vectors you can reach with a linear combinations
(A^T)T =
(A^T)T = A
What are three ways to solve a linear system of equations?
- Equation: x1v1 + … + xnvn = b
- System: Ax = b
- Augmented matrix: [a1 … an | b]
Linearly dependent:
if there exists scalars (not all equal to zero) such that:
a1v1 + a2v2 + … + anvn = 0
Linearly independent:
The only scalars such that a1v1 + a2v2 + … + anvn = 0 are all equal to zero
If a set of equations has more variables than equations, then is it linearly independent or dependent?
linearly dependent
Is the zero vector linearly indpendent or dependent?
linearly dependent
Given a matrix in REF, the non-zero rows are
linearly independent
If two vectors are linearly independent are you perform elementary row operations on them, are they still independent?
Yes
Rank
linearly independent rows of the matrix
leading 1s in the general solution of Ax=0 (REF)
If A and B are matrices,
Does AB = BA?
NO
(AB)^T =
(AB)^T = B^T A^T
Homogeneous linear system
Ax = 0
Solution set sends vectors to zero vector