HP Prime for All

English  Русский 

Syntax

COLNORM(matrix)

Description

Column Norm. Finds the maximum value (over all columns) of the sums of the absolute values of all elements

Example

COLNORM([[1,2],[3,4]]) returns 6

COLNORM — Discussion