SlideShare una empresa de Scribd logo
1 de 8
1 | Application of Matrices
MMMAAATTTRRRIIICCCEEESSS
WWWhhhaaattt iiisss aaa MMMaaatttrrriiixxx???
A matrix is a two-dimensional arrangement of numbers in rows and columns enclosed bya pair of square
brackets ([ ]), in the form shown below.
AAAppppppllliiicccaaatttiiiooonnn ooofff MMMaaatttrrriiiccceeesss iiinnn RRReeeaaalll LLLiiifffeee:::
Matrices are nothing but the rectangular arrangement of numbers, expressions, symbols which are
arranged in columns and rows.
The numbers present in the matrix are called as entities or entries.
A matrix is said to be having ‘m’ number of rows and ‘n’ number of columns.
Matrices find many applications in scientific fields and apply to practical real life problems as well,
thus making an indispensable concept for solving many practical problems.
Some of the main applications of matrices are briefed below:
• In physics related applications, matrices are applied in the study of electrical circuits, quantum
mechanics and optics.
In the calculation of battery power outputs, resistor conversion of electrical energy into another
useful energy, these matrices play a major role in calculations.
Especially in solving the problems using Kirchoff’s laws of voltage and current, the matrices are
essential.
• In computer based applications, matrices play a vital role in the projection of three dimensional
image into a two dimensional screen, creating the realistic seeming motions.
Stochastic matrices and Eigen vector solvers are used in the page rank algorithms which are used in
the ranking of web pages in Google search.
The matrix calculus is used in the generalization of analytical notions like exponentials and
derivatives to their higher dimensions.
One of the most important usages of matrices in computer side applications are encryption of
message codes.
Matrices and their inverse matrices are used for a programmer for coding or encrypting a message.
A message is made as a sequence of numbers in a binary format for communication and it follows
code theory for solving.
Hence with the help of matrices, those equations are solved.
With these encryptions only, internet functions are working and even banks could work with
transmission of sensitive and private data’s.
• In geology, matrices are used for taking seismic surveys.
They are used for plotting graphs, statistics and also to do scientific studies in almost different
fields.
2 | Application of Matrices
• Matrices are used in representing the real world data’s like the traits of people’s population,
habits, etc.
They are best representation methods for plotting the common survey things.
• Matrices are used in calculating the gross domestic products in economics which eventually
helps in calculating the goods production efficiently.
• Matrices are used in many organizations such as for scientists for recording the data for their
experiments.
• In robotics and automation, matrices are the base elements for the robot movements.
The movements of the robots are programmed with the calculation of matrices’ rows and columns.
The inputs for controlling robots are given based on the calculations from matrices.
HHHiiissstttooorrryyy &&& UUUssseeesss OOOfff MMMaaatttrrriiiccceeesss:::
The history of matrices goes back to ancient times! But the term "matrix" was not applied to the
concept until 1850.
"Matrix" is the Latin word for womb, and it retains that sense in English. It can also mean more
generally any place in which something is formed or produced.
The orgins of mathematical matrices lie with the study of systems of simultaneous linear equations.
An important Chinese text from between 300 BC and AD 200, Nine Chapters of the Mathematical
Art(Chiu Chang Suan Shu), gives the first known example of the use of matrix methods to solve
simultaneous equations.
Since their first appearance in ancient China, matrices have remained important mathematical
tools. Today, they are used not simply for solving systems of simultaneous linear equations, but also
for describing the quantum mechanics of atomic structure, designing computer game graphics,
analyzing relationships, and even plotting complicateddance steps!
3 | Application of Matrices
MMMeeettthhhoooddd TTTooo SSSooolllvvveee TTThhheee MMMaaatttrrriiiccceeesss:::
A Matrix is an array of numbers:
There are many things you can do with them ...
Adding
To add two matrices, just add the numbers in the matching positions:
These are the calculations:
3+4=7 8+0=8
4+1=5 6-9=-3
The two matrices must be the same size, i.e. the rows must match in size, and the
columns must match in size.
Example: a matrix with 3 rows and 5 columns can be added to another matrix of 3
rows and 5 columns.
But it could not be added to a matrix with 3 rows and 4 columns (the columns
don't match in size)
4 | Application of Matrices
Negative
The negative of a matrix is also simple:
These are the calculations:
-(2)=-2 -(-4)=+4
-(7)=-7 -(10)=-10
Subtracting
To subtract two matrices, just subtract the numbers in the matching positions:
These are the calculations:
3-4=-1 8-0=8
4-1=3 6-(-9)=15
Note: subtracting is actually defined as the addition of a negative matrix: A + (-B)
5 | Application of Matrices
Multiply by a Constant
You can multiply a matrix by some value:
These are the calculations:
2×4=8 2×0=0
2×1=2 2×-9=-18
We call the constant a scalar, so officially this is called "scalar multiplication".
Multiplying a Matrix by Another Matrix
But to multiply a matrix by another matrix you need to do the "dot product" of
rows and columns ... what does that mean? Let me show you with an example:
To work out the answer for the 1st row and 1st column:
The "Dot Product" is where you multiply matching members, then sum up:
(1, 2, 3) • (7, 9, 11) = 1×7 + 2×9 + 3×11 = 58
We match the 1st members (1 and 7), multiply them, likewise for the 2nd members
(2 and 9) and the 3rd members (3 and 11), and finally sum them up.
6 | Application of Matrices
Dividing
And what about division? Well you don't actually divide matrices, you do it this
way:
A/B = A × (1/B) = A × B-1
where B-1
means the "inverse" of B.
Transposing
To "transpose" a matrix, just swap the rows and columns. We put a "T" in the top
right-hand corner to mean transpose:
Notation
A matrix is usually shown by a capital letter (such as A, or B)
Each entry (or "element") is shown by a lower case letter with a "subscript"
of row,column:
7 | Application of Matrices
Order of Multiplication
In arithmetic we are used to:
3 × 5 = 5 × 3
(The Commutative Law of Multiplication)
But this is not generally true for matrices (matrix multiplication is not
commutative):
AB ≠ BA
When you change the order of multiplication, the answer is (usually) different.
Identity Matrix
The "Identity Matrix" is the matrix equivalent of the number "1":
It is a special matrix, because when you multiply by it, the original is unchanged:
A × I = A
I × A = A
8 | Application of Matrices

Más contenido relacionado

La actualidad más candente

Use of matrix in daily life
Use of matrix in daily lifeUse of matrix in daily life
Use of matrix in daily lifesadia Afrose
 
Matrix and it's Application
Matrix and it's ApplicationMatrix and it's Application
Matrix and it's ApplicationMahmudle Hassan
 
Engineering mathematics presentation
Engineering mathematics presentationEngineering mathematics presentation
Engineering mathematics presentationAfzal Hossen
 
Applications of Derivatives
Applications of DerivativesApplications of Derivatives
Applications of DerivativesIram Khan
 
Presentation on application of matrix
Presentation on application of matrixPresentation on application of matrix
Presentation on application of matrixPrerana Bhattarai
 
Integrals and its applications
Integrals  and  its applicationsIntegrals  and  its applications
Integrals and its applicationsPoojith Chowdhary
 
Matrices in computer applications
Matrices in computer applicationsMatrices in computer applications
Matrices in computer applicationsRayyan777
 
Applications of Matrices in Engineering
Applications of Matrices in EngineeringApplications of Matrices in Engineering
Applications of Matrices in EngineeringAliHasan358
 
Application of matrices in Daily life
Application of matrices in Daily lifeApplication of matrices in Daily life
Application of matrices in Daily lifeshubham mishra
 
Matrices And Application Of Matrices
Matrices And Application Of MatricesMatrices And Application Of Matrices
Matrices And Application Of Matricesmailrenuka
 
Appilation of matrices in real life
Appilation of matrices in real lifeAppilation of matrices in real life
Appilation of matrices in real lifeStudent
 
Applications of mathematics in our daily life
Applications of mathematics in our daily lifeApplications of mathematics in our daily life
Applications of mathematics in our daily lifeAbhinav Somani
 
Application of Differential Equation
Application of Differential EquationApplication of Differential Equation
Application of Differential EquationSalim Hosen
 
Calculus in real life
Calculus in real lifeCalculus in real life
Calculus in real lifeSamiul Ehsan
 
application of differential equations
application of differential equationsapplication of differential equations
application of differential equationsVenkata.Manish Reddy
 
Applications of graph theory
                      Applications of graph theory                      Applications of graph theory
Applications of graph theoryNilaNila16
 
Recurrence relations
Recurrence relationsRecurrence relations
Recurrence relationsIIUM
 
Applications of Integrations
Applications of IntegrationsApplications of Integrations
Applications of Integrationsitutor
 

La actualidad más candente (20)

Use of matrix in daily life
Use of matrix in daily lifeUse of matrix in daily life
Use of matrix in daily life
 
Matrix and it's Application
Matrix and it's ApplicationMatrix and it's Application
Matrix and it's Application
 
Engineering mathematics presentation
Engineering mathematics presentationEngineering mathematics presentation
Engineering mathematics presentation
 
Applications of Derivatives
Applications of DerivativesApplications of Derivatives
Applications of Derivatives
 
Presentation on application of matrix
Presentation on application of matrixPresentation on application of matrix
Presentation on application of matrix
 
Integrals and its applications
Integrals  and  its applicationsIntegrals  and  its applications
Integrals and its applications
 
Matrices in computer applications
Matrices in computer applicationsMatrices in computer applications
Matrices in computer applications
 
Application of Matrices
Application of MatricesApplication of Matrices
Application of Matrices
 
Applications of Matrices in Engineering
Applications of Matrices in EngineeringApplications of Matrices in Engineering
Applications of Matrices in Engineering
 
Application of matrices in Daily life
Application of matrices in Daily lifeApplication of matrices in Daily life
Application of matrices in Daily life
 
Matrices And Application Of Matrices
Matrices And Application Of MatricesMatrices And Application Of Matrices
Matrices And Application Of Matrices
 
Appilation of matrices in real life
Appilation of matrices in real lifeAppilation of matrices in real life
Appilation of matrices in real life
 
Applications of mathematics in our daily life
Applications of mathematics in our daily lifeApplications of mathematics in our daily life
Applications of mathematics in our daily life
 
Application of Differential Equation
Application of Differential EquationApplication of Differential Equation
Application of Differential Equation
 
Calculus in real life
Calculus in real lifeCalculus in real life
Calculus in real life
 
Presentation on matrix
Presentation on matrixPresentation on matrix
Presentation on matrix
 
application of differential equations
application of differential equationsapplication of differential equations
application of differential equations
 
Applications of graph theory
                      Applications of graph theory                      Applications of graph theory
Applications of graph theory
 
Recurrence relations
Recurrence relationsRecurrence relations
Recurrence relations
 
Applications of Integrations
Applications of IntegrationsApplications of Integrations
Applications of Integrations
 

Similar a Application of matrices in real life

1 linear algebra matrices
1 linear algebra matrices1 linear algebra matrices
1 linear algebra matricesAmanSaeed11
 
Matrix in real life.pptx
Matrix in real life.pptxMatrix in real life.pptx
Matrix in real life.pptxShahinSafana
 
Ebook mst209 block3_e1i1_n9780749252830_l1 (2)
Ebook mst209 block3_e1i1_n9780749252830_l1 (2)Ebook mst209 block3_e1i1_n9780749252830_l1 (2)
Ebook mst209 block3_e1i1_n9780749252830_l1 (2)Fred Stanworth
 
Application of Mathematics in Mechanical Engineering
Application of Mathematics in Mechanical EngineeringApplication of Mathematics in Mechanical Engineering
Application of Mathematics in Mechanical Engineeringijtsrd
 
Basic MATLAB-Presentation.pptx
Basic MATLAB-Presentation.pptxBasic MATLAB-Presentation.pptx
Basic MATLAB-Presentation.pptxPremanandS3
 
Matrix and it's application
Matrix and it's application Matrix and it's application
Matrix and it's application MOHAMMAD AKASH
 
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
 
Vector and Matrix operationsVector and Matrix operations
Vector and Matrix operationsVector and Matrix operationsVector and Matrix operationsVector and Matrix operations
Vector and Matrix operationsVector and Matrix operationsssuser2624f71
 
Solving ONE’S interval linear assignment problem
Solving ONE’S interval linear assignment problemSolving ONE’S interval linear assignment problem
Solving ONE’S interval linear assignment problemIJERA Editor
 
Linear Algebra Presentation including basic of linear Algebra
Linear Algebra Presentation including basic of linear AlgebraLinear Algebra Presentation including basic of linear Algebra
Linear Algebra Presentation including basic of linear AlgebraMUHAMMADUSMAN93058
 
Lesson 1 - Introduction to Matrices
Lesson 1 - Introduction to MatricesLesson 1 - Introduction to Matrices
Lesson 1 - Introduction to MatricesJonathan Templin
 
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
 
IRJET - Application of Linear Algebra in Machine Learning
IRJET -  	  Application of Linear Algebra in Machine LearningIRJET -  	  Application of Linear Algebra in Machine Learning
IRJET - Application of Linear Algebra in Machine LearningIRJET Journal
 
Engineering Numerical Analysis-Introduction.pdf
Engineering Numerical Analysis-Introduction.pdfEngineering Numerical Analysis-Introduction.pdf
Engineering Numerical Analysis-Introduction.pdfssuseraae901
 
Alg II 3-6 Solving Systems - Matrices
Alg II 3-6 Solving Systems - MatricesAlg II 3-6 Solving Systems - Matrices
Alg II 3-6 Solving Systems - Matricesjtentinger
 
Alg II Unit 3-6-solvingsystemsmatrices
Alg II Unit 3-6-solvingsystemsmatricesAlg II Unit 3-6-solvingsystemsmatrices
Alg II Unit 3-6-solvingsystemsmatricesjtentinger
 
Matrices and Determinants
Matrices and DeterminantsMatrices and Determinants
Matrices and DeterminantsSOMASUNDARAM T
 

Similar a Application of matrices in real life (20)

1 linear algebra matrices
1 linear algebra matrices1 linear algebra matrices
1 linear algebra matrices
 
Manu maths ppt
Manu maths pptManu maths ppt
Manu maths ppt
 
Matrix in real life.pptx
Matrix in real life.pptxMatrix in real life.pptx
Matrix in real life.pptx
 
Ebook mst209 block3_e1i1_n9780749252830_l1 (2)
Ebook mst209 block3_e1i1_n9780749252830_l1 (2)Ebook mst209 block3_e1i1_n9780749252830_l1 (2)
Ebook mst209 block3_e1i1_n9780749252830_l1 (2)
 
Application of Mathematics in Mechanical Engineering
Application of Mathematics in Mechanical EngineeringApplication of Mathematics in Mechanical Engineering
Application of Mathematics in Mechanical Engineering
 
Basic MATLAB-Presentation.pptx
Basic MATLAB-Presentation.pptxBasic MATLAB-Presentation.pptx
Basic MATLAB-Presentation.pptx
 
Matrix and it's application
Matrix and it's application Matrix and it's application
Matrix and it's application
 
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
 
Vector and Matrix operationsVector and Matrix operations
Vector and Matrix operationsVector and Matrix operationsVector and Matrix operationsVector and Matrix operations
Vector and Matrix operationsVector and Matrix operations
 
Matrices
MatricesMatrices
Matrices
 
Solving ONE’S interval linear assignment problem
Solving ONE’S interval linear assignment problemSolving ONE’S interval linear assignment problem
Solving ONE’S interval linear assignment problem
 
Linear Algebra Presentation including basic of linear Algebra
Linear Algebra Presentation including basic of linear AlgebraLinear Algebra Presentation including basic of linear Algebra
Linear Algebra Presentation including basic of linear Algebra
 
Lesson 1 - Introduction to Matrices
Lesson 1 - Introduction to MatricesLesson 1 - Introduction to Matrices
Lesson 1 - Introduction to Matrices
 
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
 
IRJET - Application of Linear Algebra in Machine Learning
IRJET -  	  Application of Linear Algebra in Machine LearningIRJET -  	  Application of Linear Algebra in Machine Learning
IRJET - Application of Linear Algebra in Machine Learning
 
Engineering Numerical Analysis-Introduction.pdf
Engineering Numerical Analysis-Introduction.pdfEngineering Numerical Analysis-Introduction.pdf
Engineering Numerical Analysis-Introduction.pdf
 
Alg II 3-6 Solving Systems - Matrices
Alg II 3-6 Solving Systems - MatricesAlg II 3-6 Solving Systems - Matrices
Alg II 3-6 Solving Systems - Matrices
 
Alg II Unit 3-6-solvingsystemsmatrices
Alg II Unit 3-6-solvingsystemsmatricesAlg II Unit 3-6-solvingsystemsmatrices
Alg II Unit 3-6-solvingsystemsmatrices
 
Matrices and Determinants
Matrices and DeterminantsMatrices and Determinants
Matrices and Determinants
 
Mat lab.pptx
Mat lab.pptxMat lab.pptx
Mat lab.pptx
 

Último

How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024The Digital Insurer
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...Zilliz
 
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot ModelMcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot ModelDeepika Singh
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobeapidays
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyKhushali Kathiriya
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsNanddeep Nachan
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Victor Rentea
 
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...apidays
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusZilliz
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamUiPathCommunity
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Orbitshub
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​Bhuvaneswari Subramani
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native ApplicationsWSO2
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Victor Rentea
 
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...apidays
 

Último (20)

Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot ModelMcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectors
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
 
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with Milvus
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
 
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
 

Application of matrices in real life

  • 1. 1 | Application of Matrices MMMAAATTTRRRIIICCCEEESSS WWWhhhaaattt iiisss aaa MMMaaatttrrriiixxx??? A matrix is a two-dimensional arrangement of numbers in rows and columns enclosed bya pair of square brackets ([ ]), in the form shown below. AAAppppppllliiicccaaatttiiiooonnn ooofff MMMaaatttrrriiiccceeesss iiinnn RRReeeaaalll LLLiiifffeee::: Matrices are nothing but the rectangular arrangement of numbers, expressions, symbols which are arranged in columns and rows. The numbers present in the matrix are called as entities or entries. A matrix is said to be having ‘m’ number of rows and ‘n’ number of columns. Matrices find many applications in scientific fields and apply to practical real life problems as well, thus making an indispensable concept for solving many practical problems. Some of the main applications of matrices are briefed below: • In physics related applications, matrices are applied in the study of electrical circuits, quantum mechanics and optics. In the calculation of battery power outputs, resistor conversion of electrical energy into another useful energy, these matrices play a major role in calculations. Especially in solving the problems using Kirchoff’s laws of voltage and current, the matrices are essential. • In computer based applications, matrices play a vital role in the projection of three dimensional image into a two dimensional screen, creating the realistic seeming motions. Stochastic matrices and Eigen vector solvers are used in the page rank algorithms which are used in the ranking of web pages in Google search. The matrix calculus is used in the generalization of analytical notions like exponentials and derivatives to their higher dimensions. One of the most important usages of matrices in computer side applications are encryption of message codes. Matrices and their inverse matrices are used for a programmer for coding or encrypting a message. A message is made as a sequence of numbers in a binary format for communication and it follows code theory for solving. Hence with the help of matrices, those equations are solved. With these encryptions only, internet functions are working and even banks could work with transmission of sensitive and private data’s. • In geology, matrices are used for taking seismic surveys. They are used for plotting graphs, statistics and also to do scientific studies in almost different fields.
  • 2. 2 | Application of Matrices • Matrices are used in representing the real world data’s like the traits of people’s population, habits, etc. They are best representation methods for plotting the common survey things. • Matrices are used in calculating the gross domestic products in economics which eventually helps in calculating the goods production efficiently. • Matrices are used in many organizations such as for scientists for recording the data for their experiments. • In robotics and automation, matrices are the base elements for the robot movements. The movements of the robots are programmed with the calculation of matrices’ rows and columns. The inputs for controlling robots are given based on the calculations from matrices. HHHiiissstttooorrryyy &&& UUUssseeesss OOOfff MMMaaatttrrriiiccceeesss::: The history of matrices goes back to ancient times! But the term "matrix" was not applied to the concept until 1850. "Matrix" is the Latin word for womb, and it retains that sense in English. It can also mean more generally any place in which something is formed or produced. The orgins of mathematical matrices lie with the study of systems of simultaneous linear equations. An important Chinese text from between 300 BC and AD 200, Nine Chapters of the Mathematical Art(Chiu Chang Suan Shu), gives the first known example of the use of matrix methods to solve simultaneous equations. Since their first appearance in ancient China, matrices have remained important mathematical tools. Today, they are used not simply for solving systems of simultaneous linear equations, but also for describing the quantum mechanics of atomic structure, designing computer game graphics, analyzing relationships, and even plotting complicateddance steps!
  • 3. 3 | Application of Matrices MMMeeettthhhoooddd TTTooo SSSooolllvvveee TTThhheee MMMaaatttrrriiiccceeesss::: A Matrix is an array of numbers: There are many things you can do with them ... Adding To add two matrices, just add the numbers in the matching positions: These are the calculations: 3+4=7 8+0=8 4+1=5 6-9=-3 The two matrices must be the same size, i.e. the rows must match in size, and the columns must match in size. Example: a matrix with 3 rows and 5 columns can be added to another matrix of 3 rows and 5 columns. But it could not be added to a matrix with 3 rows and 4 columns (the columns don't match in size)
  • 4. 4 | Application of Matrices Negative The negative of a matrix is also simple: These are the calculations: -(2)=-2 -(-4)=+4 -(7)=-7 -(10)=-10 Subtracting To subtract two matrices, just subtract the numbers in the matching positions: These are the calculations: 3-4=-1 8-0=8 4-1=3 6-(-9)=15 Note: subtracting is actually defined as the addition of a negative matrix: A + (-B)
  • 5. 5 | Application of Matrices Multiply by a Constant You can multiply a matrix by some value: These are the calculations: 2×4=8 2×0=0 2×1=2 2×-9=-18 We call the constant a scalar, so officially this is called "scalar multiplication". Multiplying a Matrix by Another Matrix But to multiply a matrix by another matrix you need to do the "dot product" of rows and columns ... what does that mean? Let me show you with an example: To work out the answer for the 1st row and 1st column: The "Dot Product" is where you multiply matching members, then sum up: (1, 2, 3) • (7, 9, 11) = 1×7 + 2×9 + 3×11 = 58 We match the 1st members (1 and 7), multiply them, likewise for the 2nd members (2 and 9) and the 3rd members (3 and 11), and finally sum them up.
  • 6. 6 | Application of Matrices Dividing And what about division? Well you don't actually divide matrices, you do it this way: A/B = A × (1/B) = A × B-1 where B-1 means the "inverse" of B. Transposing To "transpose" a matrix, just swap the rows and columns. We put a "T" in the top right-hand corner to mean transpose: Notation A matrix is usually shown by a capital letter (such as A, or B) Each entry (or "element") is shown by a lower case letter with a "subscript" of row,column:
  • 7. 7 | Application of Matrices Order of Multiplication In arithmetic we are used to: 3 × 5 = 5 × 3 (The Commutative Law of Multiplication) But this is not generally true for matrices (matrix multiplication is not commutative): AB ≠ BA When you change the order of multiplication, the answer is (usually) different. Identity Matrix The "Identity Matrix" is the matrix equivalent of the number "1": It is a special matrix, because when you multiply by it, the original is unchanged: A × I = A I × A = A
  • 8. 8 | Application of Matrices