Linear Equations and Matrix Elimination Methods and Matrix Echelon Forms
Characteristics of Linear and Nonlinear Equations
Definition and Verification of Linear Equations
A linear equation is characterized by the variables having a power of exactly one. For example, in an equation with variables , , and , each must be raised to the power of one ().
Coefficients can be any real number (), complex number (), or values from a finite field ( where is a prime number). Even complex or transcendental numbers can serve as coefficients without violating linearity.
Examples of valid coefficients mentioned: , , and .
Criteria for Nonlinearity
An equation is non-linear if it contains any of the following:
Products of variables: For example, .
Powers of variables: For example, or .
Ratios/Reciprocals: For example, .
Roots: For example, .
Functions of variables: Transcendental functions like , , or exponential forms like .
Solutions to Linear Equations and Systems
Definition of a Solution
A solution is a set of values (a point or a vector) that, when substituted into the variables of the equation, satisfies the equality.
For a system of multiple equations, a given point must satisfy every equation in the system to be considered a solution for that system.
Case Study check: Solution Verification
Equation:
Point : Substituting gives . Because it equals the right side, it is a solution.
Point : Substituting gives . This is also a solution.
Infinite Solutions and Free Variables
An equation with more variables than constraints often has infinitely many solutions. This introduces the concept of free variables (historically called "dummy variables").
Parametric Form Example: In , we can solve for one variable in terms of the other:
If we let (where is a parameter), then .
By choosing any value for , such as or , we generate different specific solutions on the line.
Multiple Free Variables
Example:
Here there are three unknowns and only one equation. We designate two free variables.
Solving for :
Let and .
The solution set in vector form: .
Systems of Linear Equations
Definition and Vector Representation
A system of linear equations is a finite set of linear equations using the same variables.
Solutions are often expressed as vectors. A point can be represented as a positional vector with its tail at the origin and its head at the point.
Three Possible Solution Outcomes
Unique Solution: The lines (or planes) intersect at exactly one point. The system is consistent.
Infinitely Many Solutions: The equations represent the same line or plane (they are "coincidental" or "coterminal"). The system is consistent.
No Solution: The lines are parallel and never intersect. Solving the system leads to a logical contradiction, such as . This system is inconsistent.
Augmented Matrices and Row Operations
Matrix Representations
Computers prefer working with coefficients rather than variables.
Coefficient Matrix: A matrix () containing only the coefficients of the variables.
Augmented Matrix: A matrix containing the coefficient matrix and an additional column () for the constants on the right side of the equations, often separated by a vertical line: .
Elementary Row Operations
These operations allow us to transform a system into an equivalent system (one with the same solution set):
Interchanging Two Rows: Notated as .
Multiplying a Row by a Non-zero Constant: Notated as .
Adding a Multiple of One Row to Another: Adding times row to row .
Row Echelon Form (REF)
A matrix is in Row Echelon Form if:
Any rows consisting entirely of zeros are at the bottom.
The first non-zero entry in a row (the leading entry or pivot) is in a column to the left of any leading entries below it.
Use of the term "Echelon": Derived from a German descriptor for "staircase." Mentioned in the context of buildings near Mopac and 183 in Austin that vary in elevation.
Reduced Row Echelon Form (RREF)
A matrix is in RREF if it satisfies REF conditions plus:
The leading entry in every non-zero row is a 1 (called a "leading one").
Every column containing a leading one has zeros everywhere else in that column.
Reaching RREF is the goal of Gauss-Jordan Elimination.
Advanced Linear Algebra Concepts
The Rank of a Matrix
The rank () of a matrix is the number of non-zero rows in its row echelon form.
The Rank Theorem
For a consistent system with variables and a coefficient matrix of rank :
If , the system has a unique solution (zero free variables).
Gaussian Elimination vs. Gauss-Jordan Elimination
Gaussian Elimination: Transforming the matrix to Row Echelon Form and then using back substitution to find the variable values.
Gauss-Jordan Elimination: Transforming the matrix all the way to Reduced Row Echelon Form, where the solutions can be read directly from the augmented column.
Homogeneous Systems
A system is homogeneous if the right-hand constant side is all zeros ().
These systems are always consistent because they have at least the trivial solution ().
If the number of variables () is greater than the number of equations (), the homogeneous system must have infinitely many solutions.
Linear Systems in (Finite Fields)
Solving systems using modular arithmetic (e.g., Modulo 3: where values are limited to ).
Example in : Since negation is different, we often add multiples to reach zero. For example, if we have a coefficient of , adding results in .
Questions & Discussion
Question on Zero Rows: Can two rows have the same number of leading zeros?
Answer: If they have the same number of leading zeros, they are not yet in echelon form. You must perform further row operations to eliminate the leading entry of the lower row to create more zeros, eventually pushing the row with the most zeros to the bottom.
Logistics: The professor checked attendance using a 5-minute launch window and noted that the first exam is scheduled for Wednesday of next week, covering materials up to section 2.4.