Difference between revisions of "Multiply Matrices"

Kipkis (Kipkis | contribs)
m (Text replacement - "[[Category:A" to "[[Category: A")
Kipkis (Kipkis | contribs)
m (Text replacement - "== Video ==" to "")
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
A matrix is a rectangular arrangement of numbers, symbols, or expressions in rows and columns. To multiply matrices, you'll need to multiply the elements (or numbers) in the row of the first matrix by the elements in the rows of the second matrix and add their products. You can multiply matrices in just a few easy steps that require addition, multiplication, and the proper placement of the results.
 
A matrix is a rectangular arrangement of numbers, symbols, or expressions in rows and columns. To multiply matrices, you'll need to multiply the elements (or numbers) in the row of the first matrix by the elements in the rows of the second matrix and add their products. You can multiply matrices in just a few easy steps that require addition, multiplication, and the proper placement of the results.
  
[[Category: Algebra]]
+
[[Category:Algebra]]
  
 
== Steps ==
 
== Steps ==
Line 37: Line 37:
 
#Confirm that all four of the dot-products are in the correct location in the matrix product. 19 should be in the bottom left, -34 should be on the bottom right, -2 should be on the top left, and -12 should be on the top right.
 
#Confirm that all four of the dot-products are in the correct location in the matrix product. 19 should be in the bottom left, -34 should be on the bottom right, -2 should be on the top left, and -12 should be on the top right.
  
== Video ==
+
 
{{Video:Multiply Matrices|}}
+
 
  
 
== Tips ==
 
== Tips ==