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

Matrix.
Matrix.Matrix.
Matrix.
Awais Bakshy
 
Matrices and Determinants
Matrices and DeterminantsMatrices and Determinants
Matrices and Determinants
SOMASUNDARAM T
 
Matrix and Determinants
Matrix and DeterminantsMatrix and Determinants
Matrix and Determinants
AarjavPinara
 
Determinants - Mathematics
Determinants - MathematicsDeterminants - Mathematics
Determinants - Mathematics
Drishti Bhalla
 
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
Drazzer_Dhruv
 
Matrix Algebra : Mathematics for Business
Matrix Algebra : Mathematics for BusinessMatrix Algebra : Mathematics for Business
Matrix Algebra : Mathematics for Business
Khan Tanjeel Ahmed
 
Ppt on matrices
Ppt on matricesPpt on matrices
Matrices
Matrices Matrices
Matrices
Karan Kukreja
 
Matrices
MatricesMatrices
Matrices
Nadeem Uddin
 
Matrices & Determinants
Matrices & DeterminantsMatrices & Determinants
Matrices & Determinants
Birinder Singh Gulati
 
Presentation on matrix
Presentation on matrixPresentation on matrix
Presentation on matrix
Nahin Mahfuz Seam
 
MATRICES
MATRICESMATRICES
MATRICESfaijmsk
 
Matrices - Mathematics
Matrices - MathematicsMatrices - Mathematics
Matrices - Mathematics
Drishti Bhalla
 
Matrices & determinants
Matrices & determinantsMatrices & determinants
Matrices & determinantsindu thakur
 
Matrices
MatricesMatrices
Matrices
ashishtqm
 
Group abstract algebra
Group  abstract algebraGroup  abstract algebra
Group abstract algebra
NaliniSPatil
 
Matrix and its operation (addition, subtraction, multiplication)
Matrix and its operation (addition, subtraction, multiplication)Matrix and its operation (addition, subtraction, multiplication)
Matrix and its operation (addition, subtraction, multiplication)
NirnayMukharjee
 
Matrices and determinants
Matrices and determinantsMatrices and determinants
Matrices and determinants
Kum Visal
 
Determinants
DeterminantsDeterminants
Determinants
Seyid Kadher
 
Cramers rule
Cramers ruleCramers rule
Cramers rulemstf mstf
 

What's hot (20)

Matrix.
Matrix.Matrix.
Matrix.
 
Matrices and Determinants
Matrices and DeterminantsMatrices and Determinants
Matrices and Determinants
 
Matrix and Determinants
Matrix and DeterminantsMatrix and Determinants
Matrix and Determinants
 
Determinants - Mathematics
Determinants - MathematicsDeterminants - Mathematics
Determinants - Mathematics
 
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 Algebra : Mathematics for Business
Matrix Algebra : Mathematics for BusinessMatrix Algebra : Mathematics for Business
Matrix Algebra : Mathematics for Business
 
Ppt on matrices
Ppt on matricesPpt on matrices
Ppt on matrices
 
Matrices
Matrices Matrices
Matrices
 
Matrices
MatricesMatrices
Matrices
 
Matrices & Determinants
Matrices & DeterminantsMatrices & Determinants
Matrices & Determinants
 
Presentation on matrix
Presentation on matrixPresentation on matrix
Presentation on matrix
 
MATRICES
MATRICESMATRICES
MATRICES
 
Matrices - Mathematics
Matrices - MathematicsMatrices - Mathematics
Matrices - Mathematics
 
Matrices & determinants
Matrices & determinantsMatrices & determinants
Matrices & determinants
 
Matrices
MatricesMatrices
Matrices
 
Group abstract algebra
Group  abstract algebraGroup  abstract algebra
Group abstract algebra
 
Matrix and its operation (addition, subtraction, multiplication)
Matrix and its operation (addition, subtraction, multiplication)Matrix and its operation (addition, subtraction, multiplication)
Matrix and its operation (addition, subtraction, multiplication)
 
Matrices and determinants
Matrices and determinantsMatrices and determinants
Matrices and determinants
 
Determinants
DeterminantsDeterminants
Determinants
 
Cramers rule
Cramers ruleCramers rule
Cramers rule
 

Similar to Matrices

chap01987654etghujh76687976jgtfhhhgve.ppt
chap01987654etghujh76687976jgtfhhhgve.pptchap01987654etghujh76687976jgtfhhhgve.ppt
chap01987654etghujh76687976jgtfhhhgve.ppt
adonyasdd
 
Bba i-bm-u-2- matrix -
Bba i-bm-u-2- matrix -Bba i-bm-u-2- matrix -
Bba i-bm-u-2- matrix -
Rai University
 
Matrices y determinants
Matrices y determinantsMatrices y determinants
Matrices y determinantsJeannie
 
Matrices And Determinants
Matrices And DeterminantsMatrices And Determinants
Matrices And Determinants
DEVIKA S INDU
 
Calculus and matrix algebra notes
Calculus and matrix algebra notesCalculus and matrix algebra notes
Calculus and matrix algebra notes
VICTOROGOT4
 
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)
shamimakamili
 
Matrices & Determinants.pdf
Matrices & Determinants.pdfMatrices & Determinants.pdf
Matrices & Determinants.pdf
SUCCESSSCIENCEACADEM
 
GATE Preparation : Matrix Algebra
GATE Preparation : Matrix AlgebraGATE Preparation : Matrix Algebra
GATE Preparation : Matrix Algebra
ParthDave57
 
Matrix
MatrixMatrix
Matrix
Seyid Kadher
 
Matrices 1.pdf
Matrices 1.pdfMatrices 1.pdf
systems of linear equations & matrices
systems of linear equations & matricessystems of linear equations & matrices
systems of linear equations & matricesStudent
 
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 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
 
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
Waqas Afzal
 
Matrix and its operations
Matrix and its operationsMatrix and its operations
Matrix and its operations
Pankaj Das
 
Basic concepts. Systems of equations
Basic concepts. Systems of equationsBasic concepts. Systems of equations
Basic concepts. Systems of equationsjorgeduardooo
 
Pertemuan 1 2
Pertemuan 1  2Pertemuan 1  2
Pertemuan 1 2
FajarDewantoro5
 

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
 
systems of linear equations & matrices
systems of linear equations & matricessystems of linear equations & matrices
systems of linear equations & matrices
 
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 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
 
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
 
Matrix and its operations
Matrix and its operationsMatrix and its operations
Matrix and its operations
 
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
 

Recently uploaded

platelets_clotting_biogenesis.clot retractionpptx
platelets_clotting_biogenesis.clot retractionpptxplatelets_clotting_biogenesis.clot retractionpptx
platelets_clotting_biogenesis.clot retractionpptx
muralinath2
 
FAIR & AI Ready KGs for Explainable Predictions
FAIR & AI Ready KGs for Explainable PredictionsFAIR & AI Ready KGs for Explainable Predictions
FAIR & AI Ready KGs for Explainable Predictions
Michel Dumontier
 
NuGOweek 2024 Ghent - programme - final version
NuGOweek 2024 Ghent - programme - final versionNuGOweek 2024 Ghent - programme - final version
NuGOweek 2024 Ghent - programme - final version
pablovgd
 
Lab report on liquid viscosity of glycerin
Lab report on liquid viscosity of glycerinLab report on liquid viscosity of glycerin
Lab report on liquid viscosity of glycerin
ossaicprecious19
 
ESR_factors_affect-clinic significance-Pathysiology.pptx
ESR_factors_affect-clinic significance-Pathysiology.pptxESR_factors_affect-clinic significance-Pathysiology.pptx
ESR_factors_affect-clinic significance-Pathysiology.pptx
muralinath2
 
GBSN - Biochemistry (Unit 5) Chemistry of Lipids
GBSN - Biochemistry (Unit 5) Chemistry of LipidsGBSN - Biochemistry (Unit 5) Chemistry of Lipids
GBSN - Biochemistry (Unit 5) Chemistry of Lipids
Areesha Ahmad
 
EY - Supply Chain Services 2018_template.pptx
EY - Supply Chain Services 2018_template.pptxEY - Supply Chain Services 2018_template.pptx
EY - Supply Chain Services 2018_template.pptx
AlguinaldoKong
 
general properties of oerganologametal.ppt
general properties of oerganologametal.pptgeneral properties of oerganologametal.ppt
general properties of oerganologametal.ppt
IqrimaNabilatulhusni
 
RNA INTERFERENCE: UNRAVELING GENETIC SILENCING
RNA INTERFERENCE: UNRAVELING GENETIC SILENCINGRNA INTERFERENCE: UNRAVELING GENETIC SILENCING
RNA INTERFERENCE: UNRAVELING GENETIC SILENCING
AADYARAJPANDEY1
 
The ASGCT Annual Meeting was packed with exciting progress in the field advan...
The ASGCT Annual Meeting was packed with exciting progress in the field advan...The ASGCT Annual Meeting was packed with exciting progress in the field advan...
The ASGCT Annual Meeting was packed with exciting progress in the field advan...
Health Advances
 
Hemoglobin metabolism_pathophysiology.pptx
Hemoglobin metabolism_pathophysiology.pptxHemoglobin metabolism_pathophysiology.pptx
Hemoglobin metabolism_pathophysiology.pptx
muralinath2
 
In silico drugs analogue design: novobiocin analogues.pptx
In silico drugs analogue design: novobiocin analogues.pptxIn silico drugs analogue design: novobiocin analogues.pptx
In silico drugs analogue design: novobiocin analogues.pptx
AlaminAfendy1
 
Unveiling the Energy Potential of Marshmallow Deposits.pdf
Unveiling the Energy Potential of Marshmallow Deposits.pdfUnveiling the Energy Potential of Marshmallow Deposits.pdf
Unveiling the Energy Potential of Marshmallow Deposits.pdf
Erdal Coalmaker
 
Penicillin...........................pptx
Penicillin...........................pptxPenicillin...........................pptx
Penicillin...........................pptx
Cherry
 
Circulatory system_ Laplace law. Ohms law.reynaults law,baro-chemo-receptors-...
Circulatory system_ Laplace law. Ohms law.reynaults law,baro-chemo-receptors-...Circulatory system_ Laplace law. Ohms law.reynaults law,baro-chemo-receptors-...
Circulatory system_ Laplace law. Ohms law.reynaults law,baro-chemo-receptors-...
muralinath2
 
platelets- lifespan -Clot retraction-disorders.pptx
platelets- lifespan -Clot retraction-disorders.pptxplatelets- lifespan -Clot retraction-disorders.pptx
platelets- lifespan -Clot retraction-disorders.pptx
muralinath2
 
Nutraceutical market, scope and growth: Herbal drug technology
Nutraceutical market, scope and growth: Herbal drug technologyNutraceutical market, scope and growth: Herbal drug technology
Nutraceutical market, scope and growth: Herbal drug technology
Lokesh Patil
 
Cancer cell metabolism: special Reference to Lactate Pathway
Cancer cell metabolism: special Reference to Lactate PathwayCancer cell metabolism: special Reference to Lactate Pathway
Cancer cell metabolism: special Reference to Lactate Pathway
AADYARAJPANDEY1
 
GBSN- Microbiology (Lab 3) Gram Staining
GBSN- Microbiology (Lab 3) Gram StainingGBSN- Microbiology (Lab 3) Gram Staining
GBSN- Microbiology (Lab 3) Gram Staining
Areesha Ahmad
 
Hemostasis_importance& clinical significance.pptx
Hemostasis_importance& clinical significance.pptxHemostasis_importance& clinical significance.pptx
Hemostasis_importance& clinical significance.pptx
muralinath2
 

Recently uploaded (20)

platelets_clotting_biogenesis.clot retractionpptx
platelets_clotting_biogenesis.clot retractionpptxplatelets_clotting_biogenesis.clot retractionpptx
platelets_clotting_biogenesis.clot retractionpptx
 
FAIR & AI Ready KGs for Explainable Predictions
FAIR & AI Ready KGs for Explainable PredictionsFAIR & AI Ready KGs for Explainable Predictions
FAIR & AI Ready KGs for Explainable Predictions
 
NuGOweek 2024 Ghent - programme - final version
NuGOweek 2024 Ghent - programme - final versionNuGOweek 2024 Ghent - programme - final version
NuGOweek 2024 Ghent - programme - final version
 
Lab report on liquid viscosity of glycerin
Lab report on liquid viscosity of glycerinLab report on liquid viscosity of glycerin
Lab report on liquid viscosity of glycerin
 
ESR_factors_affect-clinic significance-Pathysiology.pptx
ESR_factors_affect-clinic significance-Pathysiology.pptxESR_factors_affect-clinic significance-Pathysiology.pptx
ESR_factors_affect-clinic significance-Pathysiology.pptx
 
GBSN - Biochemistry (Unit 5) Chemistry of Lipids
GBSN - Biochemistry (Unit 5) Chemistry of LipidsGBSN - Biochemistry (Unit 5) Chemistry of Lipids
GBSN - Biochemistry (Unit 5) Chemistry of Lipids
 
EY - Supply Chain Services 2018_template.pptx
EY - Supply Chain Services 2018_template.pptxEY - Supply Chain Services 2018_template.pptx
EY - Supply Chain Services 2018_template.pptx
 
general properties of oerganologametal.ppt
general properties of oerganologametal.pptgeneral properties of oerganologametal.ppt
general properties of oerganologametal.ppt
 
RNA INTERFERENCE: UNRAVELING GENETIC SILENCING
RNA INTERFERENCE: UNRAVELING GENETIC SILENCINGRNA INTERFERENCE: UNRAVELING GENETIC SILENCING
RNA INTERFERENCE: UNRAVELING GENETIC SILENCING
 
The ASGCT Annual Meeting was packed with exciting progress in the field advan...
The ASGCT Annual Meeting was packed with exciting progress in the field advan...The ASGCT Annual Meeting was packed with exciting progress in the field advan...
The ASGCT Annual Meeting was packed with exciting progress in the field advan...
 
Hemoglobin metabolism_pathophysiology.pptx
Hemoglobin metabolism_pathophysiology.pptxHemoglobin metabolism_pathophysiology.pptx
Hemoglobin metabolism_pathophysiology.pptx
 
In silico drugs analogue design: novobiocin analogues.pptx
In silico drugs analogue design: novobiocin analogues.pptxIn silico drugs analogue design: novobiocin analogues.pptx
In silico drugs analogue design: novobiocin analogues.pptx
 
Unveiling the Energy Potential of Marshmallow Deposits.pdf
Unveiling the Energy Potential of Marshmallow Deposits.pdfUnveiling the Energy Potential of Marshmallow Deposits.pdf
Unveiling the Energy Potential of Marshmallow Deposits.pdf
 
Penicillin...........................pptx
Penicillin...........................pptxPenicillin...........................pptx
Penicillin...........................pptx
 
Circulatory system_ Laplace law. Ohms law.reynaults law,baro-chemo-receptors-...
Circulatory system_ Laplace law. Ohms law.reynaults law,baro-chemo-receptors-...Circulatory system_ Laplace law. Ohms law.reynaults law,baro-chemo-receptors-...
Circulatory system_ Laplace law. Ohms law.reynaults law,baro-chemo-receptors-...
 
platelets- lifespan -Clot retraction-disorders.pptx
platelets- lifespan -Clot retraction-disorders.pptxplatelets- lifespan -Clot retraction-disorders.pptx
platelets- lifespan -Clot retraction-disorders.pptx
 
Nutraceutical market, scope and growth: Herbal drug technology
Nutraceutical market, scope and growth: Herbal drug technologyNutraceutical market, scope and growth: Herbal drug technology
Nutraceutical market, scope and growth: Herbal drug technology
 
Cancer cell metabolism: special Reference to Lactate Pathway
Cancer cell metabolism: special Reference to Lactate PathwayCancer cell metabolism: special Reference to Lactate Pathway
Cancer cell metabolism: special Reference to Lactate Pathway
 
GBSN- Microbiology (Lab 3) Gram Staining
GBSN- Microbiology (Lab 3) Gram StainingGBSN- Microbiology (Lab 3) Gram Staining
GBSN- Microbiology (Lab 3) Gram Staining
 
Hemostasis_importance& clinical significance.pptx
Hemostasis_importance& clinical significance.pptxHemostasis_importance& clinical significance.pptx
Hemostasis_importance& clinical significance.pptx
 

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.