Simultaneous Equations Flashcards

1
Q

If a system of equations has no solutions, what is it called?

A

Inconsistent

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

When at least one solution exists for a given system of linear equations, we call that system ________.

A

When at least one solution exists for a given system of linear equations, we call that system consistent .

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

A consistent system of linear equations has XXXXXX solutions.

A

A consistent system of linear equations has One or An Infinite solutions.

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

If a consistent system has an infinite number of solutions, if we can define a solution in terms of some extra parameter t , we call this a XXXXXXXXX solution .

A

If a consistent system has an infinite number of solutions, if we can define a solution in terms of some extra parameter t , we call this a parametric solution .

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

What are three definitions for the Rank of a matrix?

A

The rank of a matrix is any of:

  1. the number of pivots when the matrix is in ref
  2. the number of independent rows
  3. the number of independent columns

All three are equivalent.

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

What is the definition of the Row Canonical Form of a matrix?

A

A matrix is in row canonical form if when:

  • the pivot in each row is a 1
  • the pivot is the only non-zero entry in its column.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

How do you solve a system of simultaneous equations using matrices?

A
  • Write the equations in matrix form Ax=b
  • Create an augmented matrix from A and b
  • Reduce the matrix to ref or rref form
  • Use back substiution to solve for each variable

(if the matrix is not full rank you will have to create a parametric solution using the free variables)

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

What are Elementary Matrices?

A

They are square matrices that represent the elementary row operations.

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

What does an Elementary Matrix that represents swapping two rows look like?

A

Start with an apppropriately sized Identity matrix and then swap the same two rows that you want swapped in the target matrix.

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

What does an Elementary Matrix that represents scaling a row by a constant look like?

A

Start with an apppropriately sized Identity matrix and then replace the 1 in the row you want scaled with the value you want it scaled by.

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

What does an elementary matrix look like that adds some multiple of one row to another row?

A
  1. Start with an identity matrix I of the appropriate size.
  2. Change the rows of ‘I’ to relflect the changes you want in the target matrix. Call this matrix D.
  3. Mulitply the target matrix by the left by D (DA)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What does it mean if a matrix is singular?

A

A Singular matrix in non-invertible

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

Is an invertible matrix singular or non-singular?

A

Invertible = non-singular

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

When solving Ax=b using an augmented matrix {Ab] (where A is a square matrix),

what does it mean when the last row of the ref form takes the form of

[0 0 0…0 | n] where n is non-zero?

A

It means the equation Ax=b has no solutions.

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

When solving Ax=b using an augmented matrix {Ab],

what does it mean when the last row of the ref form takes the form of

[0 0 0…0 | 0] ?

A

The Ax=b will have an infinite number of solutions

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

For a Homogeneous Set of Equations,

if in the rref form

the # of equations = # of unknowns

How many solutions are there to the system?

A

Only one solution:

The zero solution [0 0 0 … 0]

17
Q

What is the general form of solutions for a system of simultaneous equations?

A

in general, a solution has the form of

  1. a vector that is a particular solution of the system
  2. added to an unrestricted combination of some other vectors.
18
Q

What makes an equation homogeneous?

A

A linear equation is homogeneous if it has a constant of zero, that is, if it can be put in the form show below.

19
Q

Why is it advantageous to study a homogeneous system of eqations that are associated with a non-homogeneous system of equations?

A

Homogeneous equations always have at least one solution - the zero vector.

Studying the associated homogeneous system has a great advantage over studying the original system. Nonhomogeneous systems can be inconsistent. But a homogeneous system must be consistent since there is always at least one solution, the vector of zeros.

20
Q

What is the formal theorem of the

General Solution = Particular + Homogeneous solutions

A
21
Q

What are the names of the two parts of the solution of a system of simultaneous equations?

A

The General Solution = the Particular solution + the Homogeneous solution

22
Q

If a set of homogeneous equations has only one solution, what will that solution be?

A

The 0 vector.

23
Q

How many solutions can a set of homogeneous equations have?

A

Either

  • one solution (the 0 vector) or
  • many solutions (including the 0 vector)
24
Q

How many solution vectors will there be to a homogeneous set of equations?

A

There will be as many solution vectors as there is free variables in the RREF of the equations.

25
Q

When thinking about the General solution to a set of simultaneous equations, when the Homogeous part of the solution has only one solution, what can you way about the Homogeneous part of the solution?

A

The homogeneous part of the solution is the ‘em[ty set’ of vectors.

In other words, the homogeneous part doesn’t add anything to the Particular solution.

26
Q

Why do we go to echelon form as a particularly simple, or basic, version of a linear system?

A

The answer, of course, is that echelon form is suitable for back substitution, because we have isolated the variables.

27
Q

What is the row space of a matrix?

A

The row space of a matrix is the set of all possible linear combinations of its row vectors.

28
Q

Do Elementary Row operations effect the row space of a matrix?

A

No.

A matrix that has been row reduced to either REF or RREF form will have the same row space as the original matrix.

29
Q

What condition must exist for two matrices to be row equivalent?

A

Two matrices are row equivalent if one can be changed to the other by a sequence of elementary row operations.

30
Q

If two matrices of the same size are row equivalent, what does that mean about the solutions to the two matrices corresponding homogenous systems?

A

Two matrices of the same size are row equivalent if and only if the corresponding homogeneous systems have the same set of solutions.

31
Q

A matrix is invertible if and only if it is row equivalent to ————————-.

A

A matrix is invertible if and only if it is row equivalent to the identity matrix.

32
Q

In an echelon form matrix, no nonzero row is a —— ——– of the other rows.

A

In an echelon form matrix, no nonzero row is a linear combination of the other rows.