Linear Equations

0.0(0)
studied byStudied by 0 people
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/29

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.

30 Terms

1
New cards

what is the method for solving a system of linear equations?

go from top to bottom, variable by variable, so that each equation has only one variable

2
New cards

when does a linear system have infinitely many solutions?

when there are two leading variables and one free variable; when the intersection is a line

3
New cards

when does a linear system have no solutions?

when we have a false equation (e.g. 0 = c) in the system

4
New cards

how do we notate the solution of a linear system with infinitely many solutions

parametrize the free variable

5
New cards

matrix

rectangular array of numbers representing a system of equations

6
New cards

when are two matricies equal

they have the same size and corresponding entries

7
New cards

square matrix

n = m

8
New cards

diagonal matrix

aij = 0 when i =/= j

9
New cards

upper triangular matrix

aij = 0 when i > j

10
New cards

lower triangular matrix

aij = 0 when i < j

11
New cards

identity matrix (In)

all entries are 0s except for the 1s in the diagnoal

12
New cards

zero matrix

all 0 entries

13
New cards

(column) vector

matrix with one column

14
New cards

components

entries of a vector

15
New cards

row vector

matrix with one row

16
New cards

coefficient matrix

representation of a linear system by only the variable coefficients

17
New cards

augmented matrix

representation of a linear system by coefficients and constant which they equal to

18
New cards

what are the three properties that make linear systems easy to solve

P1: leading coefficient is 1 in each equation; P2: leading variable does not appear i other equations; P3: leading variables are in the “natural order”

19
New cards

what are the steps for solving a system of linear equations from top to bottom

  1. divide equation so leading coefficient is 1

  2. eliminate leading variable form all other equations

  3. proceed likewise for other equations

  4. Rearrange equations in natural order

  5. solve each equation for leading variable

20
New cards

what are the three characteristics of reduced row-echelon form (rref)?

  1. if a row has nonzero entries, the first nonzero coefficient is the leading 1 (pivot)

  2. if a column contains a leading 1, all other entries are 0

  3. If a row contains a leading 1, then each row alone contains a leading 1 further to the left

21
New cards

elementary row operations

bring a matrix to rref

22
New cards

what are the elementary row operations

  1. divide by a nonzero scalar

  2. subtract a multiple of a row from another row

  3. swap two rows

23
New cards

a system of equations is consistent with

at least one solution

24
New cards

a system of equation is inconsistent

if and only if the rref form of its augmented matrix contains 0=1

25
New cards

rank of a matrix

number of leading 1’s in its rref

26
New cards

if a linear system has exactly one solution, then

the number of variables (m) must be less than or equal to the number of linear equations (n)

27
New cards

a linear system where the n is less than m has

either no solutions or infinitely many solutions

28
New cards

a linear system has a unique solution if and only if the rank of its coefficient matrix is

n

29
New cards

vector b is a linear combination of v if there exists

a scalar x such that b=xv

30
New cards

matrix form of a linear system

Ax=b