SlideShare a Scribd company logo
Dr. Pankaj Das
Mail.id: pankaj.iasri@gmail.com
1. define what a matrix is
2. identify special types of matrices, and
3. identify when two matrices are equal.
• Matrix
• Vector
• Submatrix
• Square matrix
• Equal matrices
• Zero matrix
• Identity matrix
• Diagonal matrix
• Upper triangular matrix
• Lower triangular matrix
• Tri-diagonal matrix
• Diagonally dominant matrix
Matrices are everywhere. If you have used a spreadsheet such as Excel or Lotus or
written a table, you have used a matrix. Matrices make presentation of numbers clearer
and make calculations easier to program.
Look at the matrix below about the sale of tires in a Blowoutr’us store – given by
quarter and make of tires.










27
7
16
6
25
15
10
5
2
3
20
25
Q1 Q2 Q3 Q4
Copper
Michigan
Tirestone
If one wants to know how many Copper tires were sold in Quarter 4, we go along the row
Copper and column Q4 and find that it is 27.
A matrix is a rectangular array of elements. The elements can be symbolic
expressions or numbers. Matrix [A] is denoted by













mn
m
m
n
n
a
a
a
a
a
a
a
a
a
A
.......
.......
.......
]
[
2
1
2
22
21
1
12
11




Row
Column
Row i of [A] has n elements and is
 
in
i
i a
a
a ....
2
1
and column j of [A] has m elements and is














mj
j
j
a
a
a

2
1
Each matrix has rows and columns and this defines the size of the matrix. If a
matrix [A] has m rows and n columns, the size of the matrix is denoted by m×n.
The matrix [A] may also be denoted by [A]mxn to show that [A] is a matrix with
m rows and n columns.
Each entry in the matrix is called the entry or element of the matrix and is
denoted by aij where I is the row number and j is the column number of the
element.
The matrix for the tire sales example could be denoted by the matrix [A] as











27
7
16
6
25
15
10
5
2
3
20
25
]
[A
There are 3 rows and 4 columns, so the size of the matrix is 3×4. In
the above [A] matrix, a34 =27.
 RowVector
 ColumnVector
 Submatrix
 Square Matrix
 UpperTriangular
Matrix
 LowerTriangular
Matrix
 Diagonal Matrix
 Identity Matrix
 Zero Matrix
 Tri-diagonal
Matrices
 Diagonally
Dominant Matrix
Row Vector:
If a matrix [B] has one row, it is called a row vector ]
[
]
[ 2
1 n
b
b
b
B 


and n is the dimension of the row vector.
What is a vector?
A vector is a matrix that has only one row or one column. There are two types
of vectors – row vectors and column vectors.
Column vector:
If a matrix [C] has one column, it is called a column vector













m
c
c
C


1
]
[
and m is the dimension of the vector.
An example of a row vector is as follows,
]
0
2
3
20
25
[
]
[ 
B
[B] is an example of a row vector of dimension 5.
Example 1
An example of a column vector is as follows,











6
5
25
]
[C
[C] is an example of a row vector of dimension 5.
Example 2
If some row(s) or/and column(s) of a matrix [A] are deleted (no rows or columns
may be deleted), the remaining matrix is called a submatrix of [A].
Example 3
Find some of the submatrices of the matrix








2
1
3
2
6
4
]
[A
If the number of rows m a matrix is equal to the number of columns n of a matrix
[A], (m=n), then [A] is called a square matrix. The entries a11,a22,…, ann are
called the diagonal elements of a square matrix. Sometimes the diagonal of the
matrix is also called the principal or main of the matrix.
Give an example of a square matrix.











7
15
6
15
10
5
3
20
25
]
[A
is a square matrix as it has the same number of rows and columns, that is, 3. The
diagonal elements of [A] are . 7
,
10
,
25 33
22
11 

 a
a
a
A m×n matrix for which j
i
aij 
 ,
0 is called an upper triangular matrix. That
is, all the elements below the diagonal entries are zero.
Example 5
Give an example of an upper triangular matrix.













15005
0
0
6
001
.
0
0
0
7
10
]
[A
is an upper triangular matrix.
A m×n matrix for which i
j
aij 
 ,
0 is called an lower triangular matrix. That
is, all the elements above the diagonal entries are zero.
Example 6
Give an example of a lower triangular matrix.











1
5
.
2
6
.
0
0
1
3
.
0
0
0
1
]
[A
is a lower triangular matrix.
A square matrix with all non-diagonal elements equal to zero is called a
diagonal matrix, that is, only the diagonal entries of the square matrix can be
non-zero, .
)
,
0
( j
i
aij 

An example of a diagonal matrix.
3
3
0
0
0
0
1
.
2
0
0
0
3
]
[












A
Any or all the diagonal entries of a diagonal matrix can be zero.











0
0
0
0
1
.
2
0
0
0
3
]
[A
is also a diagonal matrix.
A diagonal matrix with all diagonal elements equal to one is called an identity
matrix, ( and for all i).
j
i
aij 
 ,
0 1

ii
a













1
0
0
0
0
1
0
0
0
0
1
0
0
0
0
1
]
[A
An example of an identity matrix is,











0
0
0
0
0
0
0
0
0
]
[A







0
0
0
0
0
0
[B]
Some examples of zero matrices are,
A matrix whose all entries are zero is called a zero matrix, ( for all i and
j).
0

ij
a
A tridiagonal matrix is a square matrix in which all elements not on the
following are zero - the major diagonal, the diagonal above the major diagonal,
and the diagonal below the major diagonal.













6
3
0
0
2
5
0
0
0
9
3
2
0
0
4
2
]
[A
An example of a tridiagonal matrix is,
Do non-square matrices have diagonal entries?
Yes, for a m×n matrix [A], the diagonal entries are where
k=min{m,n}.
kk
k
k a
a
a
a ,
...,
, 1
,
1
22
11 

What are the diagonal entries of













8
.
7
6
.
5
2
.
3
9
.
2
7
6
5
2
.
3
]
[A
The diagonal elements of [A] are .
7
and
2
.
3 22
11 
 a
a
A n×n square matrix [A] is a diagonally dominant matrix if




n
j
i
j
ij
ii a
a
1
|
| n
i ,.....,
2
,
1

for all and




n
j
i
j
ij
ii a
a
1
|
| for at least one i,
that is, for each row, the absolute value of the diagonal element is greater than or
equal to the sum of the absolute values of the rest of the elements of that row, and that
the inequality is strictly greater than for at least one row. Diagonally dominant
matrices are important in ensuring convergence in iterative schemes of solving
simultaneous linear equations.
Give examples of diagonally dominant matrices and not diagonally dominant
matrices.













6
2
3
2
4
2
7
6
15
]
[A
is a diagonally dominant matrix as
13
7
6
15
15 13
12
11 





 a
a
a
4
2
2
4
4 23
21
22 







 a
a
a
5
2
3
6
6 32
31
33 





 a
a
a
and for at least one row, that is Rows 1 and 3 in this case, the inequality is a
strictly greater than inequality.














001
.
5
2
3
2
4
2
9
6
15
]
[B
is a diagonally dominant matrix as
15
9
6
15
15 13
12
11 






 b
b
b
4
2
2
4
4 23
21
22 






 b
b
b
5
2
3
001
.
5
001
.
5 32
31
33 






 b
b
b
The inequalities are satisfied for all rows and it is satisfied strictly greater
than for at least one row (in this case it is Row 3).
 











1
12
144
1
8
64
1
5
25
C
is not diagonally dominant as
65
1
64
8
8 23
21
22 





 c
c
c
When are two matrices considered to be equal?
Two matrices [A] and [B] is the same (number of rows and columns are same for [A] and
[B]) and aij=bij for all i and j.
What would make







7
6
3
2
]
[A
to be equal to







22
11
6
3
]
[
b
b
B
The two matrices [A] and [B] would be equal if b11=2 and b22=7.

More Related Content

What's hot

Complex Numbers
Complex NumbersComplex Numbers
Complex Numbers
itutor
 
Systems of 3 Equations in 3 Variables
Systems of 3 Equations in 3 VariablesSystems of 3 Equations in 3 Variables
Systems of 3 Equations in 3 Variables
Mid Michigan Community College
 
Matrices
MatricesMatrices
Matrices
ashishtqm
 
presentation on matrix
 presentation on matrix presentation on matrix
presentation on matrix
Nikhi Jain
 
INTRODUCTION TO MATRICES, TYPES OF MATRICES,
INTRODUCTION TO MATRICES, TYPES OF MATRICES, INTRODUCTION TO MATRICES, TYPES OF MATRICES,
INTRODUCTION TO MATRICES, TYPES OF MATRICES,
AMIR HASSAN
 
Introduction to Matrices
Introduction to MatricesIntroduction to Matrices
Introduction to Matrices
holmsted
 
Algebraic expressions
Algebraic expressionsAlgebraic expressions
Algebraic expressions
Manav Gupta
 
sine and cosine rule
 sine and cosine rule sine and cosine rule
sine and cosine rule
mozzytazz02
 
Matrices & Determinants
Matrices & DeterminantsMatrices & Determinants
Matrices & Determinants
Birinder Singh Gulati
 
Properties of Real Numbers
Properties of Real NumbersProperties of Real Numbers
Properties of Real Numbers
rfant
 
system linear equations and matrices
 system linear equations and matrices system linear equations and matrices
system linear equations and matrices
Aditya Vaishampayan
 
Applications of Matrices
Applications of MatricesApplications of Matrices
Applications of Matrices
santhosh kumar
 
MATRICES AND ITS TYPE
MATRICES AND ITS TYPEMATRICES AND ITS TYPE
MATRICES AND ITS TYPE
Himanshu Negi
 
Matrix algebra
Matrix algebraMatrix algebra
Matrix algebra
Arjuna Senanayake
 
Algebraic expressions and identities
Algebraic expressions and identitiesAlgebraic expressions and identities
Algebraic expressions and identities
Deepansha Singh
 
Maths sets ppt
Maths sets pptMaths sets ppt
Maths sets ppt
Akshit Saxena
 
Exponents and powers nikita class 8
Exponents and powers nikita class 8Exponents and powers nikita class 8
Exponents and powers nikita class 8
Nikita Sharma
 
Distributive property in algebra power point
Distributive property in algebra power pointDistributive property in algebra power point
Distributive property in algebra power point
Christie Harp
 
Surface area and volume of cuboids
Surface area and volume of cuboidsSurface area and volume of cuboids
Surface area and volume of cuboids
ryaanmarwaha
 
Introduction to matices
Introduction to maticesIntroduction to matices
Introduction to matices
Raza Tuition center
 

What's hot (20)

Complex Numbers
Complex NumbersComplex Numbers
Complex Numbers
 
Systems of 3 Equations in 3 Variables
Systems of 3 Equations in 3 VariablesSystems of 3 Equations in 3 Variables
Systems of 3 Equations in 3 Variables
 
Matrices
MatricesMatrices
Matrices
 
presentation on matrix
 presentation on matrix presentation on matrix
presentation on matrix
 
INTRODUCTION TO MATRICES, TYPES OF MATRICES,
INTRODUCTION TO MATRICES, TYPES OF MATRICES, INTRODUCTION TO MATRICES, TYPES OF MATRICES,
INTRODUCTION TO MATRICES, TYPES OF MATRICES,
 
Introduction to Matrices
Introduction to MatricesIntroduction to Matrices
Introduction to Matrices
 
Algebraic expressions
Algebraic expressionsAlgebraic expressions
Algebraic expressions
 
sine and cosine rule
 sine and cosine rule sine and cosine rule
sine and cosine rule
 
Matrices & Determinants
Matrices & DeterminantsMatrices & Determinants
Matrices & Determinants
 
Properties of Real Numbers
Properties of Real NumbersProperties of Real Numbers
Properties of Real Numbers
 
system linear equations and matrices
 system linear equations and matrices system linear equations and matrices
system linear equations and matrices
 
Applications of Matrices
Applications of MatricesApplications of Matrices
Applications of Matrices
 
MATRICES AND ITS TYPE
MATRICES AND ITS TYPEMATRICES AND ITS TYPE
MATRICES AND ITS TYPE
 
Matrix algebra
Matrix algebraMatrix algebra
Matrix algebra
 
Algebraic expressions and identities
Algebraic expressions and identitiesAlgebraic expressions and identities
Algebraic expressions and identities
 
Maths sets ppt
Maths sets pptMaths sets ppt
Maths sets ppt
 
Exponents and powers nikita class 8
Exponents and powers nikita class 8Exponents and powers nikita class 8
Exponents and powers nikita class 8
 
Distributive property in algebra power point
Distributive property in algebra power pointDistributive property in algebra power point
Distributive property in algebra power point
 
Surface area and volume of cuboids
Surface area and volume of cuboidsSurface area and volume of cuboids
Surface area and volume of cuboids
 
Introduction to matices
Introduction to maticesIntroduction to matices
Introduction to matices
 

Similar to Introduction of matrix

Introduction to Matrix
Introduction to Matrix Introduction to Matrix
Introduction to Matrix
ssuser94896b
 
Matrix Algebra : Mathematics for Business
Matrix Algebra : Mathematics for BusinessMatrix Algebra : Mathematics for Business
Matrix Algebra : Mathematics for Business
Khan Tanjeel Ahmed
 
matrices and function ( matrix)
matrices and function ( matrix)matrices and function ( matrix)
matrices and function ( matrix)
রেজা তানজিল
 
Matrix
MatrixMatrix
Matrix
Umar Farooq
 
Brief review on matrix Algebra for mathematical economics
Brief review on matrix Algebra for mathematical economicsBrief review on matrix Algebra for mathematical economics
Brief review on matrix Algebra for mathematical economics
felekephiliphos3
 
MATLAB - Arrays and Matrices
MATLAB - Arrays and MatricesMATLAB - Arrays and Matrices
MATLAB - Arrays and Matrices
Shameer Ahmed Koya
 
Matrices and its Applications to Solve Some Methods of Systems of Linear Equa...
Matrices and its Applications to Solve Some Methods of Systems of Linear Equa...Matrices and its Applications to Solve Some Methods of Systems of Linear Equa...
Matrices and its Applications to Solve Some Methods of Systems of Linear Equa...
Rwan Kamal
 
Matrices and its Applications to Solve Some Methods of Systems of Linear Equa...
Matrices and its Applications to Solve Some Methods of Systems of Linear Equa...Matrices and its Applications to Solve Some Methods of Systems of Linear Equa...
Matrices and its Applications to Solve Some Methods of Systems of Linear Equa...
Abdullaا Hajy
 
University of duhok
University of duhokUniversity of duhok
University of duhok
Rwan Kamal
 
Vector analysis & matrix
Vector analysis & matrixVector analysis & matrix
Vector analysis & matrix
MdTouhidIslam
 
MATIX AND TYPES OF MATRIX
MATIX AND TYPES OF MATRIXMATIX AND TYPES OF MATRIX
MATIX AND TYPES OF MATRIX
SanaullahMemon10
 
Matrices
MatricesMatrices
Matrices
kja29
 
Matrices and Determinants
Matrices and DeterminantsMatrices and Determinants
Matrices and Determinants
SOMASUNDARAM T
 
matrix algebra
matrix algebramatrix algebra
matrix algebra
kganu
 
Presentation On Matrices Mathematics DIU
Presentation On Matrices Mathematics DIUPresentation On Matrices Mathematics DIU
Presentation On Matrices Mathematics DIU
Shuvo Shuvo
 
Matrices Chapter 4 Obj. 1.04,2.10
Matrices Chapter 4 Obj. 1.04,2.10Matrices Chapter 4 Obj. 1.04,2.10
Matrices Chapter 4 Obj. 1.04,2.10
jeaniehenschel
 
Matrices Chapter 4 Obj 1.04 2.10
Matrices Chapter 4 Obj 1.04 2.10Matrices Chapter 4 Obj 1.04 2.10
Matrices Chapter 4 Obj 1.04 2.10
jeaniehenschel
 
ALLIED MATHEMATICS -I UNIT III MATRICES.ppt
ALLIED MATHEMATICS -I UNIT III MATRICES.pptALLIED MATHEMATICS -I UNIT III MATRICES.ppt
ALLIED MATHEMATICS -I UNIT III MATRICES.ppt
ssuser2e348b
 
Matrices and determinants
Matrices and determinantsMatrices and determinants
Matrices and determinants
som allul
 
MATRICES maths project.pptxsgdhdghdgf gr to f HR f
MATRICES maths project.pptxsgdhdghdgf gr to f HR fMATRICES maths project.pptxsgdhdghdgf gr to f HR f
MATRICES maths project.pptxsgdhdghdgf gr to f HR f
premkumar24914
 

Similar to Introduction of matrix (20)

Introduction to Matrix
Introduction to Matrix Introduction to Matrix
Introduction to Matrix
 
Matrix Algebra : Mathematics for Business
Matrix Algebra : Mathematics for BusinessMatrix Algebra : Mathematics for Business
Matrix Algebra : Mathematics for Business
 
matrices and function ( matrix)
matrices and function ( matrix)matrices and function ( matrix)
matrices and function ( matrix)
 
Matrix
MatrixMatrix
Matrix
 
Brief review on matrix Algebra for mathematical economics
Brief review on matrix Algebra for mathematical economicsBrief review on matrix Algebra for mathematical economics
Brief review on matrix Algebra for mathematical economics
 
MATLAB - Arrays and Matrices
MATLAB - Arrays and MatricesMATLAB - Arrays and Matrices
MATLAB - Arrays and Matrices
 
Matrices and its Applications to Solve Some Methods of Systems of Linear Equa...
Matrices and its Applications to Solve Some Methods of Systems of Linear Equa...Matrices and its Applications to Solve Some Methods of Systems of Linear Equa...
Matrices and its Applications to Solve Some Methods of Systems of Linear Equa...
 
Matrices and its Applications to Solve Some Methods of Systems of Linear Equa...
Matrices and its Applications to Solve Some Methods of Systems of Linear Equa...Matrices and its Applications to Solve Some Methods of Systems of Linear Equa...
Matrices and its Applications to Solve Some Methods of Systems of Linear Equa...
 
University of duhok
University of duhokUniversity of duhok
University of duhok
 
Vector analysis & matrix
Vector analysis & matrixVector analysis & matrix
Vector analysis & matrix
 
MATIX AND TYPES OF MATRIX
MATIX AND TYPES OF MATRIXMATIX AND TYPES OF MATRIX
MATIX AND TYPES OF MATRIX
 
Matrices
MatricesMatrices
Matrices
 
Matrices and Determinants
Matrices and DeterminantsMatrices and Determinants
Matrices and Determinants
 
matrix algebra
matrix algebramatrix algebra
matrix algebra
 
Presentation On Matrices Mathematics DIU
Presentation On Matrices Mathematics DIUPresentation On Matrices Mathematics DIU
Presentation On Matrices Mathematics DIU
 
Matrices Chapter 4 Obj. 1.04,2.10
Matrices Chapter 4 Obj. 1.04,2.10Matrices Chapter 4 Obj. 1.04,2.10
Matrices Chapter 4 Obj. 1.04,2.10
 
Matrices Chapter 4 Obj 1.04 2.10
Matrices Chapter 4 Obj 1.04 2.10Matrices Chapter 4 Obj 1.04 2.10
Matrices Chapter 4 Obj 1.04 2.10
 
ALLIED MATHEMATICS -I UNIT III MATRICES.ppt
ALLIED MATHEMATICS -I UNIT III MATRICES.pptALLIED MATHEMATICS -I UNIT III MATRICES.ppt
ALLIED MATHEMATICS -I UNIT III MATRICES.ppt
 
Matrices and determinants
Matrices and determinantsMatrices and determinants
Matrices and determinants
 
MATRICES maths project.pptxsgdhdghdgf gr to f HR f
MATRICES maths project.pptxsgdhdghdgf gr to f HR fMATRICES maths project.pptxsgdhdghdgf gr to f HR f
MATRICES maths project.pptxsgdhdghdgf gr to f HR f
 

More from Pankaj Das

Statistical quality control introduction
Statistical quality control introductionStatistical quality control introduction
Statistical quality control introduction
Pankaj Das
 
Methods of integration
Methods of integrationMethods of integration
Methods of integration
Pankaj Das
 
Applications of integration
Applications of integrationApplications of integration
Applications of integration
Pankaj Das
 
Set theory and its operations
Set theory and its operations Set theory and its operations
Set theory and its operations
Pankaj Das
 
Matrix and its operations
Matrix and its operationsMatrix and its operations
Matrix and its operations
Pankaj Das
 
Introduction of vectors
Introduction of vectorsIntroduction of vectors
Introduction of vectors
Pankaj Das
 
Introduction of determinant
Introduction of determinantIntroduction of determinant
Introduction of determinant
Pankaj Das
 

More from Pankaj Das (7)

Statistical quality control introduction
Statistical quality control introductionStatistical quality control introduction
Statistical quality control introduction
 
Methods of integration
Methods of integrationMethods of integration
Methods of integration
 
Applications of integration
Applications of integrationApplications of integration
Applications of integration
 
Set theory and its operations
Set theory and its operations Set theory and its operations
Set theory and its operations
 
Matrix and its operations
Matrix and its operationsMatrix and its operations
Matrix and its operations
 
Introduction of vectors
Introduction of vectorsIntroduction of vectors
Introduction of vectors
 
Introduction of determinant
Introduction of determinantIntroduction of determinant
Introduction of determinant
 

Recently uploaded

ANAMOLOUS SECONDARY GROWTH IN DICOT ROOTS.pptx
ANAMOLOUS SECONDARY GROWTH IN DICOT ROOTS.pptxANAMOLOUS SECONDARY GROWTH IN DICOT ROOTS.pptx
ANAMOLOUS SECONDARY GROWTH IN DICOT ROOTS.pptx
RASHMI M G
 
3D Hybrid PIC simulation of the plasma expansion (ISSS-14)
3D Hybrid PIC simulation of the plasma expansion (ISSS-14)3D Hybrid PIC simulation of the plasma expansion (ISSS-14)
3D Hybrid PIC simulation of the plasma expansion (ISSS-14)
David Osipyan
 
Topic: SICKLE CELL DISEASE IN CHILDREN-3.pdf
Topic: SICKLE CELL DISEASE IN CHILDREN-3.pdfTopic: SICKLE CELL DISEASE IN CHILDREN-3.pdf
Topic: SICKLE CELL DISEASE IN CHILDREN-3.pdf
TinyAnderson
 
EWOCS-I: The catalog of X-ray sources in Westerlund 1 from the Extended Weste...
EWOCS-I: The catalog of X-ray sources in Westerlund 1 from the Extended Weste...EWOCS-I: The catalog of X-ray sources in Westerlund 1 from the Extended Weste...
EWOCS-I: The catalog of X-ray sources in Westerlund 1 from the Extended Weste...
Sérgio Sacani
 
BREEDING METHODS FOR DISEASE RESISTANCE.pptx
BREEDING METHODS FOR DISEASE RESISTANCE.pptxBREEDING METHODS FOR DISEASE RESISTANCE.pptx
BREEDING METHODS FOR DISEASE RESISTANCE.pptx
RASHMI M G
 
aziz sancar nobel prize winner: from mardin to nobel
aziz sancar nobel prize winner: from mardin to nobelaziz sancar nobel prize winner: from mardin to nobel
aziz sancar nobel prize winner: from mardin to nobel
İsa Badur
 
原版制作(carleton毕业证书)卡尔顿大学毕业证硕士文凭原版一模一样
原版制作(carleton毕业证书)卡尔顿大学毕业证硕士文凭原版一模一样原版制作(carleton毕业证书)卡尔顿大学毕业证硕士文凭原版一模一样
原版制作(carleton毕业证书)卡尔顿大学毕业证硕士文凭原版一模一样
yqqaatn0
 
mô tả các thí nghiệm về đánh giá tác động dòng khí hóa sau đốt
mô tả các thí nghiệm về đánh giá tác động dòng khí hóa sau đốtmô tả các thí nghiệm về đánh giá tác động dòng khí hóa sau đốt
mô tả các thí nghiệm về đánh giá tác động dòng khí hóa sau đốt
HongcNguyn6
 
Shallowest Oil Discovery of Turkiye.pptx
Shallowest Oil Discovery of Turkiye.pptxShallowest Oil Discovery of Turkiye.pptx
Shallowest Oil Discovery of Turkiye.pptx
Gokturk Mehmet Dilci
 
NuGOweek 2024 Ghent programme overview flyer
NuGOweek 2024 Ghent programme overview flyerNuGOweek 2024 Ghent programme overview flyer
NuGOweek 2024 Ghent programme overview flyer
pablovgd
 
Randomised Optimisation Algorithms in DAPHNE
Randomised Optimisation Algorithms in DAPHNERandomised Optimisation Algorithms in DAPHNE
Randomised Optimisation Algorithms in DAPHNE
University of Maribor
 
Remote Sensing and Computational, Evolutionary, Supercomputing, and Intellige...
Remote Sensing and Computational, Evolutionary, Supercomputing, and Intellige...Remote Sensing and Computational, Evolutionary, Supercomputing, and Intellige...
Remote Sensing and Computational, Evolutionary, Supercomputing, and Intellige...
University of Maribor
 
Micronuclei test.M.sc.zoology.fisheries.
Micronuclei test.M.sc.zoology.fisheries.Micronuclei test.M.sc.zoology.fisheries.
Micronuclei test.M.sc.zoology.fisheries.
Aditi Bajpai
 
molar-distalization in orthodontics-seminar.pptx
molar-distalization in orthodontics-seminar.pptxmolar-distalization in orthodontics-seminar.pptx
molar-distalization in orthodontics-seminar.pptx
Anagha Prasad
 
8.Isolation of pure cultures and preservation of cultures.pdf
8.Isolation of pure cultures and preservation of cultures.pdf8.Isolation of pure cultures and preservation of cultures.pdf
8.Isolation of pure cultures and preservation of cultures.pdf
by6843629
 
What is greenhouse gasses and how many gasses are there to affect the Earth.
What is greenhouse gasses and how many gasses are there to affect the Earth.What is greenhouse gasses and how many gasses are there to affect the Earth.
What is greenhouse gasses and how many gasses are there to affect the Earth.
moosaasad1975
 
Deep Behavioral Phenotyping in Systems Neuroscience for Functional Atlasing a...
Deep Behavioral Phenotyping in Systems Neuroscience for Functional Atlasing a...Deep Behavioral Phenotyping in Systems Neuroscience for Functional Atlasing a...
Deep Behavioral Phenotyping in Systems Neuroscience for Functional Atlasing a...
Ana Luísa Pinho
 
bordetella pertussis.................................ppt
bordetella pertussis.................................pptbordetella pertussis.................................ppt
bordetella pertussis.................................ppt
kejapriya1
 
Thornton ESPP slides UK WW Network 4_6_24.pdf
Thornton ESPP slides UK WW Network 4_6_24.pdfThornton ESPP slides UK WW Network 4_6_24.pdf
Thornton ESPP slides UK WW Network 4_6_24.pdf
European Sustainable Phosphorus Platform
 
Sharlene Leurig - Enabling Onsite Water Use with Net Zero Water
Sharlene Leurig - Enabling Onsite Water Use with Net Zero WaterSharlene Leurig - Enabling Onsite Water Use with Net Zero Water
Sharlene Leurig - Enabling Onsite Water Use with Net Zero Water
Texas Alliance of Groundwater Districts
 

Recently uploaded (20)

ANAMOLOUS SECONDARY GROWTH IN DICOT ROOTS.pptx
ANAMOLOUS SECONDARY GROWTH IN DICOT ROOTS.pptxANAMOLOUS SECONDARY GROWTH IN DICOT ROOTS.pptx
ANAMOLOUS SECONDARY GROWTH IN DICOT ROOTS.pptx
 
3D Hybrid PIC simulation of the plasma expansion (ISSS-14)
3D Hybrid PIC simulation of the plasma expansion (ISSS-14)3D Hybrid PIC simulation of the plasma expansion (ISSS-14)
3D Hybrid PIC simulation of the plasma expansion (ISSS-14)
 
Topic: SICKLE CELL DISEASE IN CHILDREN-3.pdf
Topic: SICKLE CELL DISEASE IN CHILDREN-3.pdfTopic: SICKLE CELL DISEASE IN CHILDREN-3.pdf
Topic: SICKLE CELL DISEASE IN CHILDREN-3.pdf
 
EWOCS-I: The catalog of X-ray sources in Westerlund 1 from the Extended Weste...
EWOCS-I: The catalog of X-ray sources in Westerlund 1 from the Extended Weste...EWOCS-I: The catalog of X-ray sources in Westerlund 1 from the Extended Weste...
EWOCS-I: The catalog of X-ray sources in Westerlund 1 from the Extended Weste...
 
BREEDING METHODS FOR DISEASE RESISTANCE.pptx
BREEDING METHODS FOR DISEASE RESISTANCE.pptxBREEDING METHODS FOR DISEASE RESISTANCE.pptx
BREEDING METHODS FOR DISEASE RESISTANCE.pptx
 
aziz sancar nobel prize winner: from mardin to nobel
aziz sancar nobel prize winner: from mardin to nobelaziz sancar nobel prize winner: from mardin to nobel
aziz sancar nobel prize winner: from mardin to nobel
 
原版制作(carleton毕业证书)卡尔顿大学毕业证硕士文凭原版一模一样
原版制作(carleton毕业证书)卡尔顿大学毕业证硕士文凭原版一模一样原版制作(carleton毕业证书)卡尔顿大学毕业证硕士文凭原版一模一样
原版制作(carleton毕业证书)卡尔顿大学毕业证硕士文凭原版一模一样
 
mô tả các thí nghiệm về đánh giá tác động dòng khí hóa sau đốt
mô tả các thí nghiệm về đánh giá tác động dòng khí hóa sau đốtmô tả các thí nghiệm về đánh giá tác động dòng khí hóa sau đốt
mô tả các thí nghiệm về đánh giá tác động dòng khí hóa sau đốt
 
Shallowest Oil Discovery of Turkiye.pptx
Shallowest Oil Discovery of Turkiye.pptxShallowest Oil Discovery of Turkiye.pptx
Shallowest Oil Discovery of Turkiye.pptx
 
NuGOweek 2024 Ghent programme overview flyer
NuGOweek 2024 Ghent programme overview flyerNuGOweek 2024 Ghent programme overview flyer
NuGOweek 2024 Ghent programme overview flyer
 
Randomised Optimisation Algorithms in DAPHNE
Randomised Optimisation Algorithms in DAPHNERandomised Optimisation Algorithms in DAPHNE
Randomised Optimisation Algorithms in DAPHNE
 
Remote Sensing and Computational, Evolutionary, Supercomputing, and Intellige...
Remote Sensing and Computational, Evolutionary, Supercomputing, and Intellige...Remote Sensing and Computational, Evolutionary, Supercomputing, and Intellige...
Remote Sensing and Computational, Evolutionary, Supercomputing, and Intellige...
 
Micronuclei test.M.sc.zoology.fisheries.
Micronuclei test.M.sc.zoology.fisheries.Micronuclei test.M.sc.zoology.fisheries.
Micronuclei test.M.sc.zoology.fisheries.
 
molar-distalization in orthodontics-seminar.pptx
molar-distalization in orthodontics-seminar.pptxmolar-distalization in orthodontics-seminar.pptx
molar-distalization in orthodontics-seminar.pptx
 
8.Isolation of pure cultures and preservation of cultures.pdf
8.Isolation of pure cultures and preservation of cultures.pdf8.Isolation of pure cultures and preservation of cultures.pdf
8.Isolation of pure cultures and preservation of cultures.pdf
 
What is greenhouse gasses and how many gasses are there to affect the Earth.
What is greenhouse gasses and how many gasses are there to affect the Earth.What is greenhouse gasses and how many gasses are there to affect the Earth.
What is greenhouse gasses and how many gasses are there to affect the Earth.
 
Deep Behavioral Phenotyping in Systems Neuroscience for Functional Atlasing a...
Deep Behavioral Phenotyping in Systems Neuroscience for Functional Atlasing a...Deep Behavioral Phenotyping in Systems Neuroscience for Functional Atlasing a...
Deep Behavioral Phenotyping in Systems Neuroscience for Functional Atlasing a...
 
bordetella pertussis.................................ppt
bordetella pertussis.................................pptbordetella pertussis.................................ppt
bordetella pertussis.................................ppt
 
Thornton ESPP slides UK WW Network 4_6_24.pdf
Thornton ESPP slides UK WW Network 4_6_24.pdfThornton ESPP slides UK WW Network 4_6_24.pdf
Thornton ESPP slides UK WW Network 4_6_24.pdf
 
Sharlene Leurig - Enabling Onsite Water Use with Net Zero Water
Sharlene Leurig - Enabling Onsite Water Use with Net Zero WaterSharlene Leurig - Enabling Onsite Water Use with Net Zero Water
Sharlene Leurig - Enabling Onsite Water Use with Net Zero Water
 

Introduction of matrix

  • 1. Dr. Pankaj Das Mail.id: pankaj.iasri@gmail.com
  • 2. 1. define what a matrix is 2. identify special types of matrices, and 3. identify when two matrices are equal.
  • 3. • Matrix • Vector • Submatrix • Square matrix • Equal matrices • Zero matrix • Identity matrix • Diagonal matrix • Upper triangular matrix • Lower triangular matrix • Tri-diagonal matrix • Diagonally dominant matrix
  • 4. Matrices are everywhere. If you have used a spreadsheet such as Excel or Lotus or written a table, you have used a matrix. Matrices make presentation of numbers clearer and make calculations easier to program. Look at the matrix below about the sale of tires in a Blowoutr’us store – given by quarter and make of tires.           27 7 16 6 25 15 10 5 2 3 20 25 Q1 Q2 Q3 Q4 Copper Michigan Tirestone If one wants to know how many Copper tires were sold in Quarter 4, we go along the row Copper and column Q4 and find that it is 27.
  • 5. A matrix is a rectangular array of elements. The elements can be symbolic expressions or numbers. Matrix [A] is denoted by              mn m m n n a a a a a a a a a A ....... ....... ....... ] [ 2 1 2 22 21 1 12 11     Row Column
  • 6. Row i of [A] has n elements and is   in i i a a a .... 2 1 and column j of [A] has m elements and is               mj j j a a a  2 1
  • 7. Each matrix has rows and columns and this defines the size of the matrix. If a matrix [A] has m rows and n columns, the size of the matrix is denoted by m×n. The matrix [A] may also be denoted by [A]mxn to show that [A] is a matrix with m rows and n columns. Each entry in the matrix is called the entry or element of the matrix and is denoted by aij where I is the row number and j is the column number of the element.
  • 8. The matrix for the tire sales example could be denoted by the matrix [A] as            27 7 16 6 25 15 10 5 2 3 20 25 ] [A There are 3 rows and 4 columns, so the size of the matrix is 3×4. In the above [A] matrix, a34 =27.
  • 9.  RowVector  ColumnVector  Submatrix  Square Matrix  UpperTriangular Matrix  LowerTriangular Matrix  Diagonal Matrix  Identity Matrix  Zero Matrix  Tri-diagonal Matrices  Diagonally Dominant Matrix
  • 10. Row Vector: If a matrix [B] has one row, it is called a row vector ] [ ] [ 2 1 n b b b B    and n is the dimension of the row vector. What is a vector? A vector is a matrix that has only one row or one column. There are two types of vectors – row vectors and column vectors. Column vector: If a matrix [C] has one column, it is called a column vector              m c c C   1 ] [ and m is the dimension of the vector.
  • 11. An example of a row vector is as follows, ] 0 2 3 20 25 [ ] [  B [B] is an example of a row vector of dimension 5. Example 1
  • 12. An example of a column vector is as follows,            6 5 25 ] [C [C] is an example of a row vector of dimension 5. Example 2
  • 13. If some row(s) or/and column(s) of a matrix [A] are deleted (no rows or columns may be deleted), the remaining matrix is called a submatrix of [A]. Example 3 Find some of the submatrices of the matrix         2 1 3 2 6 4 ] [A
  • 14. If the number of rows m a matrix is equal to the number of columns n of a matrix [A], (m=n), then [A] is called a square matrix. The entries a11,a22,…, ann are called the diagonal elements of a square matrix. Sometimes the diagonal of the matrix is also called the principal or main of the matrix.
  • 15. Give an example of a square matrix.            7 15 6 15 10 5 3 20 25 ] [A is a square matrix as it has the same number of rows and columns, that is, 3. The diagonal elements of [A] are . 7 , 10 , 25 33 22 11    a a a
  • 16. A m×n matrix for which j i aij   , 0 is called an upper triangular matrix. That is, all the elements below the diagonal entries are zero. Example 5 Give an example of an upper triangular matrix.              15005 0 0 6 001 . 0 0 0 7 10 ] [A is an upper triangular matrix.
  • 17. A m×n matrix for which i j aij   , 0 is called an lower triangular matrix. That is, all the elements above the diagonal entries are zero. Example 6 Give an example of a lower triangular matrix.            1 5 . 2 6 . 0 0 1 3 . 0 0 0 1 ] [A is a lower triangular matrix.
  • 18. A square matrix with all non-diagonal elements equal to zero is called a diagonal matrix, that is, only the diagonal entries of the square matrix can be non-zero, . ) , 0 ( j i aij  
  • 19. An example of a diagonal matrix. 3 3 0 0 0 0 1 . 2 0 0 0 3 ] [             A Any or all the diagonal entries of a diagonal matrix can be zero.            0 0 0 0 1 . 2 0 0 0 3 ] [A is also a diagonal matrix.
  • 20. A diagonal matrix with all diagonal elements equal to one is called an identity matrix, ( and for all i). j i aij   , 0 1  ii a              1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 ] [A An example of an identity matrix is,
  • 21.            0 0 0 0 0 0 0 0 0 ] [A        0 0 0 0 0 0 [B] Some examples of zero matrices are, A matrix whose all entries are zero is called a zero matrix, ( for all i and j). 0  ij a
  • 22. A tridiagonal matrix is a square matrix in which all elements not on the following are zero - the major diagonal, the diagonal above the major diagonal, and the diagonal below the major diagonal.              6 3 0 0 2 5 0 0 0 9 3 2 0 0 4 2 ] [A An example of a tridiagonal matrix is,
  • 23. Do non-square matrices have diagonal entries? Yes, for a m×n matrix [A], the diagonal entries are where k=min{m,n}. kk k k a a a a , ..., , 1 , 1 22 11  
  • 24. What are the diagonal entries of              8 . 7 6 . 5 2 . 3 9 . 2 7 6 5 2 . 3 ] [A The diagonal elements of [A] are . 7 and 2 . 3 22 11   a a
  • 25. A n×n square matrix [A] is a diagonally dominant matrix if     n j i j ij ii a a 1 | | n i ,....., 2 , 1  for all and     n j i j ij ii a a 1 | | for at least one i, that is, for each row, the absolute value of the diagonal element is greater than or equal to the sum of the absolute values of the rest of the elements of that row, and that the inequality is strictly greater than for at least one row. Diagonally dominant matrices are important in ensuring convergence in iterative schemes of solving simultaneous linear equations.
  • 26. Give examples of diagonally dominant matrices and not diagonally dominant matrices.              6 2 3 2 4 2 7 6 15 ] [A is a diagonally dominant matrix as 13 7 6 15 15 13 12 11        a a a 4 2 2 4 4 23 21 22          a a a 5 2 3 6 6 32 31 33        a a a and for at least one row, that is Rows 1 and 3 in this case, the inequality is a strictly greater than inequality.
  • 27.               001 . 5 2 3 2 4 2 9 6 15 ] [B is a diagonally dominant matrix as 15 9 6 15 15 13 12 11         b b b 4 2 2 4 4 23 21 22         b b b 5 2 3 001 . 5 001 . 5 32 31 33         b b b The inequalities are satisfied for all rows and it is satisfied strictly greater than for at least one row (in this case it is Row 3).
  • 28.              1 12 144 1 8 64 1 5 25 C is not diagonally dominant as 65 1 64 8 8 23 21 22        c c c
  • 29. When are two matrices considered to be equal? Two matrices [A] and [B] is the same (number of rows and columns are same for [A] and [B]) and aij=bij for all i and j. What would make        7 6 3 2 ] [A to be equal to        22 11 6 3 ] [ b b B The two matrices [A] and [B] would be equal if b11=2 and b22=7.