Chapter 1 Flashcards
What are the elementary row operations?
(Replacement) Replace one row by the sum of itself and a multiple of another row.
(Interchange) Interchange two rows.(Scaling) Multiply all entries in a row by a nonzero constant.
How do we know if a linear system is consistent or inconsistent?
A consistent linear system has at least one solution while an inconsistent linear system has no solution.
what is an m x n matrix?
a matrix with m rows and n columns.
coeffiecent vs augmented matrix
coeffiecent matrixs are just the coeffecients of the variables while augmented matrix have the constants on the otherside of the equal sign. (I don’t wanna say solutions b/c I don’t wanna confuse terminology)
what makes a equation linear?
every variable is to the first power. you can have subscripts. No variables are multiplied.
Roughly speaking, how do you solve linear systems?
use the x_1term in the first equation of a system to eliminate the x_1terms in the other equations. Then use the x_2term in the second equation to eliminate the x_2terms in the other equations, and so on, until you finally obtain a very simple equivalent system of equations.
*Get it in eichon form. With the staircase of 0’s
graphically, what do consistent and inconsistent systems look like?
Inconsistent would be two parallel lines. Consistent systems intersect at at least one point. -> could even intersect the entire lines which would be infinitely many solutions.
echoleon form vs row reduced echoleon form
Echelon form is where there are zeros below each leading entry. row reduced echeleon form is where every leading entry is 1 and every other entry is a 0 or the solution to the variables.
Let A be an m x nmatrix. Then the following statements are logically equivalent. That is, for a particular b, either they are all true statements or they are all false.
- For each b in R^m, the equation Ax=bhas a solution.
- Each b in R^mis a linear combination of the columns of .
- The columns ofA span R^m.
- A has a pivot position in every row.
what are the components of Ax=b
A is the matrix of numbers
x is the variables in R^m
b is the solution of the set
how does matrix multiplication work?
Think dot product. Make a column vector then first entry of column vector by first entries of matrix, 2nd for 2nd and so on.
what are homogeneous linear systems and equations
homogenuous equation is of the form Ax = 0. so a a homogeneous system is a system of these.
trivial vs non trivial solution
trivial - the of solution of x =0 to a homogeneous eq
non - trivial is a non zero solution
when does a homogeneous eq have a nontrivial solution?
iff the EQ has at least one free variable.
parametric form of vector equation
x = a + tb
a and b are vectors