MMULT

The MMULT function returns the matrix product of two matrices.

MMULT(matrix-1, matrix-2)

matrix-1: The first numeric array you want to multiply.

matrix-2: The second numeric array you want to multiply.

Notes

  • The number of columns in the first matrix must be the same as the number of rows in the second matrix.

Examples

Given the following matrices:

A

B

C

1

1

3

5

2

2

4

6

A

B

C

4

1

2

7

5

3

4

8

6

5

6

9

=MMULT(A1:C2, A4:C6) returns the matrix below:

A

B

C

1

35

44

76

2

44

56

100

Morty Proxy This is a proxified and sanitized view of the page, visit original site.
મદદરૂપ થયું?
અક્ષરની સીમા 250
મહત્તમ અક્ષરની સીમા 250 છે.
તમારા પ્રતિસાદ બદલ ખૂબ ખૂબ આભાર.
Morty Proxy This is a proxified and sanitized view of the page, visit original site.