Question about Multiplying Matrices

  • Thread starter deana
  • Start date
  • Tags
    Matrices
In summary, reducing two matrices using row operations before multiplying them will not necessarily give a row-equivalent answer to the result you would get if you hadn't reduced them.
  • #1
deana
3
0
If I reduce two matrices using row operations before multiplying them together, will I still get a row-equivalent answer to the result I would of gotten if I hadn't reduced them?

Thanks for any input!
 
Physics news on Phys.org
  • #2
In short, no. If we look at multiplying two 2x2 matrices, row reducing them first would leave 0 in the bottom left entry in each one, and their product will have a 0 in that entry as well. (This would be an example of two upper triangular matrices being multiplied, and their product will always be upper triangular too.) But not every product of 2x2 matrices will have a 0 in the bottom left corner, so in general, row reducing them first won't give you a row-equivalent answer.
 

FAQ: Question about Multiplying Matrices

How do you multiply two matrices together?

To multiply two matrices, the number of columns in the first matrix must match the number of rows in the second matrix. Multiply each element in the corresponding row of the first matrix by each element in the corresponding column of the second matrix. Add the products together to get the corresponding element in the resulting matrix.

What is the purpose of multiplying matrices?

Multiplying matrices is used to combine and transform data in various fields such as mathematics, physics, computer science, and economics. It can also be used to solve systems of linear equations and perform transformations in linear algebra.

What is the difference between scalar and matrix multiplication?

Scalar multiplication involves multiplying a single number (scalar) by each element in a matrix. This results in a scaled version of the original matrix. Matrix multiplication, on the other hand, involves multiplying two matrices together using a specific set of rules. It results in a new matrix with different dimensions.

Can you multiply matrices of any size?

No, you can only multiply matrices if the number of columns in the first matrix matches the number of rows in the second matrix. For example, a 3x4 matrix can only be multiplied by a 4x2 matrix, resulting in a new 3x2 matrix.

What is the commutative property of matrix multiplication?

Matrix multiplication is not commutative, meaning the order in which you multiply two matrices matters. In other words, A x B does not always equal B x A. This is because the dimensions of the matrices must match in a specific way in order for the multiplication to be valid.

Back
Top