SlideShare a Scribd company logo
1 of 35
Presented by:-
Bhavya Sharma
M.Sc. Bioinformatics
(1st semester)
(Department of Microbiology)
 Definition
 How to describe matrices ?
 Types of matrices
 Operation in matrices
 Transpose of matrices
 References
 Matrices is a set or group of numbers
arrange in a square or rectangular
array enclose by two brackets.
 Matrices can be written as an m*n
matrix.
 ‘m’ is horizontal lines called rows.
 ‘n’ is vertical line called columns.
 An element occurring in the ith row and
jth column of a matrix A will be called
the (i , j)th element of A to be denoted
by aij














mnijmm
nij
inij
aaaa
aaaa
aaaa
21
22221
1211
...
...

Amxn=
e.g. matrix [A] with elements aij
Amxn=














mnijmm
nij
inij
aaaa
aaaa
aaaa
21
22221
1211
...
...

 Row matrix
 Column matrix
 Zero or null matrix
 Square matrix
 Diagonal matrix
 Scalar matrix
 Unit matrix
 Comparable matrix
 Equal matrix
A matrix having only one row is known as
a row matrix or a row vector.
Example:
• A= [5 18] is a row matrix of order 1x2.
• B= [ 2 4 3 7] is a row matrix of order
1x4.
 A matrix having only one column is
known as column matrix or a column
vector.
Example:










2
4
1






3
1












1
21
11
ma
a
a

 A matrix each of whose elements is
zero is called a zero is called zero or
null matrix.
Example:










0
0
0










000
000
000
0ija For all i,j
 A matrix having the same number of
rows and column is called a square
matrix.
Example:






03
11










166
099
111
 A square matrix in which every non-
diagonal element is zero is called a
diagonal matrix.
Example:










100
020
001












9000
0500
0030
0003
i.e. aij =0 for all i = j
aij = 0 for some or all i = j
 A square matrix in which every non-
diagonal elements is 0 and every
diagonal elements is 1 is called a unit
matrix or an identity matrix.
Example:












1000
0100
0010
0001






10
01
i.e. aij =0 for all i = j
aij = 1 for some or all i = j






ij
ij
a
a
0
0
ADDITION AND SUBTRACTION OF MATRICES
The sum or difference of two matrices, A and B of
the same size yields a matrix C of the same size
ijijij bac 
Matrices of different sizes cannot be added or
subtracted
Commutative Law:
A + B = B + A
Associative Law:
A + (B + C) = (A + B) + C = A + B + C






















972
588
324
651
652
137
A
2x3
B
2x3
C
2x3
A + 0 = 0 + A = A
A + (-A) = 0 (where –A is the matrix composed of –aij as
elements)



















122
225
801
021
723
246
SCALAR MULTIPLICATION OF MATRICES
Matrices can be multiplied by a scalar (constant or
single element)
Let k be a scalar quantity; then
kA = Ak
Ex. If k=4 and















14
32
12
13
A













































416
128
48
412
4
14
32
12
13
14
32
12
13
4
Properties:
• k (A + B) = kA + kB
• (k + g)A = kA + gA
• k(AB) = (kA)B = A(k)B
• k(gA) = (kg)A
MULTIPLICATION OF MATRICES
The product of two matrices is another matrix
Two matrices A and B must be conformable for
multiplication to be possible
i.e. the number of columns of A must equal the number
of rows of B
Example.
A x B = C
(1x3) (3x1) (1x1)
B x A = Not possible!
(2x1) (4x2)
A x B = Not possible!
(6x2) (6x3)
Example
A x B = C
(2x3) (3x2) (2x2)























2221
1211
3231
2221
1211
232221
131211
cc
cc
bb
bb
bb
aaa
aaa
22322322221221
21312321221121
12321322121211
11311321121111
)()()(
)()()(
)()()(
)()()(
cbababa
cbababa
cbababa
cbababa




Successive multiplication of row i of A with
column j of B – row by column multiplication

























)37()22()84()57()62()44(
)33()22()81()53()62()41(
35
26
84
724
321







5763
2131
Remember also:
IA = A






10
01






5763
2131







5763
2131
Assuming that matrices A, B and C are conformable for the
operations indicated, the following are true:
1. AI = IA = A
2. A(BC) = (AB)C = ABC - (associative law)
3. A(B+C) = AB + AC - (first distributive law)
4. (A+B)C = AC + BC - (second distributive law)
Caution!
1. AB not generally equal to BA, BA may not be
conformable
2. If AB = 0, neither A nor B necessarily = 0
3. If AB = AC, B not necessarily = C
Transpose of
matrices
Let A be an m*n matrix. Then, the n*m
matrix, obtained by interchanging the
rows and columns of A, to be denoted
by A’. Thus,
 If the order of A is m*n then the order
of A’ is n*m
 (i,j)th element of A= (j,i)th element of
A’
 A square matrix A is said to be
symmetric if A’ = A.
Example:














db
ba
A
db
ba
A
T
 A square matrix A is said to be skew –
symmetric if A’= -A.
Example:
A= A’= = -A













015
503
530













015
103
530
TRANSPOSE OF A MATRIX
If :







135
7423
2AA
2x3











17
34
52
3
2
TT
AA
Then transpose of A, denoted AT is:
T
jiij aa  For all i and j
To transpose:
Interchange rows and columns
The dimensions of AT are the reverse of the dimensions of A







135
7423
2AA











17
34
52
2
3
TT
AA
2 x 3
3 x 2
Properties of transposed matrices:
1. (A+B)T = AT + BT
2. (AB)T = BT AT
3. (kA)T = kAT
4. (AT)T = A
1. (A+B)T = AT + BT






















972
588
324
651
652
137












95
78
28






































95
78
28
36
25
41
61
53
27
(AB)T = BT AT
 
   82
30
21
01
211
82
8
2
2
1
1
320
011


































 Aggarwal, R.S. (2005). “Mathematics”,
Eighth edition, pp. 3-13, Bharati Bhawan
Publications.
 Vasistha, A.R. (2014). “Matrices”, pp.
20-32, Krishna Publication.
 Gupta, S.C. (2009). “Fundamental of
Mathematics” pp. 36-42, Sutanchand &
Sons Publication.
Matrices

More Related Content

What's hot

systems of linear equations & matrices
systems of linear equations & matricessystems of linear equations & matrices
systems of linear equations & matrices
Student
 
Matrix basic operations
Matrix basic operationsMatrix basic operations
Matrix basic operations
Jessica Garcia
 
presentation on matrix
 presentation on matrix presentation on matrix
presentation on matrix
Nikhi Jain
 

What's hot (20)

INTRODUCTION TO MATRICES, TYPES OF MATRICES,
INTRODUCTION TO MATRICES, TYPES OF MATRICES, INTRODUCTION TO MATRICES, TYPES OF MATRICES,
INTRODUCTION TO MATRICES, TYPES OF MATRICES,
 
Determinants - Mathematics
Determinants - MathematicsDeterminants - Mathematics
Determinants - Mathematics
 
Matrix.
Matrix.Matrix.
Matrix.
 
Matrices
MatricesMatrices
Matrices
 
systems of linear equations & matrices
systems of linear equations & matricessystems of linear equations & matrices
systems of linear equations & matrices
 
Matrices
MatricesMatrices
Matrices
 
Matrix and Determinants
Matrix and DeterminantsMatrix and Determinants
Matrix and Determinants
 
MATRICES
MATRICESMATRICES
MATRICES
 
Matrix
MatrixMatrix
Matrix
 
Lesson 3 - matrix multiplication
Lesson 3 - matrix multiplicationLesson 3 - matrix multiplication
Lesson 3 - matrix multiplication
 
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
 
Matrix basic operations
Matrix basic operationsMatrix basic operations
Matrix basic operations
 
Introduction of matrices
Introduction of matricesIntroduction of matrices
Introduction of matrices
 
presentation on matrix
 presentation on matrix presentation on matrix
presentation on matrix
 
Matrices
MatricesMatrices
Matrices
 
Matrix and its operations
Matrix and its operationsMatrix and its operations
Matrix and its operations
 
Matrices and determinants
Matrices and determinantsMatrices and determinants
Matrices and determinants
 
Matrix introduction and matrix operations.
Matrix introduction and matrix operations. Matrix introduction and matrix operations.
Matrix introduction and matrix operations.
 
Matrix Algebra : Mathematics for Business
Matrix Algebra : Mathematics for BusinessMatrix Algebra : Mathematics for Business
Matrix Algebra : Mathematics for Business
 
matrices and determinantes
matrices and determinantes matrices and determinantes
matrices and determinantes
 

Similar to Matrices

chap01987654etghujh76687976jgtfhhhgve.ppt
chap01987654etghujh76687976jgtfhhhgve.pptchap01987654etghujh76687976jgtfhhhgve.ppt
chap01987654etghujh76687976jgtfhhhgve.ppt
adonyasdd
 
Matrices y determinants
Matrices y determinantsMatrices y determinants
Matrices y determinants
Jeannie
 
matrices and function ( matrix)
matrices and function ( matrix)matrices and function ( matrix)
matrices and function ( matrix)
রেজা তানজিল
 
Basic concepts. Systems of equations
Basic concepts. Systems of equationsBasic concepts. Systems of equations
Basic concepts. Systems of equations
jorgeduardooo
 
Linear Algebra and Matrix
Linear Algebra and MatrixLinear Algebra and Matrix
Linear Algebra and Matrix
itutor
 

Similar to Matrices (20)

chap01987654etghujh76687976jgtfhhhgve.ppt
chap01987654etghujh76687976jgtfhhhgve.pptchap01987654etghujh76687976jgtfhhhgve.ppt
chap01987654etghujh76687976jgtfhhhgve.ppt
 
Bba i-bm-u-2- matrix -
Bba i-bm-u-2- matrix -Bba i-bm-u-2- matrix -
Bba i-bm-u-2- matrix -
 
Matrices y determinants
Matrices y determinantsMatrices y determinants
Matrices y determinants
 
Matrices And Determinants
Matrices And DeterminantsMatrices And Determinants
Matrices And Determinants
 
Calculus and matrix algebra notes
Calculus and matrix algebra notesCalculus and matrix algebra notes
Calculus and matrix algebra notes
 
matrices and function ( matrix)
matrices and function ( matrix)matrices and function ( matrix)
matrices and function ( matrix)
 
Business mathametics and statistics b.com ii semester (2)
Business mathametics and statistics b.com ii semester (2)Business mathametics and statistics b.com ii semester (2)
Business mathametics and statistics b.com ii semester (2)
 
Matrices & Determinants.pdf
Matrices & Determinants.pdfMatrices & Determinants.pdf
Matrices & Determinants.pdf
 
GATE Preparation : Matrix Algebra
GATE Preparation : Matrix AlgebraGATE Preparation : Matrix Algebra
GATE Preparation : Matrix Algebra
 
Matrix
MatrixMatrix
Matrix
 
Matrices 1.pdf
Matrices 1.pdfMatrices 1.pdf
Matrices 1.pdf
 
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 ,Basics, Determinant, Inverse, EigenValues, Linear Equations, RANK
Matrices ,Basics, Determinant, Inverse, EigenValues, Linear Equations, RANKMatrices ,Basics, Determinant, Inverse, EigenValues, Linear Equations, RANK
Matrices ,Basics, Determinant, Inverse, EigenValues, Linear Equations, RANK
 
Matrices
MatricesMatrices
Matrices
 
Basic concepts. Systems of equations
Basic concepts. Systems of equationsBasic concepts. Systems of equations
Basic concepts. Systems of equations
 
Pertemuan 1 2
Pertemuan 1  2Pertemuan 1  2
Pertemuan 1 2
 
Ch07 2
Ch07 2Ch07 2
Ch07 2
 
Matrices
MatricesMatrices
Matrices
 
matrix algebra
matrix algebramatrix algebra
matrix algebra
 
Linear Algebra and Matrix
Linear Algebra and MatrixLinear Algebra and Matrix
Linear Algebra and Matrix
 

Recently uploaded

development of diagnostic enzyme assay to detect leuser virus
development of diagnostic enzyme assay to detect leuser virusdevelopment of diagnostic enzyme assay to detect leuser virus
development of diagnostic enzyme assay to detect leuser virus
NazaninKarimi6
 
Reboulia: features, anatomy, morphology etc.
Reboulia: features, anatomy, morphology etc.Reboulia: features, anatomy, morphology etc.
Reboulia: features, anatomy, morphology etc.
Cherry
 
COMPOSTING : types of compost, merits and demerits
COMPOSTING : types of compost, merits and demeritsCOMPOSTING : types of compost, merits and demerits
COMPOSTING : types of compost, merits and demerits
Cherry
 
CYTOGENETIC MAP................ ppt.pptx
CYTOGENETIC MAP................ ppt.pptxCYTOGENETIC MAP................ ppt.pptx
CYTOGENETIC MAP................ ppt.pptx
Cherry
 
Cyathodium bryophyte: morphology, anatomy, reproduction etc.
Cyathodium bryophyte: morphology, anatomy, reproduction etc.Cyathodium bryophyte: morphology, anatomy, reproduction etc.
Cyathodium bryophyte: morphology, anatomy, reproduction etc.
Cherry
 
Lipids: types, structure and important functions.
Lipids: types, structure and important functions.Lipids: types, structure and important functions.
Lipids: types, structure and important functions.
Cherry
 
Module for Grade 9 for Asynchronous/Distance learning
Module for Grade 9 for Asynchronous/Distance learningModule for Grade 9 for Asynchronous/Distance learning
Module for Grade 9 for Asynchronous/Distance learning
levieagacer
 

Recently uploaded (20)

Daily Lesson Log in Science 9 Fourth Quarter Physics
Daily Lesson Log in Science 9 Fourth Quarter PhysicsDaily Lesson Log in Science 9 Fourth Quarter Physics
Daily Lesson Log in Science 9 Fourth Quarter Physics
 
GBSN - Microbiology (Unit 5) Concept of isolation
GBSN - Microbiology (Unit 5) Concept of isolationGBSN - Microbiology (Unit 5) Concept of isolation
GBSN - Microbiology (Unit 5) Concept of isolation
 
development of diagnostic enzyme assay to detect leuser virus
development of diagnostic enzyme assay to detect leuser virusdevelopment of diagnostic enzyme assay to detect leuser virus
development of diagnostic enzyme assay to detect leuser virus
 
Role of AI in seed science Predictive modelling and Beyond.pptx
Role of AI in seed science  Predictive modelling and  Beyond.pptxRole of AI in seed science  Predictive modelling and  Beyond.pptx
Role of AI in seed science Predictive modelling and Beyond.pptx
 
Reboulia: features, anatomy, morphology etc.
Reboulia: features, anatomy, morphology etc.Reboulia: features, anatomy, morphology etc.
Reboulia: features, anatomy, morphology etc.
 
COMPOSTING : types of compost, merits and demerits
COMPOSTING : types of compost, merits and demeritsCOMPOSTING : types of compost, merits and demerits
COMPOSTING : types of compost, merits and demerits
 
FS P2 COMBO MSTA LAST PUSH past exam papers.
FS P2 COMBO MSTA LAST PUSH past exam papers.FS P2 COMBO MSTA LAST PUSH past exam papers.
FS P2 COMBO MSTA LAST PUSH past exam papers.
 
CYTOGENETIC MAP................ ppt.pptx
CYTOGENETIC MAP................ ppt.pptxCYTOGENETIC MAP................ ppt.pptx
CYTOGENETIC MAP................ ppt.pptx
 
GBSN - Microbiology (Unit 3)Defense Mechanism of the body
GBSN - Microbiology (Unit 3)Defense Mechanism of the body GBSN - Microbiology (Unit 3)Defense Mechanism of the body
GBSN - Microbiology (Unit 3)Defense Mechanism of the body
 
Human & Veterinary Respiratory Physilogy_DR.E.Muralinath_Associate Professor....
Human & Veterinary Respiratory Physilogy_DR.E.Muralinath_Associate Professor....Human & Veterinary Respiratory Physilogy_DR.E.Muralinath_Associate Professor....
Human & Veterinary Respiratory Physilogy_DR.E.Muralinath_Associate Professor....
 
FAIRSpectra - Enabling the FAIRification of Analytical Science
FAIRSpectra - Enabling the FAIRification of Analytical ScienceFAIRSpectra - Enabling the FAIRification of Analytical Science
FAIRSpectra - Enabling the FAIRification of Analytical Science
 
Selaginella: features, morphology ,anatomy and reproduction.
Selaginella: features, morphology ,anatomy and reproduction.Selaginella: features, morphology ,anatomy and reproduction.
Selaginella: features, morphology ,anatomy and reproduction.
 
Energy is the beat of life irrespective of the domains. ATP- the energy curre...
Energy is the beat of life irrespective of the domains. ATP- the energy curre...Energy is the beat of life irrespective of the domains. ATP- the energy curre...
Energy is the beat of life irrespective of the domains. ATP- the energy curre...
 
GBSN - Microbiology (Unit 4) Concept of Asepsis
GBSN - Microbiology (Unit 4) Concept of AsepsisGBSN - Microbiology (Unit 4) Concept of Asepsis
GBSN - Microbiology (Unit 4) Concept of Asepsis
 
Cyathodium bryophyte: morphology, anatomy, reproduction etc.
Cyathodium bryophyte: morphology, anatomy, reproduction etc.Cyathodium bryophyte: morphology, anatomy, reproduction etc.
Cyathodium bryophyte: morphology, anatomy, reproduction etc.
 
Site specific recombination and transposition.........pdf
Site specific recombination and transposition.........pdfSite specific recombination and transposition.........pdf
Site specific recombination and transposition.........pdf
 
Terpineol and it's characterization pptx
Terpineol and it's characterization pptxTerpineol and it's characterization pptx
Terpineol and it's characterization pptx
 
Lipids: types, structure and important functions.
Lipids: types, structure and important functions.Lipids: types, structure and important functions.
Lipids: types, structure and important functions.
 
Module for Grade 9 for Asynchronous/Distance learning
Module for Grade 9 for Asynchronous/Distance learningModule for Grade 9 for Asynchronous/Distance learning
Module for Grade 9 for Asynchronous/Distance learning
 
GBSN - Biochemistry (Unit 3) Metabolism
GBSN - Biochemistry (Unit 3) MetabolismGBSN - Biochemistry (Unit 3) Metabolism
GBSN - Biochemistry (Unit 3) Metabolism
 

Matrices

  • 1. Presented by:- Bhavya Sharma M.Sc. Bioinformatics (1st semester) (Department of Microbiology)
  • 2.  Definition  How to describe matrices ?  Types of matrices  Operation in matrices  Transpose of matrices  References
  • 3.  Matrices is a set or group of numbers arrange in a square or rectangular array enclose by two brackets.  Matrices can be written as an m*n matrix.  ‘m’ is horizontal lines called rows.  ‘n’ is vertical line called columns.
  • 4.  An element occurring in the ith row and jth column of a matrix A will be called the (i , j)th element of A to be denoted by aij               mnijmm nij inij aaaa aaaa aaaa 21 22221 1211 ... ...  Amxn=
  • 5. e.g. matrix [A] with elements aij Amxn=               mnijmm nij inij aaaa aaaa aaaa 21 22221 1211 ... ... 
  • 6.
  • 7.  Row matrix  Column matrix  Zero or null matrix  Square matrix  Diagonal matrix  Scalar matrix  Unit matrix  Comparable matrix  Equal matrix
  • 8. A matrix having only one row is known as a row matrix or a row vector. Example: • A= [5 18] is a row matrix of order 1x2. • B= [ 2 4 3 7] is a row matrix of order 1x4.
  • 9.  A matrix having only one column is known as column matrix or a column vector. Example:           2 4 1       3 1             1 21 11 ma a a 
  • 10.  A matrix each of whose elements is zero is called a zero is called zero or null matrix. Example:           0 0 0           000 000 000 0ija For all i,j
  • 11.  A matrix having the same number of rows and column is called a square matrix. Example:       03 11           166 099 111
  • 12.  A square matrix in which every non- diagonal element is zero is called a diagonal matrix. Example:           100 020 001             9000 0500 0030 0003 i.e. aij =0 for all i = j aij = 0 for some or all i = j
  • 13.  A square matrix in which every non- diagonal elements is 0 and every diagonal elements is 1 is called a unit matrix or an identity matrix. Example:             1000 0100 0010 0001       10 01 i.e. aij =0 for all i = j aij = 1 for some or all i = j       ij ij a a 0 0
  • 14.
  • 15. ADDITION AND SUBTRACTION OF MATRICES The sum or difference of two matrices, A and B of the same size yields a matrix C of the same size ijijij bac  Matrices of different sizes cannot be added or subtracted
  • 16. Commutative Law: A + B = B + A Associative Law: A + (B + C) = (A + B) + C = A + B + C                       972 588 324 651 652 137 A 2x3 B 2x3 C 2x3
  • 17. A + 0 = 0 + A = A A + (-A) = 0 (where –A is the matrix composed of –aij as elements)                    122 225 801 021 723 246
  • 18. SCALAR MULTIPLICATION OF MATRICES Matrices can be multiplied by a scalar (constant or single element) Let k be a scalar quantity; then kA = Ak Ex. If k=4 and                14 32 12 13 A
  • 20. MULTIPLICATION OF MATRICES The product of two matrices is another matrix Two matrices A and B must be conformable for multiplication to be possible i.e. the number of columns of A must equal the number of rows of B Example. A x B = C (1x3) (3x1) (1x1)
  • 21. B x A = Not possible! (2x1) (4x2) A x B = Not possible! (6x2) (6x3) Example A x B = C (2x3) (3x2) (2x2)
  • 24. Assuming that matrices A, B and C are conformable for the operations indicated, the following are true: 1. AI = IA = A 2. A(BC) = (AB)C = ABC - (associative law) 3. A(B+C) = AB + AC - (first distributive law) 4. (A+B)C = AC + BC - (second distributive law) Caution! 1. AB not generally equal to BA, BA may not be conformable 2. If AB = 0, neither A nor B necessarily = 0 3. If AB = AC, B not necessarily = C
  • 26. Let A be an m*n matrix. Then, the n*m matrix, obtained by interchanging the rows and columns of A, to be denoted by A’. Thus,  If the order of A is m*n then the order of A’ is n*m  (i,j)th element of A= (j,i)th element of A’
  • 27.  A square matrix A is said to be symmetric if A’ = A. Example:               db ba A db ba A T
  • 28.  A square matrix A is said to be skew – symmetric if A’= -A. Example: A= A’= = -A              015 503 530              015 103 530
  • 29. TRANSPOSE OF A MATRIX If :        135 7423 2AA 2x3            17 34 52 3 2 TT AA Then transpose of A, denoted AT is: T jiij aa  For all i and j
  • 30. To transpose: Interchange rows and columns The dimensions of AT are the reverse of the dimensions of A        135 7423 2AA            17 34 52 2 3 TT AA 2 x 3 3 x 2
  • 31. Properties of transposed matrices: 1. (A+B)T = AT + BT 2. (AB)T = BT AT 3. (kA)T = kAT 4. (AT)T = A
  • 32. 1. (A+B)T = AT + BT                       972 588 324 651 652 137             95 78 28                                       95 78 28 36 25 41 61 53 27
  • 33. (AB)T = BT AT      82 30 21 01 211 82 8 2 2 1 1 320 011                                  
  • 34.  Aggarwal, R.S. (2005). “Mathematics”, Eighth edition, pp. 3-13, Bharati Bhawan Publications.  Vasistha, A.R. (2014). “Matrices”, pp. 20-32, Krishna Publication.  Gupta, S.C. (2009). “Fundamental of Mathematics” pp. 36-42, Sutanchand & Sons Publication.