Search

 

Module: Editor

Version: 5.1.4 +

Type: Long, Double or Date

Category: Matrix

 

Description

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

Parameters

Number:      the scalar you want to maximize.

Matrix:        the matrix you want to maximize.

Example

Description

In the following exapmle the formula 'MaxScalarMatrix' is used to get the maximum 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
6 6
6 7
6 8
6 9
6 10
 
The result is a matrix with the maximum elements out of a matrix and a scalar.
 

Related Topics

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

MaxThe formula 'Max' returns the maximum 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