Introduction, Linear Equation
Introduction, Linear Equation
Aslam Javed
Email: [email protected]
Office: D-Block, 1st Floor, Cabin 1-001
Reference Books:
Linear Algebra with Supplemented Applications by Howard Anton/ Chris
Rorres, Edition 10.
Introductory Linear Algebra with Applications by Bernard Kolman, David R.
Hill, Edition 9.
Linear Algebra with applications by Otto Brestscher.
Assessments
Quizzes (5) 15%
Assignments (4) 10%
Class Participation 10%
Mid Term 20%
Final Term Dr. Maria Naseem
45%
What do you think about Linear Algebra?
When you take a digital photo with your phone or transform the image in Photoshop,
when you play a video game or watch a movie with digital effects, when you do a
web search or make a phone call, you are using technologies that build upon linear
algebra.
Linear algebra provides concepts that are crucial to many areas of computer science,
including graphics, image processing, cryptography, machine learning, computer
vision, optimization, graph algorithms, quantum computation, computational biology,
information retrieval and web search. Linear algebra in turn is built on two basic
elements, the matrix and the vector.
Dr. Maria Naseem
Deep Learning (Neural Networks)
•
Application Of Linear Transformation:
https://youtu.be/Cb4aoihvh-o?t=24
Some Topics of Linear Algebra:
Linear Equation
Examples:
Linear equation does not involve any products or roots of variables. All variables
occur only to the first power and do not appear as arguments of trigonometric,
logarithmic, or exponential functions.
The equation
a 1 x 1+ a2 x2 +a 3 x 3 +…+ an x n =b (1)
which expresses the real quantity b in terms of the unknowns x 1 , x 2 , x 3 , … , x n and the
real constants a 1 , a2 , a3 , … , an is called a linear equation.
1. x +3 y 2=4
2. 3 x+ 2 y −xy=5
3. sin x + y=0
4. √ x 1+ x 2 + x 3=1
5. 3 x+ 2 y =cos 2
Exercise 1.1 [Elementary Linear Algebra with Applications by Howard Anton]
a) x 1+ 5 x 2− √2 x 3=1
b) x 1+ 3 x 2 + x 1 x 3=2
c) x−2
1 + x 2+ 8 x 3=5
d) x 1=−7 x 2+ 3 x 3
3
e) x 15 −2 x2 + x 3=4
f) x 1−7 x 2+ ln x3 =1
Dr. Maria Naseem
6(2)−3(3)+ 4(−4)=−13
or −13=−13
A system of linear equations in two variables x and y will have the form
{a1 x+ b1 y=c 1
a2 x+ b2 y=c 2
Here a i , bi , c i (i=1 ,2) are real numbers.
To find a solution to a linear system, we already know two techniques called the
1. method of elimination
2. method of substitution
3. We are going to learn new systematic techniques for complex systems.
Example 1 Find the solution of the linear system by using method of elimination.
5 x + y=3
2 x− y=4
Solution
7 x=7 ⇒ x=1
Example 2 Find the solution of the linear system by using method of elimination.
x−3 y=−7(1)
2 x−6 y=7 (2)
Solution
which makes no sense. This means that the given system has no solution.
Note!
A consistent linear system of two equations in two unknowns has either one solution
or infinitely many solutions--there are no other possibilities.
7. In each part, determine whether the given point is a solution of the linear system
{
2 x−4 y−z=1
x−3 y + z=1
3 x −5 y−3 z=1
a) (3, 1, 1) b) (3, -1, 1) c) (13, 5, 2)
(
13 5
d) 2 , 2 , 2 ) (17 , 7 , 5)
8. In each part, determine whether the given point is a solution of the linear system
{
x+ 2 y −2 z=3
Dr. Maria Naseem
3 x − y + z=1
−x+ 5 y −5 z=5
(5 8
a) 7 , 7 ,1 )
(5 8
b) 7 , 7 ,0 )
c) ( 5 , 8 ,1 )
(
5 10 2
d) 7 , 7 , 7 )
(
5 22
e) 7 , 7 , 2 )
Work to do:
Exercise 1.1 Q 1-10