HP Prime for All
English
Русский
News
Hardware
Articles
Docs
HP Apps
Software
Docs
:
Commands
:
maxnorm
Syntax
maxnorm(Vect or Mtrx)
Description
Norm with the maximum of a vector (or of a matrix): maxnorm([x1,x2,..,xn])=max(|x1|,..,|xn|)
Example
maxnorm([1,2]) returns 2
maxnorm — Discussion
↑Back to top