Simultaneous Equations Flashcards
If a system of equations has no solutions, what is it called?
Inconsistent
When at least one solution exists for a given system of linear equations, we call that system ________.
When at least one solution exists for a given system of linear equations, we call that system consistent .
A consistent system of linear equations has XXXXXX solutions.
A consistent system of linear equations has One or An Infinite solutions.
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 .
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 .
What are three definitions for the Rank of a matrix?
The rank of a matrix is any of:
- the number of pivots when the matrix is in ref
- the number of independent rows
- the number of independent columns
All three are equivalent.
What is the definition of the Row Canonical Form of a matrix?
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 do you solve a system of simultaneous equations using matrices?
- 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)
What are Elementary Matrices?
They are square matrices that represent the elementary row operations.
What does an Elementary Matrix that represents swapping two rows look like?
Start with an apppropriately sized Identity matrix and then swap the same two rows that you want swapped in the target matrix.
What does an Elementary Matrix that represents scaling a row by a constant look like?
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.
What does an elementary matrix look like that adds some multiple of one row to another row?
- Start with an identity matrix I of the appropriate size.
- Change the rows of ‘I’ to relflect the changes you want in the target matrix. Call this matrix D.
- Mulitply the target matrix by the left by D (DA)
What does it mean if a matrix is singular?
A Singular matrix in non-invertible
Is an invertible matrix singular or non-singular?
Invertible = non-singular
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?
It means the equation Ax=b has no solutions.
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] ?
The Ax=b will have an infinite number of solutions