Search

 

Module: Editor

Version: 18.03+

Type: Double

Category: Matrix

 

Description

The formula 'MatrixProduct' returns the product of two matrices.

Parameters

Matrix1:

The first matrix you want to know the product of.

Matrix2:

The second matrix you want to know the product of.

Example

Description

In the following example the formula 'MatrixProduct' is used to take the product of two matrices.

Values parameters

Matrix1:

Column1 Column2
1 2
3 4

 

Matrix2:

Column1 Column2
9 10
11 12

 

Result

Matrix:

Column1 Column2
31 34
71 78

 

As you see the result is the product of the two matrices.

Feedback

If you have any questions about this subject or if you want to provide us feedback please send us an e-mail.

Updated: 2018-01-31