NormSquared
Returns the Euclidean norm square of a vector or a matrix.
Syntax
-
NormSquared(x)
-
x
is a number, a vector, or a matrix
-
Description
NormSquared(x)
returns the Euclidean norm square of x
To compute the square of any other norm, use the norm
function and square the result (using sqr
or ^2
).