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 1, infinity, or Euclidean; defaults to 2
The Norm command computes the p-norm of a.
If p is set to Euclidean, then the 2-norm is computed.
For a real number p, the p-norm of a n-dimensional Vector v is given by ∑i=1n⁡vip1p.
The infinity norm of a n-dimensional Vector v is given by maxi=1n|vi|.
Let v denote the p-norm or infinity norm of a Vector v. The p-norm or infinity norm of a Matrix a is given by max||v||=1||a⁢.⁢v||.
Only the 1, 2, and infinity norms are available for Matrices.
with⁡Student:-MultivariateCalculus:
v≔1,2,3
v≔123
Norm⁡v
14
Norm⁡v,∞
3
Norm⁡v,1
6
a≔1,2|3,4
a≔1324
Norm⁡a
15+221
Norm⁡a,1
7
Norm⁡a,∞
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