Search

 

Module: Editor

Version: 5.1.4 +

Type: Long or Double

Category: Matrix

 

Description

The formula 'AddMatrices' returns the sum of two or more matrices. Each value of the matrix will be added to the value from the other matrix that is on the same position. The matrices have to be the same size.

Parameters

Matrix 1:    matrix 1, matrix 2, ... are 1 to 30 matrices you want to sum.

Example

Description

In the following example the formula 'AddMatrices' is used to get the sum of two matrices.

Values parameters

Matrix 1:

Column 1Column 2
10 35
50 20

 

Matrix 2:

Column 1Column 2
20 25
30 5

 

Result

Output:

Column 1Column 2
30 60
80 25
 
The outcome is a matrix with elements that are the sum of the elements of the two chosen matrices.
 

Related Topics

AddScalarToMatrixThe formula 'AddScalarToMatrix' returns the sum of a scalar and a matrix.

Feedback

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

Updated: 2014-09-05