You are on page 1of 35

Linear Algebra

Course outline
• Introduction to system of linear equation
• Solution of system of linear equation by Gaussian elimination and
• Gauss Jordan elimination
• Solution of homogeneous ‫متجانس‬system of linear equations.
• Matrices and Matrix operations.‫متریکس ها و عملیه متریکس‬
• Transpose، Invertible Matrices. ‫ترانسپوز و متریکس های معکوس پذیر‬
• Diagonal, triangular and symmetric Matrices‫ و متناظر‬،‫ مثلثی‬،‫متریکس های قطری‬
• Properties of inverses ‫خصوصیات معکوس ها‬
• Methods to find inverse of a Matrix‫روش های دریافت معکوس متریکس‬
• Introduction to Determinant
• Finding inverse by ad joint method. ‫دریافت معکوس توسط الحاقیه‬
• Cramer’s Rule for solution of system of linear equations. ‫قاعده کرامر برای حل‬
‫معادالت خطی‬
• Introduction to vectors in 2-space ‫معرفی وکتور ها در در فظای دو بعدی‬
• Properties of vector operation ‫خصوصیات عملیه وکتور‬
• Dot Product of vectors‫حاصل ضرت نقطه ای و کتور‬
• Angle between 2 vectors‫زاویه بین دو وکتور‬
• Cross product of vectors‫حاصل ضرب ضربدری‬
• Scalar triple product‫حاصل ضرب سه گانه سکالری‬
• Lines and planes in 3-space ‫خطوط و مستوی در فضای سه بعدی‬

• Euclidean n-space ‫فضای – ان بعدی اقلیدسی‬
• Linear transformation from R to R ‫تبدیل خطی آر به آر‬

• Real Vector Space ‫فضای وکتوری حقیقی‬



• Subspace ‫فضای فرعی‬
• Linear Independence Basis and Dimensions ‫اساسات و ابعاد استقالل خطی‬
• Inner Product Space, Unit circle and Spheres in inner products ‫ و کره ها‬،‫حاصل ضرب فضای داخلی‬
‫در حاصل ضرب داخلی‬
• Eigen values and Eigen vectors.‫وکتور های هایجن و قیمت های هایجن‬
Recommended Books

1. Linear Algebra
and its application

By: David C. lay


Recommended Books
2. Linear Algebra
By: Seymour Lipschutz, ph.D &
Marc Lipson, Ph.D
Chapter one: Introduction to system of linear equation
• A1x+ b1y =c1…….L
• A2x +b2y =c2.......L


Linear Algebra graph Y -2x = 4
y -3x =
2
System of three linear equations"

a1 x  b1 y  c1 z  d1
a2 x  b2 y  c2 z  d 2
a3 x  b3 y  c3 z  d 3
3x  5 y  3z  1
2 x  y  8z  5
5x  3 y  z  7
Matrix Notation
Solving a Linear System
Existence and Uniqueness Questions
n
( A( B  C )) ij   Aik ( B  C ) kj
k 1
n
  Aik ( Bkj  Ckj )
k 1
n n
  Aik Bkj   Aik Ckj
k 1 k 1

 ( AB) ij  ( AC ) ij
 ( AB  AC ) ij

 11 12 13   16 6  1 


N   21  22  23    8  2  11
  31  32 33   8  6 1 
 16 6  1
N    8  2  1
 8  6 1 

1 6 0 6 0 1
A 1 2 4  1(2  18)  2(0  6)  4(0  1)  8
3 2 1 2 1 3
:

You might also like