CONCEPTS Flashcards

1
Q

What is an n-tuple?

A

order list of numbers. 3-tuple for example is 3 dimensional (x,y,z)

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

what is an augmented matrix

A

a series of numbers that were converted from a system of linear equtions

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

what is a linear equation

A

makes a straight line,
- no trig
- power of one
- no rational
- no log or exponential

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

what are the three possibilities when it comes to the solution of a linear equation

A

All linear equations have either 1, infinite or zero solutions

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

what is a consistent matrix?

A

one that has either 1 or an infinite number of solutions

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

what is an inconsistent system of equations?

A

No solutions

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

What are the 3 elementary row operations

A
  1. you can interchange two rows
  2. you can multiply a row with a non zero number
  3. add a scalar multiple of one row to another
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

what are the subscripts i and j?

A

they are i : rows
j: columns

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

conditions for reduced echelon form matrix?

A
  1. first row left has to be 1
  2. all number under leading 1 must be zero
  3. the next leading 1 in succesive rows must be further to the right than one above
  4. if row is all zeros, then must be grouped at bottom
  5. zeros above leading 1s
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

how to know if there is one solution

A

same number of variables as # of leading 1s

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

how to know if there are 0 solutions

A

leading 1 in constants

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

how to know that there are infinity soln

A

less leading ones than free variables

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

What is a homogeneous linear system

A

All constant terms are zero, always has a trivial solution.

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

what is a trivial solution?

A
  • means all variables are equal de zero
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

what is a pivot row or column

A

contains a leading 1

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