exam 1 Flashcards

(32 cards)

1
Q

rank

A

number of pivots in RREF

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

free variables

A

their columns have no pivots

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

linear equation

A

equation with polynomials of degree 1

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

coefficient matrix

A

matrix of coefficients of linear system

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

augmented matrix

A

matrix of coefficients and solutions of linear system

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

what three operations can be preformed on a matrix

A

1) scale
2) swap
3) replace with itself plus scalar multiple of another matrix

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

leading entries

A

the first nonzero number in a row of a matrix

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

pivots

A

leading entries that are 0

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

row echelon form

A

1) any rows of all zeros are at the bottom of the matrix
2) first leading entry of each row are to the right of all leading entries above (diagonal)

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

reduced row echelon form

A

1) it’s in row echelon form
2) all leading entries are pivots
3) every pivot is the only nonzero entry in its column

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

forward phase of RREF algorithm

A

1) use row operations to get 1 in top left entry
2) use row operations to clear out entries below the pivot
3) repeat for all rows

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

backward phase of RREF

A

1) start at bottom right pivot and use row operations to clear all entries above
2) repeat

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

solution set

A

collection of a1… an in R^n that satisfies the equation

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

row equivalence

A

two matrices are row equivalent if you can transform one into the other with row operations (A ~ B)

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

every matrix is row equivalent to exactly one…

A

reduced row echelon matrix

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

If A~B then the systems have the same…

17
Q

a system is inconsistent…

A

when the RREF form has a row [0…0 1] 0 does not equal 1.

18
Q

homogeneous linear system

A

linear system with solution constants that are all equal to 0

a1x + a2x = 0

19
Q

if a system has free variables, then it has…

A

infinitely many solutions

20
Q

trivial solution

A

all variables equal to 0

21
Q

if A is an m by n matrix then rank(A) <=

A

min (m,n)

ex: if A is 3 by 4 then possible ranks are 0,1,2,3

22
Q

number of free variables equals

A

n - r (cols minus rank)

if n - r is 0 then the solution is unique

23
Q

polynomial interpolation

A

there exists a unique line through only two distinct points on a plane

24
Q

vandermande theorum

A

given n + 1 points in the plane with distinct x values, there is a unique polynomial a0 + a1x + anx^n

25
is matrix multiplication communative
NO
26
inverses
an n by m matrix A is inveritible if there exists a C such that CA = AC = In
27
if the determinant of A is not ___ then A is invertible
0
28
A-1 =
1/det(A) [ d -b, -c a]
29
det(A) =
ab - bc
30
if an m by n matrix A is invertible, then the system Ax = b has a...
unique solution
31
elementary matrices
matrices that preform row operations when multiplied onto left (EpE3E2E1In)
32