Chapter 1: Systems of linear equations Flashcards

1
Q

Linear equation in the n variables x_1, x_2,…,x_n

A

An equation of the form a_1x_1 + a_2x_2 + · · · a_nx_n = b

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

Coefficients of x_i

A

a_i ∈ R in a_1x_1 + a_2x_2 + · · · a_nx_n = b

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

Constant term

A

b ∈ R in a_1x_1 + a_2x_2 + · · · a_nx_n = b

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

Solution of linear equation

A

a sequence of n numbers s1,s2, · · · ,sn so that
a1s1 + a2s2 + · · · ansn = b

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

System of linear equations

A

a finite set of linear equations

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

Solution to a system of linear equations

A

a sequence of numbers that is simultaneously a solution to all equations in the system

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

Consistent system of equations

A

if it has at least one solution

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

Inconsistent system of equations

A

if it has no solutions

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

Homogenous system of linear equations

A

if and only if the constant term in each equation is zero.

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

Equivalent systems of linear equations

A

have the same set of solutions

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

ERO I

A

I Interchange two rows.

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

ERO II

A

II Multiply one row by a non-zero number.

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

ERO III

A

III Add a non-zero multiple of one row to a different row

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

A matrix is in row-echelon form if and only if

A

1 All zero rows (consisting entirely of zeros) are at the bottom.
2 The first non-zero entry from the left in each non-zero row is a 1, called a leading 1 for that row.
3 Each leading 1 is to the right of all leading 1s in the rows above it.

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

A matrix is said to be in reduced row-echelon form if, in addition to the conditions for REF, it satisfies the following condition:

A

4 Each leading 1 is the only non-zero entry in its column.

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

Gaussian elimination

A

The step-by-step procedure for finding a (reduced) row-echelon matrix

17
Q

The reduced row-echelon form of a matrix A is ______

A

unique

18
Q

the number of leading 1s must be ___ ____ in each row-echelon form of A.

A

the same

19
Q

Rank of a matrix A

A

the number of leading 1s in any row-echelon form of the matrix A.

20
Q

Theorem 1.2.2 Suppose a system of m equations in n variables is consistent and that the rank of the augmented matrix is r. Then

A

a) The set of solutions involves exactly n − r parameters.
b) If r < n, the system has infinitely many solutions.
c) If r = n, the system has a unique solution.