HP Prime for All
English
Русский
News
Hardware
Articles
Docs
HP Apps
Software
Docs
:
Commands
:
COLNORM
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
↑Back to top