SlideShare a Scribd company logo
4
Most read
8
Most read
17
Most read
Matrices
Its applications in real life..
Matrices can dominate vectors by giving them new values
Matrices and Vectors01
Eigen vector related problem in daily life.
Eigen Vector02
Coding and Encoding
Cryptography03
Vector and Matrix
• Matrices (for example Square matrix of order 2) can rotate any vector in 2-D plane resulting in new
value and direction.
• If we write vectors in matrix form and multiply them with any matrix the resultant would be matrix in
same plane but may be of different magnitude and direction.
• For example:
• In the above example you can see that we have a vector (1,1) in X-Y plane and when we write it in
matrix form and multiply it by a matrix resultant is a vector of different magnitude and
direction.
• Again we can design a matrix in many way to manipulate a given vector as mentioned below.
When any vector is multiplied by the given matrices its
magnitude became double but direction remain same.
When any vector is multiplied by given
matrices its rotate 90 degree in anticlockwise
direction.
Now question arises where is the
application ?
We have discussed what matrices do to vector but here we are for applications of it and so far nothing related to it
discussed. As a major application you may tried to solve linear equation problems in matrix as below but what if I
say that all you were doing was just to get a vector.
Wait I will show you. Consider the example taken from previous slide-
Just a basic Matrix linear problem all we have to do
is find x and y. We will assume a matrix of 2x1 as of
x and y and multiply with a matrices and solve for it
but ever you think upon it in another way.....
All we are doing is a transformation of vector in
backward direction moreover we are trying to find
inverse of A. If we assume as unknown matrix to be
A then this can be explained as below
Simply we are doing following transition. The red marked is the RHS side that is (1,3) vector and blue
one is what we are trying to find out. It's simply an Inverse matrix.
Since A inverse of (1,3)
is (1,1) hence is the
result
Eigen Vector
Any vector that is scaled by matrix is called eigen vector and factor by which it is scaled is called eigen value.
In simple language it is not rotated in plane and only its magnitude changes.
This simple definition can be used in many ways. Let's understand from a example.
Consider the situation of Zombie attack on a place. The place
has been isolated from surrounding and hence it can not spread
to others. Since there is no cure for it only medicines are given
and it converts nearly 10 percent of them back to zombie.
We need to find when a balanced situation would arise or what
happens in long run.
Lets consider an ideal situation of equal percentage of
zombies and humans. Since after end of each hour their
value changes and hence we cannot solve it again and again
taking values.
If we go through matrices..........
Lets consider a situation after an hour:
Number of Humans-
• Since every hour 20 percent of humans convert into zombies hence 80 percent
remains as humans.
• Also 10 percent of Zombies are converted back to Humans. Therefore Humans
after one hour are
80 percent of Humans and 10 percent of Zombies, Mathematically
0.8(150) + 0.1(150) = 135
Number of Zombies-
• Since 10 percent of Zombies are converted into Humans hence 90 percent
remains as it is.
• Also every hour 20 percent of Humans are converted into Zombies. Therefore zombies
after one hour are
0.9(150) + 0.1(150) = 165
Again after an hour we will perform same calculations and get the results
as:
Now if we go through Matrix method:
If we represent those percentages as matrices then we get a linear equation as given below:
Where, v and are initial values of Humans and Zombies population and and are population
after an hour.
If we plot a graph between their different values keeping Humans on X-axis and Zombies on Y-axis :
After examining above graph we can conclude that all vectors are
aligning themselves in a particular fixed direction and that is the Eigen
vector direction.
When you compute Eigen Value for above then resultant will be one
and therefore we can compute Eigen Vector which is (1,2).
Therefore answer will be 100 for Humans and and 200 for Zombies.
Cryptography
• Cryptography mainly consists of Encrypton and Decryption.
• Cryptography, is concerned with keeping communications private.
• Encryption is the transformation of data into some unreadable form. Its purpose is to ensure privacy by
keeping the information hidden from anyone for whom it is not intended, even those who can see the
encrypted data.
• Decryption is the reverse of encryption.It is the transformation of encrypted data back into some intelligible
form.
• They both required some secret information called as key.
How it works?
• One type of code, which is extremely difficult to break, makes use of a large matrix to encode a
message.
• The receiver of the message decodes it using the inverse of the matrix.
• This first matrix, used by the sender is called the encoding matrix and its inverse is called the decoding
matrix, which is used by the receiver.
ATTACK ON CHINA
For example if Indian government wants to send this message to all its units in case of
extreme border disputes than there is need of some way to keep secret all this message and
hence they can send message in unreadable form using Matrices.
We assign a number for each letter of the alphabet. Such that A is 1, B is 2, and so on. Also,
we assign the number 27 to space between two words. Thus the message becomes:
A T T A C K . O N . C H I N A
1 20 20 1 3 12 27 15 14 27 3 8 9 14 1
For sending first of all encoding of message take place .
Let the encoding matrix be:
-3 -3 -4
0 1 1
4 3 4
ENCODING
Since we are using a 3 by 3 matrix, we break the enumerated message above into a sequence of 3
by 1 vectors:
1 1 27 27 9
20 3 15 3 14
20 12 14 8 1
• Note that it was necessary to add a space at the end of the message to complete the last vector.
• We encode the message by multiplying each of the above vectors by the encoding matrix.
• We represent above vectors as columns of a matrix and perform its matrix multiplication with the
encoding matrix
-3 -3 -4
0 1 1
4 3 4
20 3 15 3 14
1 1 27 27 9
20 12 14 8 1
We Get
-143 -60 –182 -122 –73
21 13 41 35 10
163 63 197 125 87
• The columns of this matrix give the encoded
message.
• Encoding is complete.
TRANSMISSION
The message is transmitted in a linear form:
-143, -60, –182, -122, –73, 21, 13, 41, 35 ,10,
163, 63, 197, 125, 87
DECODING
To decode the message:
• The receiver writes this string as a sequence of 3 by 1 column matrices and repeats the
technique using the inverse of the encoding matrix.
• The inverse of this encoding matrix is the decoding matrix.
− 4 − 3 − 3
4 4 3
1 0 1
• To decode the message, perform the matrix multiplication:
− 4 − 3 − 3
4 4 3
1 0 1
-143 -60 –182 -122 –73
21 13 41 35 10
163 63 197 125 87
Matrix obtained is:
20 3 15 3 14
1 1 27 27 9
20 12 14 8 1
Message is decoded as:
1 20 20 1 3 12 27 15 14 27 3 8 9 14 1
A T T A C K . O N . C H I N A
Message received as :
ATTACK ON CHINA
Bibliography
• www.slideshare.com
• https://youtu.be/rowWM-MijXU
• www.linkldn.com
• https://matrix.reshish.com/
• Infographic Style
Meet Our
Team
1. Sachin
2. Anand
3. Sahil
Thank You
Insert the Sub Title of Your
Presentation

More Related Content

PPTX
Application of matrices in Daily life
PPTX
Matrix and it's Application
DOCX
Applications of Matrices
PPTX
Matrices in computer applications
PPTX
Matrix in software engineering
DOCX
Application of matrices in real life
PPTX
Applications of Matrices in Engineering
PPTX
Application of Matrices in real life
Application of matrices in Daily life
Matrix and it's Application
Applications of Matrices
Matrices in computer applications
Matrix in software engineering
Application of matrices in real life
Applications of Matrices in Engineering
Application of Matrices in real life

What's hot (20)

PPTX
Applications of matrices in Real\Daily life
PPTX
Presentation on application of matrix
PPT
Application of Matrices
PPTX
Matrix and it's application
PPTX
Linear Algebra Applications
PPTX
Application of matrices in real life and matrix
PPT
Matrices And Application Of Matrices
PPTX
Use of matrix in daily life
PPTX
Engineering mathematics presentation
PPTX
Applications of matrices in real life
PPTX
Cryptography an application of vectors and matrices
PPTX
Application of Linear Algebra in Electrical Circuit
PPTX
Appilation of matrices in real life
PPTX
Application of linear algebra in cse
PPTX
Presentation on matrix
PPTX
Applications of Linear Algebra
PPTX
Real life application of Enginneering mathematics
PPTX
Determinants
PPTX
USE OF MATRIX IN ROBOTICS
PPTX
Application of Engineering Mathematics
Applications of matrices in Real\Daily life
Presentation on application of matrix
Application of Matrices
Matrix and it's application
Linear Algebra Applications
Application of matrices in real life and matrix
Matrices And Application Of Matrices
Use of matrix in daily life
Engineering mathematics presentation
Applications of matrices in real life
Cryptography an application of vectors and matrices
Application of Linear Algebra in Electrical Circuit
Appilation of matrices in real life
Application of linear algebra in cse
Presentation on matrix
Applications of Linear Algebra
Real life application of Enginneering mathematics
Determinants
USE OF MATRIX IN ROBOTICS
Application of Engineering Mathematics
Ad

Similar to Application of Matrices in real life | Matrices application | The Matrices (20)

PPTX
PPT
TN 112_Lecture_5_15th_Jan_2024.ppt for cyber
PDF
Application of linear transformation in computer
PPTX
140050119047vcla-151014091158-lva1-app6892 (1).pptx
PDF
Linear algebra havard university
PPTX
Applications of linear algebra
PDF
Applied Mathematics 3 Matrices.pdf
PPTX
applicationofmatricesoncryptography-220316102307.pptx
PPTX
Application of Matrices on Cryptography
PDF
linear algebra.pdf
DOCX
Applicationofmatrices21155
PPTX
Application of matrix multiplication (cryptography) with solved problem
PPT
Matrix Algebra : Mathematics for Business
PPTX
Education related presentation of class 10.pptx
PPT
LinearAlgebra_2016updatedFromwikyyyi.ppt
PPT
LinearAlgebra_2016updatedFromwiki.ppt
PPT
LinearAlgebra_2016updatedFromwiki.ppt
PPT
Matrix algebra
PDF
Linear algebra review
PDF
Book linear
TN 112_Lecture_5_15th_Jan_2024.ppt for cyber
Application of linear transformation in computer
140050119047vcla-151014091158-lva1-app6892 (1).pptx
Linear algebra havard university
Applications of linear algebra
Applied Mathematics 3 Matrices.pdf
applicationofmatricesoncryptography-220316102307.pptx
Application of Matrices on Cryptography
linear algebra.pdf
Applicationofmatrices21155
Application of matrix multiplication (cryptography) with solved problem
Matrix Algebra : Mathematics for Business
Education related presentation of class 10.pptx
LinearAlgebra_2016updatedFromwikyyyi.ppt
LinearAlgebra_2016updatedFromwiki.ppt
LinearAlgebra_2016updatedFromwiki.ppt
Matrix algebra
Linear algebra review
Book linear
Ad

Recently uploaded (20)

PDF
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
PPTX
Renaissance Architecture: A Journey from Faith to Humanism
PDF
Complications of Minimal Access Surgery at WLH
PDF
O7-L3 Supply Chain Operations - ICLT Program
PDF
Insiders guide to clinical Medicine.pdf
PDF
Basic Mud Logging Guide for educational purpose
PDF
Module 4: Burden of Disease Tutorial Slides S2 2025
PDF
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
PDF
BÀI TẬP BỔ TRỢ 4 KỸ NĂNG TIẾNG ANH 9 GLOBAL SUCCESS - CẢ NĂM - BÁM SÁT FORM Đ...
PDF
102 student loan defaulters named and shamed – Is someone you know on the list?
PPTX
Pharmacology of Heart Failure /Pharmacotherapy of CHF
PDF
FourierSeries-QuestionsWithAnswers(Part-A).pdf
PDF
01-Introduction-to-Information-Management.pdf
PDF
RMMM.pdf make it easy to upload and study
PDF
TR - Agricultural Crops Production NC III.pdf
PDF
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
PDF
Microbial disease of the cardiovascular and lymphatic systems
PPTX
Introduction_to_Human_Anatomy_and_Physiology_for_B.Pharm.pptx
PPTX
Microbial diseases, their pathogenesis and prophylaxis
PDF
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
Renaissance Architecture: A Journey from Faith to Humanism
Complications of Minimal Access Surgery at WLH
O7-L3 Supply Chain Operations - ICLT Program
Insiders guide to clinical Medicine.pdf
Basic Mud Logging Guide for educational purpose
Module 4: Burden of Disease Tutorial Slides S2 2025
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
BÀI TẬP BỔ TRỢ 4 KỸ NĂNG TIẾNG ANH 9 GLOBAL SUCCESS - CẢ NĂM - BÁM SÁT FORM Đ...
102 student loan defaulters named and shamed – Is someone you know on the list?
Pharmacology of Heart Failure /Pharmacotherapy of CHF
FourierSeries-QuestionsWithAnswers(Part-A).pdf
01-Introduction-to-Information-Management.pdf
RMMM.pdf make it easy to upload and study
TR - Agricultural Crops Production NC III.pdf
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
Microbial disease of the cardiovascular and lymphatic systems
Introduction_to_Human_Anatomy_and_Physiology_for_B.Pharm.pptx
Microbial diseases, their pathogenesis and prophylaxis
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student

Application of Matrices in real life | Matrices application | The Matrices

  • 2. Matrices can dominate vectors by giving them new values Matrices and Vectors01 Eigen vector related problem in daily life. Eigen Vector02 Coding and Encoding Cryptography03
  • 3. Vector and Matrix • Matrices (for example Square matrix of order 2) can rotate any vector in 2-D plane resulting in new value and direction. • If we write vectors in matrix form and multiply them with any matrix the resultant would be matrix in same plane but may be of different magnitude and direction. • For example:
  • 4. • In the above example you can see that we have a vector (1,1) in X-Y plane and when we write it in matrix form and multiply it by a matrix resultant is a vector of different magnitude and direction. • Again we can design a matrix in many way to manipulate a given vector as mentioned below. When any vector is multiplied by the given matrices its magnitude became double but direction remain same. When any vector is multiplied by given matrices its rotate 90 degree in anticlockwise direction.
  • 5. Now question arises where is the application ? We have discussed what matrices do to vector but here we are for applications of it and so far nothing related to it discussed. As a major application you may tried to solve linear equation problems in matrix as below but what if I say that all you were doing was just to get a vector. Wait I will show you. Consider the example taken from previous slide- Just a basic Matrix linear problem all we have to do is find x and y. We will assume a matrix of 2x1 as of x and y and multiply with a matrices and solve for it but ever you think upon it in another way..... All we are doing is a transformation of vector in backward direction moreover we are trying to find inverse of A. If we assume as unknown matrix to be A then this can be explained as below
  • 6. Simply we are doing following transition. The red marked is the RHS side that is (1,3) vector and blue one is what we are trying to find out. It's simply an Inverse matrix. Since A inverse of (1,3) is (1,1) hence is the result
  • 7. Eigen Vector Any vector that is scaled by matrix is called eigen vector and factor by which it is scaled is called eigen value. In simple language it is not rotated in plane and only its magnitude changes. This simple definition can be used in many ways. Let's understand from a example. Consider the situation of Zombie attack on a place. The place has been isolated from surrounding and hence it can not spread to others. Since there is no cure for it only medicines are given and it converts nearly 10 percent of them back to zombie. We need to find when a balanced situation would arise or what happens in long run. Lets consider an ideal situation of equal percentage of zombies and humans. Since after end of each hour their value changes and hence we cannot solve it again and again taking values. If we go through matrices..........
  • 8. Lets consider a situation after an hour: Number of Humans- • Since every hour 20 percent of humans convert into zombies hence 80 percent remains as humans. • Also 10 percent of Zombies are converted back to Humans. Therefore Humans after one hour are 80 percent of Humans and 10 percent of Zombies, Mathematically 0.8(150) + 0.1(150) = 135 Number of Zombies- • Since 10 percent of Zombies are converted into Humans hence 90 percent remains as it is. • Also every hour 20 percent of Humans are converted into Zombies. Therefore zombies after one hour are 0.9(150) + 0.1(150) = 165 Again after an hour we will perform same calculations and get the results as:
  • 9. Now if we go through Matrix method: If we represent those percentages as matrices then we get a linear equation as given below: Where, v and are initial values of Humans and Zombies population and and are population after an hour. If we plot a graph between their different values keeping Humans on X-axis and Zombies on Y-axis :
  • 10. After examining above graph we can conclude that all vectors are aligning themselves in a particular fixed direction and that is the Eigen vector direction. When you compute Eigen Value for above then resultant will be one and therefore we can compute Eigen Vector which is (1,2). Therefore answer will be 100 for Humans and and 200 for Zombies.
  • 11. Cryptography • Cryptography mainly consists of Encrypton and Decryption. • Cryptography, is concerned with keeping communications private. • Encryption is the transformation of data into some unreadable form. Its purpose is to ensure privacy by keeping the information hidden from anyone for whom it is not intended, even those who can see the encrypted data. • Decryption is the reverse of encryption.It is the transformation of encrypted data back into some intelligible form. • They both required some secret information called as key. How it works? • One type of code, which is extremely difficult to break, makes use of a large matrix to encode a message. • The receiver of the message decodes it using the inverse of the matrix. • This first matrix, used by the sender is called the encoding matrix and its inverse is called the decoding matrix, which is used by the receiver.
  • 12. ATTACK ON CHINA For example if Indian government wants to send this message to all its units in case of extreme border disputes than there is need of some way to keep secret all this message and hence they can send message in unreadable form using Matrices. We assign a number for each letter of the alphabet. Such that A is 1, B is 2, and so on. Also, we assign the number 27 to space between two words. Thus the message becomes: A T T A C K . O N . C H I N A 1 20 20 1 3 12 27 15 14 27 3 8 9 14 1 For sending first of all encoding of message take place . Let the encoding matrix be: -3 -3 -4 0 1 1 4 3 4
  • 13. ENCODING Since we are using a 3 by 3 matrix, we break the enumerated message above into a sequence of 3 by 1 vectors: 1 1 27 27 9 20 3 15 3 14 20 12 14 8 1 • Note that it was necessary to add a space at the end of the message to complete the last vector. • We encode the message by multiplying each of the above vectors by the encoding matrix. • We represent above vectors as columns of a matrix and perform its matrix multiplication with the encoding matrix -3 -3 -4 0 1 1 4 3 4 20 3 15 3 14 1 1 27 27 9 20 12 14 8 1
  • 14. We Get -143 -60 –182 -122 –73 21 13 41 35 10 163 63 197 125 87 • The columns of this matrix give the encoded message. • Encoding is complete.
  • 15. TRANSMISSION The message is transmitted in a linear form: -143, -60, –182, -122, –73, 21, 13, 41, 35 ,10, 163, 63, 197, 125, 87
  • 16. DECODING To decode the message: • The receiver writes this string as a sequence of 3 by 1 column matrices and repeats the technique using the inverse of the encoding matrix. • The inverse of this encoding matrix is the decoding matrix. − 4 − 3 − 3 4 4 3 1 0 1 • To decode the message, perform the matrix multiplication: − 4 − 3 − 3 4 4 3 1 0 1 -143 -60 –182 -122 –73 21 13 41 35 10 163 63 197 125 87
  • 17. Matrix obtained is: 20 3 15 3 14 1 1 27 27 9 20 12 14 8 1 Message is decoded as: 1 20 20 1 3 12 27 15 14 27 3 8 9 14 1 A T T A C K . O N . C H I N A Message received as : ATTACK ON CHINA
  • 18. Bibliography • www.slideshare.com • https://youtu.be/rowWM-MijXU • www.linkldn.com • https://matrix.reshish.com/
  • 19. • Infographic Style Meet Our Team 1. Sachin 2. Anand 3. Sahil
  • 20. Thank You Insert the Sub Title of Your Presentation