answersLogoWhite

0

Matrix multiplication of 33 matrix

User Avatar

Anonymous

14y ago
Updated: 11/10/2020

This browser is absolute rubbish for responding to a quaetion such as this, so please bear with me.


If the matrices areA =

a11 a12 a13

a21 a22 a23

a31 a32 a33


and B =

b11 b12 b13

b21 b22 b23

b31 b32 b33


then AB =


a11b11 + a12b21 + a13b31 a11b12 + a12b22 + a13b32 a11b13 + a12b23 + a13b33

a21b11 + a22b21 + a23b31 a21b12 + a22b22 + a23b32 a21b13 + a22b23 + a23b33

a31b11 + a32b21 + a33b31 a31b12 + a32b22 + a33b32 a31b13 + a32b23 + a33b33

User Avatar

Wiki User

9y ago

What else can I help you with?

Related Questions

Matrix multiplication is not commutative?

That is true, matrix multiplication is not commutative.


Are matrix addition and matrix multiplication commutative?

Matrix addition is commutative if the elements in the matrices are themselves commutative.Matrix multiplication is not commutative.


Cannon matrix multiplication program?

maltiplication of matrix for algorithme


2x2 matrix multiplication program in 8085 processor?

how to write a program for matrix multiplication in microprocesspr


How are the inverse matrix and identity matrix related?

If an identity matrix is the answer to a problem under matrix multiplication, then each of the two matrices is an inverse matrix of the other.


22 matrix with 33 matrix multiplication?

It is not possible. The number of columns in the first matrix must be the same as the number of rows in the second. That is, matrices, X (kxl) and Y (mxn) can only be multiplied [in that order] if l = m.


What is matrix multiplication about?

Matrix multiplication typically refers to an operation which yields a new matrix from a pair of matrices which are already known. This is normally covered in an Algebra class or textbook.


Matrix multiplication can be used to rotate figures in the plane.What is the matrix product?

13


What is the time complexity of the Strassen algorithm for matrix multiplication?

The time complexity of the Strassen algorithm for matrix multiplication is O(n2.81).


What is the order of strassen's matrix multiplication?

ghanto


How many multiplication there is in strassen's matrix?

7


What is matrix system?

A matrix is a rectangular array of elements - usually numbers. These, together with rules governing their addition and multiplication make up matrix algebra or system.