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