Skip to main content

NORM

Returns the Frobenius norm of a matrix (square root of sum of squared elements).

CategoryMatrix
SyntaxNORM(matrix)

Parameters

ParameterRequiredDescription
matrixRequiredThe matrix to compute the norm of.

Example

NORM([1, 2; 3, 4])

Auto-generated from the EngCanvas function registry.