matrix final Flashcards
(70 cards)
consistent system
system of linear equations that has at least 1 solution (either unique or infinitely many)
inconsistent system
no solution at all [0 0 0|15]
elementary row operations (ero)
- are reversible
- 2 matrices are row equivalent if there exists a set of row operations that transforms one matrix into another
- each ero replaces a system with an equal system
basic variable
a variable that corresponds to a pivot column
free variable
a variable that doesn’t correspond to a pivot column
if a linear system is consistent
- consistent and independent: the system has exactly one solution
- consistent and dependent: the system has infinitely many solutions
- if you are not asked for a solution, you can just see if you get a triangular matrix of 0 on the bottom.
linear combination
A linear combination of vectors or matrices involves expressing a given vector (or set of vectors) as a sum of scalar multiples of other vectors
-> 𝑣 = 𝑐1𝑣1 + 𝑐2𝑣2 + 𝑐3𝑣3
how to see if two vectors (x1, x2) are a linear combination of another vector (b)
put x1 and x2 in a matrix and augment it with b. RREF and if there is no free variable (consistent), it is a linear combination. if there is a free variable (inconsistent) it is not a linear combination
Ax = b (matrix equation)
if A is on an mxn matrix, with columns a1,….an, and if x is a vector in Rn, then the product of A and x, denoted Ax is the following linear combination:
x1a1 + x2a2 + x3a3 + …. + xnan
overdetermined system
when there are more equations than unknowns
solution to Ax = b
the equation Ax = b has a solution if and only if b is a linear combination of the columns of A.
Span {v1, v2, … vp} (Spans Rn)
the set of all possible linear combinations of those vectors
subset of Rn
a collection of vectors within Rn
homogeneous
a system of equations is called homogeneous f all the constant terms (right-hand side values) are zero.
- written as Ax = 0
trivial solution
a homogeneous system always has at least 1 solution, called the trivial solution. ALL UNKNOWNS ARE ZERO
(X = 0)
nontrivial solution
a homogeneous system may have infinitely many solutions, meaning THERE ARE FREE VARIABLES IN THE SYSTEM
non homogeneous
a system of linear equation is non-homogeneous if it can be written as Ax = b, where b ≠ 0
linearly dependent
- vectors that are scalar multiples
- matrix with free variables
- a set that contains the 0 vector
- no trivial solution for Ax = 0
- if the set contains more columns than rows, set is linearly dependent
linearly independent
- only one solution to Ax = 0
- not scalar multiples
- does not contain the 0 vector
commute
is AB, BA are defined and AB = BA, we say A and B commute
identity matrix
all entries are 0 except for the diagonals which equal 1
transpose of A (A^T)
an nxm matrix whose columns are formed by the corresponding rows of A
transpose theorems
- (A^T)^T = A
- (A + B)^T = A^T + B^T
- for any scalar r, (rA)^T = rA^T
inverse
an nxn matrix A is invertible if there is an nxn matric C such that
AC = In = CA