Linalge 1 24 25
Linalge 1 24 25
Linear Equations
and Matrices
MATRICES
Matrices are mathematical structures consisting of rows
and columns of numbers or other elements arranged in a
rectangular array.
They are widely used in various fields, including
mathematics, physics, engineering, computer science, and
more.
Matrices are fundamental in solving systems of linear
equations, representing transformations in geometry, and
many other applications across various disciplines
Introduction to Systems of Linear Equations
ax + by = c → a, b not both 0
Linear equations
ax + by + cz = d → a, b, c not all 0
The first being a linear equation in the variables x and y
The second a linear equation in the variables x, y, and z.
Generally, a linear equation in the n variables
x1, x2,...,xn
to be one that can be expressed in the form
a1x1 + a2x2 +···+ anxn = b
Linear Equations
ax + by = c → a, b not both 0
Linear equations
ax + by + cz = d → a, b, c not all 0
The first being a linear equation in the variables x and y
The second a linear equation in the variables x, y, and z.
Generally, a linear equation in the n variables
x1, x2,...,xn
to be one that can be expressed in the form
a1x1 + a2x2 +···+ anxn = b
Linear Equations
Non-linear equation
• Non-linear because 𝑦 is squared.
• Non-linear due to the product term 𝑥𝑦.
• Non-linear because of the sine function sin𝑥.
• Non-linear because of the square root operation
on x1
Linear Equations
solution
Note: ordered n-tuple. With this notation it is understood that all variables appear in
the same order in each equation. If n = 2, then the n-tuple is called an ordered pair, and
if n = 3, then it is called an ordered triple.
Linear Systems in Two and Three Unknowns
AUGMENTED MATRIX
As noted in the introduction to this chapter, the term
“matrix” is used in mathematics to denote a rectangular array
of numbers.
Augmented Matrices and Elementary Row
Operations
Elementary Row Operations
Augmented Matrices and Elementary Row
Operations
-2 R3→ R3 7/2 R3 + R2 → R2
1 1 2 9 1 1 2 9 1 0 0 1
−7 −17
0 2 -7 -17 0 1 0 1 0 2
2 2
0 3 -11 -27 0 0 1 3 0 0 1 3
1
2
R2 → R2 -R2 + R1 → R1
11 35
1 1 2 9 1 0 2 2
0 1 −7
2
−17
2
0 1 −7
2
−17
2
The solution x = 1, y = 2,
z = 3 is now evident.
0 3 -11 -27 0 0 1 3
-3 R2 + R3→ R3 -11/2 R3 + R1 → R1
1 1 2 9 1 0 0 1
−7 −17 −7 −17
0 1 2
0 1 2 2
2
1 3
0 0 -2 -2 0 0 1 3
Augmented Matrices and Elementary Row
Operations
Elementary Row Operations