Chapter 1 Flashcards

1
Q

What are the elementary row operations?

A

(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 well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How do we know if a linear system is consistent or inconsistent?

A

A consistent linear system has at least one solution while an inconsistent linear system has no solution.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

what is an m x n matrix?

A

a matrix with m rows and n columns.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

coeffiecent vs augmented matrix

A

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)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

what makes a equation linear?

A

every variable is to the first power. you can have subscripts. No variables are multiplied.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Roughly speaking, how do you solve linear systems?

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

graphically, what do consistent and inconsistent systems look like?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

echoleon form vs row reduced echoleon form

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

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.

A
  • 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.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

what are the components of Ax=b

A

A is the matrix of numbers
x is the variables in R^m
b is the solution of the set

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

how does matrix multiplication work?

A

Think dot product. Make a column vector then first entry of column vector by first entries of matrix, 2nd for 2nd and so on.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

what are homogeneous linear systems and equations

A

homogenuous equation is of the form Ax = 0. so a a homogeneous system is a system of these.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

trivial vs non trivial solution

A

trivial - the of solution of x =0 to a homogeneous eq
non - trivial is a non zero solution

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

when does a homogeneous eq have a nontrivial solution?

A

iff the EQ has at least one free variable.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

parametric form of vector equation

A

x = a + tb
a and b are vectors

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

how to know vectors are linearly independent

A
  • it has only the trivial solution
  • not scalar multiples of each other
  • if they are in the span of each other
17
Q

how to know if vectors are linearly dependent.

A
  • there exist weights not all zero. The vector equation has non trivial solutions
  • free variable
  • scalar multiples of each other
  • vectors > entries (rows > columns)
18
Q

what is Span {u,v} actually?

A

it’s the set of linear combinations of vectors. particularly within a plane.

19
Q

when is An indexed set S = {v_1,….,v_p}of two or more vectors is linearly dependent?

A

if and only if at least one of the vectors in S is a linear combination of the others. In fact, if Sis linearly dependent and V_1 doesn’t = 0,then some v_j(with j>1) is a linear combination of the preceding vectors, v1, …, v_j-1.

20
Q

whats a linear combination?

A

A linear combination of vectors is created by scaling each vector (adjusting its quantity) and then adding them together.

21
Q
A