answersLogoWhite

0

Suppose A is a pxq matrix and B is an rxs matrix.

Then C = AxBis defined only if q = r: that is the number of columns in A is the same as the number of rows in B. The result is then a pxs matrix.

Suppose the element in the wth row and xth column of A is awx.

Similarly, let the element in the yth row and zth column of B is byz.

Then the element in the ith row and jth column of C is

ai1b1j + ai2b2j + ... + aiqbqj where i = 1, 2, ..., p and j = 1, 2, ..., q.

There are further rules for matrix multiplication.

It is not commutative: in fact B*A may not even exist.

It is associative. Provided they exist, A*(B*C) = (A*B)*C

It is distributive over addition: Provided they exist, A*(B+C) = A*B + A*C

and (B*C)*D = B*C + B*D.

User Avatar

Wiki User

11y ago

What else can I help you with?

Continue Learning about Math & Arithmetic

What is mathematical matrix?

A matrix is a rectangular array of elements. These elements are usually numbers but need not be. Matrices follow special rules for basic mathematical manipulation (addition and multiplication).


How do you combine two matric result?

To combine two matrices, ensure they have compatible dimensions. If you're performing addition or subtraction, both matrices must have the same dimensions. For multiplication, the number of columns in the first matrix must equal the number of rows in the second matrix. After confirming compatibility, apply the appropriate operation element-wise for addition/subtraction, or use the matrix multiplication rules for multiplication.


What is the difference between matrix multiplication and Johnson method?

Matrix multiplication is a mathematical operation that combines two matrices to produce a third matrix, following specific rules for element-wise multiplication and summation. In contrast, the Johnson method is a specific algorithm used in operations research, particularly for solving the two-machine flow shop scheduling problem, which minimizes the makespan of jobs processed on two machines. While matrix multiplication is a general mathematical concept applicable in various fields, the Johnson method is tailored for optimizing scheduling tasks.


What is the order of strassen's matrix multiplication?

ghanto


Program to display multiplication of two matrix?

The matrix multiplication in c language : c program is used to multiply matrices with two dimensional array. This program multiplies two matrices which will be entered by the user.

Related Questions

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.


Matrix multiplication is not commutative?

That is true, matrix multiplication is not commutative.


What is mathematical matrix?

A matrix is a rectangular array of elements. These elements are usually numbers but need not be. Matrices follow special rules for basic mathematical manipulation (addition and multiplication).


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.


2x2 matrix multiplication program in 8085 processor?

how to write a program for matrix multiplication in microprocesspr


Cannon matrix multiplication program?

maltiplication of matrix for algorithme


How do you combine two matric result?

To combine two matrices, ensure they have compatible dimensions. If you're performing addition or subtraction, both matrices must have the same dimensions. For multiplication, the number of columns in the first matrix must equal the number of rows in the second matrix. After confirming compatibility, apply the appropriate operation element-wise for addition/subtraction, or use the matrix multiplication rules for multiplication.


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 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.


What is the difference between matrix multiplication and Johnson method?

Matrix multiplication is a mathematical operation that combines two matrices to produce a third matrix, following specific rules for element-wise multiplication and summation. In contrast, the Johnson method is a specific algorithm used in operations research, particularly for solving the two-machine flow shop scheduling problem, which minimizes the makespan of jobs processed on two machines. While matrix multiplication is a general mathematical concept applicable in various fields, the Johnson method is tailored for optimizing scheduling tasks.


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

13


What is the order of strassen's matrix multiplication?

ghanto