Search

 

Module: Editor

Version: 5.1.4 +

Type: Double

Category: Matrix

 

Description

The formula 'DivideMatrixScalar' returns the division of a matrix by a scalar. Each element of a matrix will be divided by a scalar.

Parameters

Matrix:            the matrix you want to use for division.

Scalar:            the scalar you want to use for division.

Example

Description

In the following example the formula 'DivideMatrixScalar' is used to divide a matrix by a scalar.

Values parameters

Matrix 1:

Column 1Column 2Column 3
 2  5  8
 3  6  9
 4  7  10

Scalar: 2

Result

Output:

Column 1Column 2Column 3
 1  2,5  4
 1,5  3  4,5
 2  4,5  5
The outcome is a matrix with the results of the division of a matrix by the scalar 2.
 

Related Topics

DivideMatrices: The formula 'DivideMatrices' returns the division of 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: 2014-09-16