SlideShare une entreprise Scribd logo
1  sur  10
4.5 Multiplication of two matrices Name: Lee ShingKuan MuhamadZaid Chien Shin Yee Lim Si Qi
Introduction We can multiply two matrices if the number of columns in the first matric equal the number of rows in the second matric. The product matric ’s demension are: row of first matric x columns of the second matric Two matric can’t be multiply together because the number of column does not equal to the rows.In this case the multiplication of these two matric is not defined. If we multiply a 2x2 matric with a 2x1 matric ,the product matric is 2x1 :  (2x3)  (3x1)=(2x1) If we multiply a 2x2 matric with a 1x2 matric ,the matric  can’t be multiply:(2x2) (1x2)=(2x1)
How to multiply two matrices? ·Matrixmultiplication falls into two general categories: Scalar in which a single number is multiplied with every entry of a matrix.  ·Multiplication of an entire matrix by another entire matrix For the rest of the page, matrix multiplication will refer to this second category.
Example: In the picture on the left, the matrices can be multiplied since the number of columns in  the 1st one, matrix A, equals the number of rows in the 2nd, matrix B.  The dimensions of the product matrix    - rows of 1st matrix ×columns of 2nd    -  4 × 3
Matrix C and D below cannot be multiplied together because the number of columns in C does not equal the number of rows in D. In this case, the multiplication of these two matrices is not defined.
Matrix multiplication  ,[object Object]
The process is the same for any size matrix. We multiply across rows of the first matrix and down columns of the second matrix, element by element. We then add the products:
In this case, we multiply a 2 × 2 matrix by a 2 × 2 matrix and we get a 2 × 2 matrix as the result.,[object Object]
Exercise:1 Answer
2:    3  y  5      18  15       x          =  12  10 ANSWER:        3y  15 xy  5x           3y=18   , 5x=10          y=6         x=2

Contenu connexe

En vedette

Matrices y determinantes
Matrices y determinantesMatrices y determinantes
Matrices y determinantesjoselosoriano
 
Matrices y determinantes
Matrices y determinantesMatrices y determinantes
Matrices y determinantesJoanemarie28
 
ejercicios-resueltos-programacion-lineal
 ejercicios-resueltos-programacion-lineal ejercicios-resueltos-programacion-lineal
ejercicios-resueltos-programacion-linealAndres Sanchez
 
Matrices y determinantes
Matrices y determinantesMatrices y determinantes
Matrices y determinantesJavier Tejeira
 
Linear Algebra and Matrix
Linear Algebra and MatrixLinear Algebra and Matrix
Linear Algebra and Matrixitutor
 
Determinantes de Matrices Álgebra Lineal. Presentación diseñada por el MTRO. ...
Determinantes de Matrices Álgebra Lineal. Presentación diseñada por el MTRO. ...Determinantes de Matrices Álgebra Lineal. Presentación diseñada por el MTRO. ...
Determinantes de Matrices Álgebra Lineal. Presentación diseñada por el MTRO. ...JAVIER SOLIS NOYOLA
 
Matrices Y Determinantes
Matrices Y DeterminantesMatrices Y Determinantes
Matrices Y DeterminantesAdan Aguirre
 
Libro psicotecnico 10000 preguntas
Libro psicotecnico 10000 preguntasLibro psicotecnico 10000 preguntas
Libro psicotecnico 10000 preguntasmarcorodsol
 
Ejercicios de matrices
Ejercicios de matricesEjercicios de matrices
Ejercicios de matricesVinicio Checa
 
Teoria De Matrices Y Determinantes
Teoria De Matrices Y DeterminantesTeoria De Matrices Y Determinantes
Teoria De Matrices Y DeterminantesFco Alejandro
 

En vedette (11)

Matrices y determinantes
Matrices y determinantesMatrices y determinantes
Matrices y determinantes
 
Matrices y determinantes
Matrices y determinantesMatrices y determinantes
Matrices y determinantes
 
ejercicios-resueltos-programacion-lineal
 ejercicios-resueltos-programacion-lineal ejercicios-resueltos-programacion-lineal
ejercicios-resueltos-programacion-lineal
 
Matrices y determinantes
Matrices y determinantesMatrices y determinantes
Matrices y determinantes
 
Linear Algebra and Matrix
Linear Algebra and MatrixLinear Algebra and Matrix
Linear Algebra and Matrix
 
Determinantes de Matrices Álgebra Lineal. Presentación diseñada por el MTRO. ...
Determinantes de Matrices Álgebra Lineal. Presentación diseñada por el MTRO. ...Determinantes de Matrices Álgebra Lineal. Presentación diseñada por el MTRO. ...
Determinantes de Matrices Álgebra Lineal. Presentación diseñada por el MTRO. ...
 
Matrices
MatricesMatrices
Matrices
 
Matrices Y Determinantes
Matrices Y DeterminantesMatrices Y Determinantes
Matrices Y Determinantes
 
Libro psicotecnico 10000 preguntas
Libro psicotecnico 10000 preguntasLibro psicotecnico 10000 preguntas
Libro psicotecnico 10000 preguntas
 
Ejercicios de matrices
Ejercicios de matricesEjercicios de matrices
Ejercicios de matrices
 
Teoria De Matrices Y Determinantes
Teoria De Matrices Y DeterminantesTeoria De Matrices Y Determinantes
Teoria De Matrices Y Determinantes
 

Plus de Kimguan Tan (15)

Matrices 44.4
Matrices 44.4Matrices 44.4
Matrices 44.4
 
Inversematrixpptx 110418192746-phpapp014.7
Inversematrixpptx 110418192746-phpapp014.7Inversematrixpptx 110418192746-phpapp014.7
Inversematrixpptx 110418192746-phpapp014.7
 
4.7
4.74.7
4.7
 
4.6
4.64.6
4.6
 
4.6
4.64.6
4.6
 
4.5
4.54.5
4.5
 
4.4
4.44.4
4.4
 
Inverse matrix pptx
Inverse matrix pptxInverse matrix pptx
Inverse matrix pptx
 
Identity matrix
Identity matrixIdentity matrix
Identity matrix
 
Prepared by
Prepared byPrepared by
Prepared by
 
Mathematics 1
Mathematics 1Mathematics 1
Mathematics 1
 
Mathematics 1
Mathematics 1Mathematics 1
Mathematics 1
 
Prepared by
Prepared byPrepared by
Prepared by
 
Group 5
Group   5Group   5
Group 5
 
Group 1
Group 1Group 1
Group 1
 

Matrices

  • 1. 4.5 Multiplication of two matrices Name: Lee ShingKuan MuhamadZaid Chien Shin Yee Lim Si Qi
  • 2. Introduction We can multiply two matrices if the number of columns in the first matric equal the number of rows in the second matric. The product matric ’s demension are: row of first matric x columns of the second matric Two matric can’t be multiply together because the number of column does not equal to the rows.In this case the multiplication of these two matric is not defined. If we multiply a 2x2 matric with a 2x1 matric ,the product matric is 2x1 : (2x3) (3x1)=(2x1) If we multiply a 2x2 matric with a 1x2 matric ,the matric can’t be multiply:(2x2) (1x2)=(2x1)
  • 3. How to multiply two matrices? ·Matrixmultiplication falls into two general categories: Scalar in which a single number is multiplied with every entry of a matrix. ·Multiplication of an entire matrix by another entire matrix For the rest of the page, matrix multiplication will refer to this second category.
  • 4. Example: In the picture on the left, the matrices can be multiplied since the number of columns in  the 1st one, matrix A, equals the number of rows in the 2nd, matrix B. The dimensions of the product matrix - rows of 1st matrix ×columns of 2nd - 4 × 3
  • 5. Matrix C and D below cannot be multiplied together because the number of columns in C does not equal the number of rows in D. In this case, the multiplication of these two matrices is not defined.
  • 6.
  • 7. The process is the same for any size matrix. We multiply across rows of the first matrix and down columns of the second matrix, element by element. We then add the products:
  • 8.
  • 10. 2: 3 y 5 18 15 x = 12 10 ANSWER: 3y 15 xy 5x 3y=18 , 5x=10 y=6 x=2