Intro To Linear Algebra
Intro To Linear Algebra
LINEAR ALGEBRA
Mechanical Engineering Department
Marmara University
Spring 2023
Instructor: Dr. Aybala Usta Yildirim
Office: M5-252
e-mail: [email protected]
Grading:
• Homework: 20%
• Pop-quizzes: 15%
• Midterm: 25%
• Final: 40%
MATH 2056
LINEAR ALGEBRA
Systems of Linear Equations
Row Reduction and Echelon Forms
Spring 2023
Linear Algebra
• What is Linear Algebra?
Linear algebra is a branch of mathematics that studies systems of linear equations
and the properties of matrices.
• What is the significance of linear algebra?
Linear algebra is vital in multiple areas of science in general. Because linear
equations are so easy to solve, practically every area of modern science contains
models where equations are approximated by linear equations.
A firm knowledge of linear algebra is extremely important because of its numerous
applications in different areas of mathematics, computer science, engineering,
physical and biological sciences, and other disciplines that uses quantitative or
computational methods.
The concepts of linear algebra are extremely useful in physics, economics
and social sciences, natural sciences, and engineering, etc.
• Load and displacements in structures
• Compatibility in structures
• Finite element analysis (has Mechanical, Electrical, and Thermodynamic applications)
• Stress and strain in more than 1-D
• Mechanical vibrations
• Current and voltage in LCR circuits
• Small signals in nonlinear circuits = amplifiers
• Flow in a network of pipes
• Control theory (governs how state space systems evolve over time, discrete and continuous)
• Control theory (Optimal controller can be found using simple linear algebra)
• Control theory (Model Predictive control is heavily reliant on linear algebra)
• Computer vision (Used to calibrate camera, stitch together stereo images)
• Machine learning (Support Vector Machine)
• Machine learning (Principal component analysis)
• ETC.
Systems of Linear Equations
• Linear Equation: A linear equation is an equation that has the
standard form a1x1+a2x2+...+anxn. It is the fundamental component of
linear algebra.
What is a Matrix?
MATRIX NOTATION
• The essential information of a linear system can be recorded
compactly in a rectangular array called a matrix.
SOLVING A LINEAR SYSTEM
This section and the next describe an algorithm, or a systematic procedure,
for solving linear systems. The basic strategy is to replace one system with
an equivalent system (that is one with the same solution set) that is easier
to solve.
Three basic operations are used to simplify a linear system: Replace one
equation by the sum of itself and a multiple of another equation,
interchange two equations, and multiply all the terms in an equation by a
nonzero constant. After the first example, you will see why these three
operations do not change the solution set of the system.
ROW OPERATIONS
ROW OPERATIONS
Row operations can be applied to any matrix, not merely to one that arises as the augmented
matrix of a linear system. Two matrices are called row equivalent if there is a sequence of
elementary row operations that transforms one matrix into the other
Example
The variables x1 and x2 corresponding to pivot columns in the matrix are called basic variables. The other
variable, x3, is called a free variable.
Find the general solution of the linear system whose augmented matrix has been reduced to
The matrix is in echelon form, but we want the reduced echelon form before solving for the basic variables
There are five variables because the augmented matrix has six columns. The associated system now is
POP QUIZ 1
Q1.
Q2.