1/35
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai |
|---|
No analytics yet
Send a link to your students to track their progress
E
is an element of
span
set of all linear combinations of those vectors
mxn
m rows and n columns in the matrix
dimension
if a vector has n coordinates, its in dimension n
inconsistent
a linear system is inconsistent if a row of 0s equals a number
elementary row operations
addition of row and scalar of another
2. swapping rows
3. scalar of row
homogeneous matrix
Ax=0 when the solution side of the augmented is all 0s or it’s a coefficient matrix
in-homogeneous
Ax=b
where b is not = to 0
p vectors
cannot span R^m if n<m
equivalent
two matrices have the same solution set
If A is an mxn matrix, then:
for each b in R^m, the equation Ax=b has a solution
2. each b in R^m is a linear combo. of the columns of A
3. the columns of A span R^m
4. A has a pivot position in every row (A is a coefficient matrix - not augmented)
Linear Equation
An equation that can be written as a1x1 + a2×2 + a3x3 +…+ anxn, where a1,a2,…an, b are real or complex numbers
Linear equations
A collection of two or more linear equations using the same variables
Solutions set
The set of all possible solutions to a system
Graphs

REF vs. RREF
REF:
- all non-zero rows are above all all-zero rows
- each leading entry of a row is in a column to the right of the LE of the row above it
all entries in a column below a LE are zeros
RREF:
- REF
- the LE in each non-zero row is 1
- each leading 1 is he only non-zero entry in the column
Pivot Position:
Pivot Column:
Pivot:
corresponds to leading entry
the column that contains the pivot
nonzero number in pivot position used to create zeros with row operations
Free variables
can take on any value. once you choose a a value for your free variable, it will determine the value of the other (basic) variables
Vector
An ordered list of numbers
Column vector
a vector with only one column, we often use these for ordered pairs, triples, etc.
Vectors in R²
The set of all vectors with 2 entries. R > real numbers 2> number of entries. THis is the set of all points in a plane
Operations with vectors
Scalar - multiply by a constant
Addition - add corresponding values
Multiplication - have to pay attention to the dimensions. to multiply, you need JUST 1 row x how many columns
Vectors in Rn
If n E R, then Rn is the collection of all lists of ordered n-tuples (written as nx1 column matrix) of n real numbers written as nx1 column matrices
Algebraic properties of R2

Linear combinations
The vector defined by y=c1x1 + c2×+….+ cnxn, where ci are scalars and vi are vectors, is called a linear combo. of vi, v2, v3 …vn with weight of c1, c2,…
A vector equation
a1x1 + a2×2 + a3x3 +…+ anxn has the same solution set as the linear system whose augmented matrix is [ai, a2, a3,…]. Therefore, a vector equation only has a solution if the system is consistent.
If vi, v2, v3 …vp are in Rn
then the set of linear combo. is denoted span{vi, v2, v3 …vn} and is called the subset of Rn spanned. Span is essentially all the vectors that can be written in the form c1x1 + c2×+….+ cnxp = b with ci scalars
Matrix equation Ax=b
If A is an mxn matrix with columns a1, a2,…, an and if x E Rn is the linear combo. of the columns of A using the corresponding entries in x as weights.
Same but different

Row-vector rule for computing Ax
If Ax is defined, the ith entry in Ax is the sum of the products of corresponding entries from row i of A and from the vector x. Basically, taking the whole row and multiply it by the column and it’ll give you the sol. [2345] and vector [12] you should do 1×2 + 2×4 and then 3 × 1 time 5×2 and that’ll give [1013]. Note the columns of the A and the rows of the x (vector) have to be the same number
For homogeneous: a linear system can be written in the form Ax = 0
Trivial solution: x = 0 (0 vector is always a sol.)
Non-trivial solution: x does NOT = 0 ( we want to solve for some value of vector x that makes the matrix x vector = 0) [2-1-21] x [33] = still equil [00] even though x is not 0,
Ax = 0 MUST have at least 1 free variable
Parametric vector form/equation
you can write x as some constant times a vector (x = tv), vector x = [x1, x2, x3] x [(4/3)X3, 0, ,x3] = x3 [4/3 , 0 , 1].
Needs to be in RREF and can have mult. free variables o
Translating homogenous solutions
Solutions of Ax = b are translations. to solutions of Ax = 0 where Ax = 0 line is through origin at 0,0. x = p + tv where p is the translation and the tv is the same solution from the homogeneous (t is variable and v is vector)
Parametric equation
all 0s in solution column for augmented matrix
independent vector
A set of vectors is linearly independent if none of them can be expressed as a linear combination of the others. This means each vector provides new, non-redundant directional information, and the only way to combine them to equal the zero vector is by multiplying all vectors by zero