Search

 

Module: Editor

Version: 5.1.4 +

Type: Long, Double or Date

Category: Matrix

 

Description

The formula 'MinScalarMatrix' returns the minimum of the elements of a matrix and a scalar with integers, real numbers or dates. The function 'MinScalarMatrix' creates a new matrix with the minimum elements.

Parameters

Number:      the scalar you want to minimize.

Matrix:         the matrix you want to minimize.

Example

Description

In the following exapmle the formula 'MinScalarMatrix' is used to get the minimum elements out of a matrix and a scalar.

Values parameters

Number: 6

Matrix:

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

 

Result

Output:

Column 1Column 2
1 6
2 6
3 6
4 6
5 6
 
The result is a matrix with the minimum elements out of a matrix and a scalar.
 

Related Topics

MaxScalarMatrix: The formula 'MaxScalarMatrix' returns the maximum of each element from a matrix and a scalar existing of integers, real numbers or dates.

MinThe formula 'Min' returns the minimum of each element from identically shaped matrices with integers, real numbers or dates.

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-09