Reference: norm
norm(v) returns the 2-norm of the vector v = ❨a1, a2, ..., an❩, i.e. the real number norm(v) = sqrt(v⋅v) = (|a1|^2 + |a2|^2 + ... + |an|^2)^(1/2).
norm(v) returns the 2-norm of the vector v = ❨a1, a2, ..., an❩, i.e. the real number norm(v) = sqrt(v⋅v) = (|a1|^2 + |a2|^2 + ... + |an|^2)^(1/2).