inorm

2-norm of a vector (complexified version of norm).

Back to Numerical Differentiation Toolbox Contents.

Contents

Syntax

y = inorm(x)

Description

y = inorm(x) evaluates the 2-norm of x.

Input/Output Parameters

Variable Symbol Description Format
Input x input argument n×1
complex
Output y 2-norm of 1×1
complex

See also

norm