Euclidean Norm

Returns the Euclidean norm of z. It calculates the norm of the whole object x.

euklidnorm(x) = norm(x,2)

Syntax

euklidnorm(x)

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

Use the euklidnorm button to complete the operation.

Example
IDDescriptionTypeValueExpression
x REAL MATRIX

[[1,2],[3,4]]
n REAL33
z Result REAL 5.47723euklidnorm(x)