Student[MultivariateCalculus]
Norm
Calling Sequence
Parameters
Description
Examples
Compatibility
Norm(a, p)
a
-
Vector or Matrix with algebraic entries
p
(optional) a real number greater than or equal to , infinity, or Euclidean; defaults to
The Norm command computes the p-norm of a.
If p is set to Euclidean, then the -norm is computed.
For a real number p, the p-norm of a -dimensional Vector v is given by .
The infinity norm of a -dimensional Vector v is given by .
Let denote the p-norm or infinity norm of a Vector v. The p-norm or infinity norm of a Matrix a is given by .
Only the , , and infinity norms are available for Matrices.
The Student[MultivariateCalculus][Norm] command was introduced in Maple 2016.
For more information on Maple 2016 changes, see Updates in Maple 2016.
See Also
Student,MultivariateCalculus,Normalize
Download Help Document