Linear Equations, Matrices (Chapter 11, 12, 13, 14)

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall with Kai
GameKnowt Play
New
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/54

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

55 Terms

1
New cards

linear eqn is of the form

a1x1 + a2x2 + . . . + anxn = b

ai and b are real numbers (scalars) and xi are unknowns/variables/indeterminants

2
New cards

linear system

collection of linear eqns

3
New cards

solution to a linear system

  • solution to ALL eqns of the system simultaneously

4
New cards

general solution

set of all solutions; may be infinite solutions presented w parameters

5
New cards

linear system is consistent when

there exists at LEAST one soln; otherwise the system is inconsistent

6
New cards

linear system is homogenous if

all the CONSTANT TERMS (terms w/o variables) = 0, otherwise the linear system is inhomogenous

7
New cards

types of general solutions

  • no solution

  • a unique solution

  • infinite solutions (could be w parameters)

8
New cards

gaussian elimination

  • method for solving linear systems systematically

  • involves elementary row operations

  • using an AUGMENTED matrix

9
New cards

valid operations on an AUGMENTED MATRIX

  1. add a MULTIPLE of a row to another

  2. exchange two rows in the matrix

  3. multiply a row by a NON-ZERO scalar

10
New cards

homogeneous systems will always

have at least one solution, therefore homo systems are always consistent

11
New cards

~

“now equivalent to”

12
New cards

REF (row echelon form)

  1. all zero rows (if any) are at the BOTTOM

  2. first non-zero entry in each ROW is a 1 (CALLED A LEADING 1 OR A PIVOT)

  3. each leading 1/pivot is to the R of the leading 1s of the rows above

13
New cards

reduced row echelon form

  • like REF, except the only non-zero entry in each COLUMN is a pivot (each column has one 1 and the rest are 0)

14
New cards

if a row is ever [ 0 0 0 | a ] and a is non-zero,

the system is inconsistent

15
New cards

we say that two linear systems are equivalent if

they have the same general solution.

16
New cards

Two matrices A is row equivalent to B, written A ∼ B if

B can be obtained from A by elementary row operations

17
New cards

Any matrix can be turned into RREF via elementary row operations. Furthermore,

the RREF we get is unique.

18
New cards

steps to reduce linear system to REF

  1. interchange the top row w another if it is needed tro bring a non-zero entry to the first row of the left-most column

  2. scale R1 to get a pivot (the 1 is left most)

  3. Eliminate the rest of the left-most column using the pivot in R1

  4. now ignore the 1st row and repeat steps 1→ 3 w next row until you get REF

19
New cards

steps to reduce linear system to RREF

  • first do steps to reduce to REF

  • if the right-most pivot is in R1, stop

  • start w right-most pivot and use to eliminate every entry above it in its column

  • go to next column and go back to the first step here

20
New cards

to make parametric forms of general solutions

  • set the non-pivot columns to parameter variables and put in para form

21
New cards

rank of a matrix A is denoted

rank(A)

22
New cards

rank(A)

number of pivots in any REF of matrix A

  • the conversion from REF to RREF does not change the number of pivots

23
New cards

if matrix A has rank(A), then an augmented matrix with A is

B = [A|b] w b as a column vec, which has its own rank as rank(B) or rank(A|b)

24
New cards

rank(B) is always ____________ rank(A)

greater than or equal to

25
New cards

if rank(B) > rank(A), the system is

inconsistent

26
New cards

if rank(A) = rank(B), the system is

consistent

27
New cards

2 cases of rank(A) = rank(B)

  1. rank(A) = number of unknowns → system has a unique solution

  2. rank(A) < number of unknowns → system has infinite solutions

28
New cards

rank(A) is always _____________ number of unknowns

less than or equal to

29
New cards

traffic flow network of one-way street

then convert to REF form and make parametric eqns for each variable

<p>then convert to REF form and make parametric eqns for each variable</p>
30
New cards

scenarios for traffic network: minimum flow along road

  • the constant in eqn with the road variable (xi)

31
New cards

scenarios for traffic network: closing a road

  • set the relevant variable to 0

32
New cards

traffic network constraints

  • one way streets, therefore xi >= 0

  • 0 <= parameter variable <= smallest constant in system

  • if the solution after setting a variable to 0 (solve for parameter first and then solve for all the other variables) is all positive, then there are no traffic jams

33
New cards

solving systems w parameters

  • augmented matrix has coeffs that are variables

  • to be consistent, they must be values that allow rank(A) to equal rank(A|b)

<ul><li><p>augmented matrix has coeffs that are variables</p></li><li><p>to be consistent, they must be values that allow rank(A) to equal rank(A|b)</p></li></ul><p></p>
34
New cards

what are all the vectors that are a linear combination of [insert span of vectors]

  1. start w/ x1(v1) + x2(v2) + x3(v3)

  2. put into augmented matrix [A|b] with b as [a, b, c] (but vertical)

  3. reduce to REF

  4. and det the conditions a, b, c must be so that rank(A) = rank(A|b)

35
New cards

different ways to think of matrices

  • a table of numbers

  • the augmented matrix of a linear system

  • a collection of column vectors

  • a collection of row vectors

  • a mathematical object in its own right

36
New cards

a matrix w ‘m’ rows and ‘n’ columns is called an

m by n matrix, with size m x n

37
New cards

matrix notation entry

go down vertical 2, then go right 3

<p>go down vertical 2, then go right 3</p>
38
New cards

adding matrices and scalar mult

  • and you have a zero matrix of ANY SIZE

<ul><li><p>and you have a zero matrix of ANY SIZE</p></li></ul><p></p>
39
New cards

matrix transpose

  • if A is m x n then A-transpose is n x m and the rows of A are the columns of A-transpose

40
New cards

transpose operation on matrices satisfies

knowt flashcard image
41
New cards

matrix product

matrix A of size m x n and matrix B of size n x p, their product is size m x p

<p>matrix A of size m x n and matrix B of size n x p, their product is size m x p </p>
42
New cards

expressing linear system as a matrix eqn

Ax = b where x and b are a column vecs and A is a matrix

<p>Ax = b where x and b are a column vecs and A is a matrix</p>
43
New cards

expressing linear combo as a matrix multiplication

knowt flashcard image
44
New cards

if AB = 0, ________ A or B has to be the zero-matrix

neither

45
New cards

ways matrix mult is diff from num mult

  • AB ≠ BA (could be true in rare cases)

  • AB = 0, and neither A or B has to be the zero matrix

  • if AB = AC, you can’t cancel out A to get B = C

46
New cards

identity matrix

  • denoted as Ik (k is a subscript) for k x k matrix

  • has 1’s on diagonal (top left to bottom right)

  • matrix product of a matrix of size n x k with an identity matrix of size k x k gives back the original matrix itself BECAUSE THE IDENTITY MATRIX IS A MULTIPLICATIVE IDENTITY

47
New cards

properties of matrix product

knowt flashcard image
48
New cards

if matrix has size m x m, it is a square matrix. given a square matrix and a pos exponent integer ‘n’:

A^n = A*A*A*A*A … *A (n times)

49
New cards
term image
  • find the pattern by getting the product of the first few patterns'

  • recognize if it produces the identity matrix

  • use exponent rules

50
New cards

expressing linear system w ‘n’ unknowns with matrices

x = [x1, x2, …..] or x = [x, y, z] or x = [a, b, c]

and the variables in x are the variables for each column of the matrix

<p>x = [x1, x2, …..] or x = [x, y, z] or x = [a, b, c]</p><p>and the variables in x are the variables for each column of the matrix</p><p></p>
51
New cards

let A be a matrix of size m x n, Col(A) =

subspace in Rm generated by the columns of A

  • column space of A

52
New cards

Ax = b is consistent if and only if

b is in the span of Col(A)

53
New cards

Col(A) = Rm if and only if

Ax = b is consistent for ALL b belonging to Rm

54
New cards

dim(Col(A)) =

rank(A)

55
New cards

square matrix of size n x n, Col(A) = Rn if and only if

<p></p>