We begin with linear equations, and systems of linear equations. The variable names are essentially irrelevant to the solution set, so matrix notation eliminates the need to even give them names!
Given a system, the idea is to replace the system by one that's easier to solve, yet retains the solutions of the original system. This is done by elementary row operations (replacement, interchange, and scaling). Finally a triangular system is obtained, and the solution can be obtained by back-substitution (if a solution exists!).
Geometrically, the solution set of a system of linear equations corresponds to the intersection of linear objects embedded in space. There may be no solution, a unique solution, or an infinite number of solutions.
an equation of the form
where b and the are generally real or complex numbers, and the are variables.
Definition: system of linear equations
A set of linear equations which are to be true simultaneously
Example:
Definition: solution set of a linear system
the set of all solutions of a linear system
A system of linear equations has either
a rectangular array of numbers (or even more general objects)
Matrices allow us to eliminate unnecessary stuff! They suppress variable names, which are irrelevant to the solution.
matrix of the coefficients of a linear system
matrix of the coefficients of a linear system and an added column containing the right hand side of the linear system
indicates the number of rows and the number of columns of a matrix (e.g. 3 by 4 - 3 rows, 4 columns)
Definition: two matrices are row-equivalent if they can be transformed back and forth using elementary row operations.
Example: #12, p. 11
How can technology hurt?
Example: #20, p. 11