Midterm 1 Flashcards

1
Q

What is a linear equation?

A

An equation in the form a1x1+a2x2+…+anxn=b where a1…an and b are all real numbers and are not ALL zeroes.

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

What is a system of linear equations?

A

A finite set of linear equations with the same number of n variables.

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

What does it mean for a linear system to be consistent?

A

There exists a solution.

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

What does it mean for a linear system to be inconsistent?

A

There exists no solution.

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

What is a homogenous linear equation?

A

A linear equation in which the constant terms equal zero. a1x1+a2x2+…+anxn=0.

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

What is a homogenous linear system?

A
A linear system in which the constant terms of each equation are zero. 
a11x1+a12x2+...a1nxn=0
a21x1+a22x2+...a2nxn=0
.
.
.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

When are there infinitely many solutions to a linear system?

A

When there is at least 1 free variable.

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

When is there one unique solution to a linear system.

A

When there are no free variables.

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

When is there no solution to a linear system?

A

When the system is inconsistent.

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

What is the solution set to a single linear equation in two variables?

A

A line.

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

What is the solution set to a single linear equation in three variables?

A

A plane.

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

What is required for the consistency of an augmented matrix?

A

The rightmost column of the augmented matrix must not be a pivot column. And there must not exist a row where [0…0 | b] where b is not equal to zero.

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

True or false? A homogenous system is always consistent because the rightmost column always remains zero.

A

True.

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

What is a trivial solution and how does it tie into a homogenous system?

A

A trivial solution is x1=0,x2=2,…,xn=0. A trivial solution is a solution to a homogenous system.

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

What is the free variable theorem for homogenous systems?

A

If a homogenous system has n variables and its reduced row echelon form has r non-zero rows then the amount of free variables in that homogenous system is simple (n-r) free variables.

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

What is the second theorem for homogenous systems regarding solutions?

A

If there are more unknowns than equations then the system has infinitely many solutions. I.e. 5 variables with 4 equations.

17
Q

What is a zero vector?

A

A vector with all components equal to 0.

18
Q

When are the two vectors A and B equal?

A

When all the components that are in the same position in vector A and vector B are equal.

19
Q

What is the parallelogram rule?

A

When you add vectors u and v the sum is the diagonal of the parallelogram formed by the two vectors.

20
Q

When can you add two matrices?

A

When they both have the same size.

21
Q

What is the transpose of a matrix?

A

It is the matrix formed by exchanging the rows and columns of a matrix. I.e. the row 135 in matrix A becomes the column 135 in the transpose of matrix A.

22
Q

Theorem regarding equivalence and inverses of matrices?

A

If B and C are inverses of Matrix A then B=C.

23
Q

What is (AB)^-1?

A

B^-1A^-1. I.e. inverse putting on socks and then shoes is removing shoes and then removing socks.

24
Q

For a square matrix A which is mxm, what is A^0?

A

The identity matrix with dimensions mxm.

25
Q

For a square matrix A which is mxm, what is A^n?

A

AxAxAxA….n times.

26
Q

For a square matrix A which is mxm, what is A^-n?

A

A^-1 x A^-1 x A^-1…n times.

27
Q

What is the matrix polynomial of the following polynomial? 3-2x-4x^2?

A

3I-2A-4A^2.