m1 l1.2 - Linear Systems
m1 l1.2 - Linear Systems
2
LINEAR SYSTEMS
MATH 149
LINEAR ALGEBRA WITH COMPUTER APPLICATION
Skills Objectives
• Determine whether a given equation is linear.
• Determine whether a given n-tuple is a solution of a linear
system.
• Find the augmented matrix of a linear system.
• Find the linear system corresponding to a given augmented
matrix.
• Recognize whether a given matrix is in row echelon or
reduced row echelon form or neither.
• Construct solutions to linear systems whose corresponding
augmented matrices are in REF or RREF.
• Use Gaussian and Gauss Jordan elimination to find the
general solution of a linear system and a homogeneous linear
system.
• Solve real life application problems.
A linear equation is a first-degree equation in n variables 𝑥1 ,𝑥2 , …,
𝑥𝑛 that can be expressed as
𝒂𝟏 𝒙𝟏 +𝒂𝟐 𝒙𝟐 +….+𝒂𝒏 𝒙𝒏 = b
where 𝑎1 ,𝑎2 ,…,𝑎𝑛 and b are constants, and the a’s are not all zero.
In the special case where b=0, then the equation of the form
𝒂𝟏 𝒙𝟏 +𝒂𝟐 𝒙𝟐 +….+𝒂𝒏 𝒙𝒏 = 𝟎
is called a homogeneous linear equation in the variables, 𝑥1 ,𝑥2 , …,
𝑥𝑛 .