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?
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)?
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.
What are 4 remarks about REF’s and RREF’s?
1 From REF of the augmented matrix of a linear system we will be able to tell if the system is inconsistent or has a unique solution, or has infinitely many solutions.
When are two matrices A and B are row equivalent?
Two matrices A and B are row equivalent (A∼B or B∼A) if B can be obtained from A by a finite sequence of elementary row operations.
How may RREF’s does any matrix have?
A unique one.
What are the 3 rules for reading off the type of general solution from REF?
What is the procedure for writing down the general solution from a consistent RREF?
What are the 5 steps of the Gaussian Elimination Algorithm for reducing systems to REF?
When the algorithm stops, the resulting matrix will be in REF.
What are the 3 additional steps of the Gaussian Elimination Algorithm for reducing systems to RREF?
When the algorithm stops, the resulting matrix would be in RREF.
What is a matrix?
A a rectangular array of numbers or entries.