Week 1 Flashcards

1
Q

Define a solution.

A

A pair (x0, y0) of real numbers is a solution to the equation ax + by = c
if setting x = x0 and y = y0 makes the equation true. That is if ax0 + by0 = c.

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

Define the solution set.

A

The set of all solutions to the equation is called its solution set.

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

What is an augmented matrix?

A

A matrix formed from a system of linear equations.

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

Define ERO’s.

A

Elementary Row Operations.
1. Multiply a row by a non-zero constant.
2. Add a multiple of one row to another row.
3. Interchange two rows in the matrix.

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

Define REF.

A

Row Echelon Form.
1. The first non-zero entry in each row is a 1 (called a Leading 1).
2. If a column contains a leading 1, then every entry of the column below the leading 1 is a zero.
3. As we move downwards through the rows of the matrix, the leading 1’s move from left to right.
4. Any rows consisting entirely of zeroes are grouped together at the bottom of the matrix.

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

Give another name for a leading one.

A

A pivot.

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

Define rank of a matrix.

A

Let A be a matrix. The rank of A, denoted rank(A) is the number
of leading 1’s in a row-echelon form obtained from A by Gaussian elimination.

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

Define RREF.

A

Reduced row echelon form.
1. It is in row-echelon form, and
2. If a particular column contains a leading 1, then all other entries of that column are zeroes.

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

Differentiate between leading and free variables.

A

The variables whose columns in the RREF contain leading 1’s are
called leading variables or pivot variables. A variable whose column in the RREF does not contain a leading 1 is called a free variable.

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

Define matrix.

A

A rectangular array of numbers.

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