Question:
Can a 3x3 Matrix and a 2x3 be Multiplied Together?
Gabbie
2008-10-26 10:18:18 UTC
The first matrix has 3 rows and 3 columns and the 2nd matrix has 2 rows and 3 columns. Can they be multiplied together? If so, what would the dimensions of the product be?
Five answers:
Buri
2008-10-26 10:24:02 UTC
No they can't. Here's is a easy way to check if they can:



(3 x 3) x (2 x 3)



The two inner numbers (3 and 2 in this case) must be the same.



Hope this helps!
anonymous
2008-10-26 10:21:51 UTC
Matrices are often used to perform transformations on coordinates. They can do so in any number of dimensions. Matrices representing transformations can be multiplied together combining all of the translation matrices into one. This means that matrices can save time when performing translations, - multiple rotations, translations, enlargements, etc can be combined into one matrix and can be executed in a single matrix operation.





Matrices

A matrix is a 2D array of numbers which can have any width and height. Below is an example of a 4 by 2 matrix. Note that usually matrices are stated as height by width, not the other way around :









Matrix Math

Below are detailed (algebraicly, descriptions are given where necessary) matrix math functions (addition, multiplication)





Addition

Simply add the values of the positions to each other. This means that the matrices to be added must be the same size, - you cannot add a 4x2 to a 3x5, only to another 4x2.











Subtraction

Same as addition, but subtracting instead. Once again, matrices must be of the same size.











Multiplication

Because multiplication is a more complex process.
sportspaz7
2008-10-26 10:24:23 UTC
no it cannot



3rows by 3 columns can not be multiplied to a 2rows by 3 colums



the columns of the first one have to be equal to the rows of the second



so no
anonymous
2008-10-26 10:23:45 UTC
no, because you have to have the column in the first and the row number in the second be the same number.
anonymous
2008-10-26 10:25:01 UTC
no they can't because they aren't the same demensions. the only way you can multiply different matricies is if the inside numbers are the same and if they are just solve with ur calculator....ex.2x3 times3x2...hope i could help


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...