Norm

Returns the n-th norm of x. The scalar n must be an integer greater than zero.

  • for vectors: norm(x,n) = sum(x^n)^(1/n)

  • for matrices: norm(x,n) = sum(sum(x^n))^(1/n)

Syntax

norm(x,n)

Types
 Variable NameValue TypeVariable Type
Arguments:xreal, complexscalar, vector, matrix, signal, xy-data
nrealscalar
Result: zreal scalar
Calculator Input

Use the norm button to complete the operation.

Example
IDDescriptionTypeValueExpression
xArgumentREAL MATRIX

[[1,2],[3,4]]
nArgumentREAL33
z Result REAL 4.64159 norm(x, n)