HP Prime for All

English  Русский 

Syntax

ROWNORM(matrix)

Description

Row Norm. Finds the maximum value (over all rows) for the sums of the absolute values of all elements in a row.

Example

ROWNORM([[1,2],[3,4]]) returns 7

ROWNORM — Discussion