Search

 

Module: Editor

Version: 5.1.4 +

Type: Double

Category: Matrix

 

Description

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

Parameters

Scalar:            the scalar you want to use for division.

Matrix:            the matrix you want to use for division.

Example

Description

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

Values parameters

Scalar: 2

Matrix:

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

Result

Output:

Column 1Column 2Column 3
 1  0,4  0,25
 0,6667  0,3333  0,2222
 0,5  0,2857  0,2
 
The outcome is a matrix with the results of the division of the scalar 2 by each element of the matrix.
 

Related Topics

DivideMatrices: The formula 'DivideMatrices' returns the division of two matrices.

DivideMatrixScalarThe formula 'DivideMatrixScalar' returns the division of a matrix by a scalar.

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