SlideShare a Scribd company logo
1 of 29
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

Inverse Matrix & Determinants
Inverse Matrix & DeterminantsInverse Matrix & Determinants
Inverse Matrix & Determinantsitutor
 
MATRICES
MATRICESMATRICES
MATRICESfaijmsk
 
Matrices & determinants
Matrices & determinantsMatrices & determinants
Matrices & determinantsindu thakur
 
Lesson 3 - matrix multiplication
Lesson 3 - matrix multiplicationLesson 3 - matrix multiplication
Lesson 3 - matrix multiplicationJonathan Templin
 
Matrices and System of Linear Equations ppt
Matrices and System of Linear Equations pptMatrices and System of Linear Equations ppt
Matrices and System of Linear Equations pptDrazzer_Dhruv
 
Project business maths
Project business mathsProject business maths
Project business mathsareea
 
Matrix and its applications by mohammad imran
Matrix and its applications by mohammad imranMatrix and its applications by mohammad imran
Matrix and its applications by mohammad imranMohammad Imran
 
Matrix Operations
Matrix OperationsMatrix Operations
Matrix OperationsRon Eick
 
Matrix Algebra : Mathematics for Business
Matrix Algebra : Mathematics for BusinessMatrix Algebra : Mathematics for Business
Matrix Algebra : Mathematics for BusinessKhan Tanjeel Ahmed
 
Matrix introduction and matrix operations.
Matrix introduction and matrix operations. Matrix introduction and matrix operations.
Matrix introduction and matrix operations. Learnbay Datascience
 
Matrices And Determinants
Matrices And DeterminantsMatrices And Determinants
Matrices And DeterminantsDEVIKA S INDU
 
WCS Specialist Maths An Introduction to Matrices PowerPoint
WCS Specialist Maths An Introduction to Matrices PowerPointWCS Specialist Maths An Introduction to Matrices PowerPoint
WCS Specialist Maths An Introduction to Matrices PowerPointKingp18
 
Matrix and Determinants
Matrix and DeterminantsMatrix and Determinants
Matrix and DeterminantsAarjavPinara
 

What's hot (20)

Inverse Matrix & Determinants
Inverse Matrix & DeterminantsInverse Matrix & Determinants
Inverse Matrix & Determinants
 
MATRICES
MATRICESMATRICES
MATRICES
 
Matrices & determinants
Matrices & determinantsMatrices & determinants
Matrices & determinants
 
Lesson 3 - matrix multiplication
Lesson 3 - matrix multiplicationLesson 3 - matrix multiplication
Lesson 3 - matrix multiplication
 
Matrices
Matrices Matrices
Matrices
 
Matrices and System of Linear Equations ppt
Matrices and System of Linear Equations pptMatrices and System of Linear Equations ppt
Matrices and System of Linear Equations ppt
 
Project business maths
Project business mathsProject business maths
Project business maths
 
the inverse of the matrix
the inverse of the matrixthe inverse of the matrix
the inverse of the matrix
 
Matrices & Determinants
Matrices & DeterminantsMatrices & Determinants
Matrices & Determinants
 
Matrix and its applications by mohammad imran
Matrix and its applications by mohammad imranMatrix and its applications by mohammad imran
Matrix and its applications by mohammad imran
 
Matrix Operations
Matrix OperationsMatrix Operations
Matrix Operations
 
Matrix Algebra : Mathematics for Business
Matrix Algebra : Mathematics for BusinessMatrix Algebra : Mathematics for Business
Matrix Algebra : Mathematics for Business
 
Matrices
MatricesMatrices
Matrices
 
Matrix introduction and matrix operations.
Matrix introduction and matrix operations. Matrix introduction and matrix operations.
Matrix introduction and matrix operations.
 
Matrices And Determinants
Matrices And DeterminantsMatrices And Determinants
Matrices And Determinants
 
WCS Specialist Maths An Introduction to Matrices PowerPoint
WCS Specialist Maths An Introduction to Matrices PowerPointWCS Specialist Maths An Introduction to Matrices PowerPoint
WCS Specialist Maths An Introduction to Matrices PowerPoint
 
Matrix and Determinants
Matrix and DeterminantsMatrix and Determinants
Matrix and Determinants
 
Matrices
MatricesMatrices
Matrices
 
Matrices and its applications
Matrices and its applicationsMatrices and its applications
Matrices and its applications
 
Matrices
MatricesMatrices
Matrices
 

Similar to Introduction of matrix

Introduction to Matrix
Introduction to Matrix Introduction to Matrix
Introduction to Matrix ssuser94896b
 
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 economicsfelekephiliphos3
 
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
 
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
 
University of duhok
University of duhokUniversity of duhok
University of duhokRwan Kamal
 
Vector analysis & matrix
Vector analysis & matrixVector analysis & matrix
Vector analysis & matrixMdTouhidIslam
 
Matrices
MatricesMatrices
Matriceskja29
 
Matrices and Determinants
Matrices and DeterminantsMatrices and Determinants
Matrices and DeterminantsSOMASUNDARAM T
 
matrix algebra
matrix algebramatrix algebra
matrix algebrakganu
 
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.10jeaniehenschel
 
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.10jeaniehenschel
 
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.pptssuser2e348b
 
Matrices and determinants
Matrices and determinantsMatrices and determinants
Matrices and determinantssom allul
 
Matrix and its operations
Matrix and its operationsMatrix and its operations
Matrix and its operationsPankaj Das
 

Similar to Introduction of matrix (20)

Introduction to Matrix
Introduction to Matrix Introduction to Matrix
Introduction to Matrix
 
matrices and function ( matrix)
matrices and function ( matrix)matrices and function ( matrix)
matrices and function ( matrix)
 
Matrix
MatrixMatrix
Matrix
 
Matrices
MatricesMatrices
Matrices
 
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
 
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
 
Introduction to matices
Introduction to maticesIntroduction to matices
Introduction to matices
 
Matrix and its operations
Matrix and its operationsMatrix and its operations
Matrix and its operations
 

More from Pankaj Das

Statistical quality control introduction
Statistical quality control introductionStatistical quality control introduction
Statistical quality control introductionPankaj Das
 
Methods of integration
Methods of integrationMethods of integration
Methods of integrationPankaj Das
 
Applications of integration
Applications of integrationApplications of integration
Applications of integrationPankaj Das
 
Set theory and its operations
Set theory and its operations Set theory and its operations
Set theory and its operations Pankaj Das
 
Introduction of vectors
Introduction of vectorsIntroduction of vectors
Introduction of vectorsPankaj Das
 
Introduction of determinant
Introduction of determinantIntroduction of determinant
Introduction of determinantPankaj Das
 

More from Pankaj Das (6)

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
 
Introduction of vectors
Introduction of vectorsIntroduction of vectors
Introduction of vectors
 
Introduction of determinant
Introduction of determinantIntroduction of determinant
Introduction of determinant
 

Recently uploaded

FREE NURSING BUNDLE FOR NURSES.PDF by na
FREE NURSING BUNDLE FOR NURSES.PDF by naFREE NURSING BUNDLE FOR NURSES.PDF by na
FREE NURSING BUNDLE FOR NURSES.PDF by naJASISJULIANOELYNV
 
BIOETHICS IN RECOMBINANT DNA TECHNOLOGY.
BIOETHICS IN RECOMBINANT DNA TECHNOLOGY.BIOETHICS IN RECOMBINANT DNA TECHNOLOGY.
BIOETHICS IN RECOMBINANT DNA TECHNOLOGY.PraveenaKalaiselvan1
 
Behavioral Disorder: Schizophrenia & it's Case Study.pdf
Behavioral Disorder: Schizophrenia & it's Case Study.pdfBehavioral Disorder: Schizophrenia & it's Case Study.pdf
Behavioral Disorder: Schizophrenia & it's Case Study.pdfSELF-EXPLANATORY
 
Forest laws, Indian forest laws, why they are important
Forest laws, Indian forest laws, why they are importantForest laws, Indian forest laws, why they are important
Forest laws, Indian forest laws, why they are importantadityabhardwaj282
 
TOPIC 8 Temperature and Heat.pdf physics
TOPIC 8 Temperature and Heat.pdf physicsTOPIC 8 Temperature and Heat.pdf physics
TOPIC 8 Temperature and Heat.pdf physicsssuserddc89b
 
Grafana in space: Monitoring Japan's SLIM moon lander in real time
Grafana in space: Monitoring Japan's SLIM moon lander  in real timeGrafana in space: Monitoring Japan's SLIM moon lander  in real time
Grafana in space: Monitoring Japan's SLIM moon lander in real timeSatoshi NAKAHIRA
 
Artificial Intelligence In Microbiology by Dr. Prince C P
Artificial Intelligence In Microbiology by Dr. Prince C PArtificial Intelligence In Microbiology by Dr. Prince C P
Artificial Intelligence In Microbiology by Dr. Prince C PPRINCE C P
 
Evidences of Evolution General Biology 2
Evidences of Evolution General Biology 2Evidences of Evolution General Biology 2
Evidences of Evolution General Biology 2John Carlo Rollon
 
zoogeography of pakistan.pptx fauna of Pakistan
zoogeography of pakistan.pptx fauna of Pakistanzoogeography of pakistan.pptx fauna of Pakistan
zoogeography of pakistan.pptx fauna of Pakistanzohaibmir069
 
OECD bibliometric indicators: Selected highlights, April 2024
OECD bibliometric indicators: Selected highlights, April 2024OECD bibliometric indicators: Selected highlights, April 2024
OECD bibliometric indicators: Selected highlights, April 2024innovationoecd
 
(9818099198) Call Girls In Noida Sector 14 (NOIDA ESCORTS)
(9818099198) Call Girls In Noida Sector 14 (NOIDA ESCORTS)(9818099198) Call Girls In Noida Sector 14 (NOIDA ESCORTS)
(9818099198) Call Girls In Noida Sector 14 (NOIDA ESCORTS)riyaescorts54
 
Analytical Profile of Coleus Forskohlii | Forskolin .pdf
Analytical Profile of Coleus Forskohlii | Forskolin .pdfAnalytical Profile of Coleus Forskohlii | Forskolin .pdf
Analytical Profile of Coleus Forskohlii | Forskolin .pdfSwapnil Therkar
 
Call Girls In Nihal Vihar Delhi ❤️8860477959 Looking Escorts In 24/7 Delhi NCR
Call Girls In Nihal Vihar Delhi ❤️8860477959 Looking Escorts In 24/7 Delhi NCRCall Girls In Nihal Vihar Delhi ❤️8860477959 Looking Escorts In 24/7 Delhi NCR
Call Girls In Nihal Vihar Delhi ❤️8860477959 Looking Escorts In 24/7 Delhi NCRlizamodels9
 
Scheme-of-Work-Science-Stage-4 cambridge science.docx
Scheme-of-Work-Science-Stage-4 cambridge science.docxScheme-of-Work-Science-Stage-4 cambridge science.docx
Scheme-of-Work-Science-Stage-4 cambridge science.docxyaramohamed343013
 
Pests of jatropha_Bionomics_identification_Dr.UPR.pdf
Pests of jatropha_Bionomics_identification_Dr.UPR.pdfPests of jatropha_Bionomics_identification_Dr.UPR.pdf
Pests of jatropha_Bionomics_identification_Dr.UPR.pdfPirithiRaju
 
Neurodevelopmental disorders according to the dsm 5 tr
Neurodevelopmental disorders according to the dsm 5 trNeurodevelopmental disorders according to the dsm 5 tr
Neurodevelopmental disorders according to the dsm 5 trssuser06f238
 
Recombinant DNA technology( Transgenic plant and animal)
Recombinant DNA technology( Transgenic plant and animal)Recombinant DNA technology( Transgenic plant and animal)
Recombinant DNA technology( Transgenic plant and animal)DHURKADEVIBASKAR
 
Solution chemistry, Moral and Normal solutions
Solution chemistry, Moral and Normal solutionsSolution chemistry, Moral and Normal solutions
Solution chemistry, Moral and Normal solutionsHajira Mahmood
 

Recently uploaded (20)

FREE NURSING BUNDLE FOR NURSES.PDF by na
FREE NURSING BUNDLE FOR NURSES.PDF by naFREE NURSING BUNDLE FOR NURSES.PDF by na
FREE NURSING BUNDLE FOR NURSES.PDF by na
 
BIOETHICS IN RECOMBINANT DNA TECHNOLOGY.
BIOETHICS IN RECOMBINANT DNA TECHNOLOGY.BIOETHICS IN RECOMBINANT DNA TECHNOLOGY.
BIOETHICS IN RECOMBINANT DNA TECHNOLOGY.
 
Behavioral Disorder: Schizophrenia & it's Case Study.pdf
Behavioral Disorder: Schizophrenia & it's Case Study.pdfBehavioral Disorder: Schizophrenia & it's Case Study.pdf
Behavioral Disorder: Schizophrenia & it's Case Study.pdf
 
Forest laws, Indian forest laws, why they are important
Forest laws, Indian forest laws, why they are importantForest laws, Indian forest laws, why they are important
Forest laws, Indian forest laws, why they are important
 
TOPIC 8 Temperature and Heat.pdf physics
TOPIC 8 Temperature and Heat.pdf physicsTOPIC 8 Temperature and Heat.pdf physics
TOPIC 8 Temperature and Heat.pdf physics
 
Grafana in space: Monitoring Japan's SLIM moon lander in real time
Grafana in space: Monitoring Japan's SLIM moon lander  in real timeGrafana in space: Monitoring Japan's SLIM moon lander  in real time
Grafana in space: Monitoring Japan's SLIM moon lander in real time
 
Artificial Intelligence In Microbiology by Dr. Prince C P
Artificial Intelligence In Microbiology by Dr. Prince C PArtificial Intelligence In Microbiology by Dr. Prince C P
Artificial Intelligence In Microbiology by Dr. Prince C P
 
Evidences of Evolution General Biology 2
Evidences of Evolution General Biology 2Evidences of Evolution General Biology 2
Evidences of Evolution General Biology 2
 
zoogeography of pakistan.pptx fauna of Pakistan
zoogeography of pakistan.pptx fauna of Pakistanzoogeography of pakistan.pptx fauna of Pakistan
zoogeography of pakistan.pptx fauna of Pakistan
 
OECD bibliometric indicators: Selected highlights, April 2024
OECD bibliometric indicators: Selected highlights, April 2024OECD bibliometric indicators: Selected highlights, April 2024
OECD bibliometric indicators: Selected highlights, April 2024
 
(9818099198) Call Girls In Noida Sector 14 (NOIDA ESCORTS)
(9818099198) Call Girls In Noida Sector 14 (NOIDA ESCORTS)(9818099198) Call Girls In Noida Sector 14 (NOIDA ESCORTS)
(9818099198) Call Girls In Noida Sector 14 (NOIDA ESCORTS)
 
Analytical Profile of Coleus Forskohlii | Forskolin .pdf
Analytical Profile of Coleus Forskohlii | Forskolin .pdfAnalytical Profile of Coleus Forskohlii | Forskolin .pdf
Analytical Profile of Coleus Forskohlii | Forskolin .pdf
 
Call Girls In Nihal Vihar Delhi ❤️8860477959 Looking Escorts In 24/7 Delhi NCR
Call Girls In Nihal Vihar Delhi ❤️8860477959 Looking Escorts In 24/7 Delhi NCRCall Girls In Nihal Vihar Delhi ❤️8860477959 Looking Escorts In 24/7 Delhi NCR
Call Girls In Nihal Vihar Delhi ❤️8860477959 Looking Escorts In 24/7 Delhi NCR
 
Scheme-of-Work-Science-Stage-4 cambridge science.docx
Scheme-of-Work-Science-Stage-4 cambridge science.docxScheme-of-Work-Science-Stage-4 cambridge science.docx
Scheme-of-Work-Science-Stage-4 cambridge science.docx
 
Pests of jatropha_Bionomics_identification_Dr.UPR.pdf
Pests of jatropha_Bionomics_identification_Dr.UPR.pdfPests of jatropha_Bionomics_identification_Dr.UPR.pdf
Pests of jatropha_Bionomics_identification_Dr.UPR.pdf
 
Neurodevelopmental disorders according to the dsm 5 tr
Neurodevelopmental disorders according to the dsm 5 trNeurodevelopmental disorders according to the dsm 5 tr
Neurodevelopmental disorders according to the dsm 5 tr
 
Recombinant DNA technology( Transgenic plant and animal)
Recombinant DNA technology( Transgenic plant and animal)Recombinant DNA technology( Transgenic plant and animal)
Recombinant DNA technology( Transgenic plant and animal)
 
Solution chemistry, Moral and Normal solutions
Solution chemistry, Moral and Normal solutionsSolution chemistry, Moral and Normal solutions
Solution chemistry, Moral and Normal solutions
 
Engler and Prantl system of classification in plant taxonomy
Engler and Prantl system of classification in plant taxonomyEngler and Prantl system of classification in plant taxonomy
Engler and Prantl system of classification in plant taxonomy
 
Volatile Oils Pharmacognosy And Phytochemistry -I
Volatile Oils Pharmacognosy And Phytochemistry -IVolatile Oils Pharmacognosy And Phytochemistry -I
Volatile Oils Pharmacognosy And Phytochemistry -I
 

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.