Solving Systems of Linear Equations Flashcards
What is the central core of linear algebra?
To solve systems of linear
equations (the unknowns are only multiplied by numbers).
Define a linear system.
A linear system is a collection of m equations in n variables.
What is the goal of linear algebra?
To solve the linear system simultaneously.
What is the general solution of a linear system?
The set of all solutions.
What is an inconsistent linear system?
A linear system that has no solution.
What is a consistent linear system?
A linear system that has at least one solution.
What is a homogeneous linear system?
A linear system in which all the constants on the
right-hand-side are zeros.
What is an inhomogeneous linear system?
A linear system in which at least one of the constants on the
right-hand-side is non-zero.
What kind of linear systems are always consistent?
Homogeneous linear systems.
What is a degenerate linear system?
A linear system where all the coefficients are zeros.
0x1+0x2+···0xn = b, b∈R.
If b≠0, this equation has no solution and if b=0, every
x = (x1,x2,···,xn)∈R^n
is a solution
What are the three elementary row operations?
- Add a multiple of one equation to another
- Exchange equations
- Multiply an equation by a non-zero scalar.
(All three can be reversed)
What is an augmented matrix?
A matrix composed of a coefficient matrix A and a column of constants b.
[A|b]
If there are m equations and n unknowns in a system, what is the size of the coefficient matrix A?
mxn (m rows and n columns)
When is a matrix said to be in Row Echelon Form
(REF)?
- All the zero rows are at the bottom.
- The first non-zero entry in each row is a 1, which is called a leading 1 or a pivot.
- Each leading 1 is to the right of the one in the row above.
When is a matrix said to be in Reduced Row Echelon Form
(RREF)?
If, in addition to being in REF, each leading 1 is the only non-zero entry in its column.