Student[NumericalAnalysis]
Distance
compute the distance between two matrices or vectors
Calling Sequence
Parameters
Description
Examples
Distance(A, B, p)
A
-
Matrix or Vector
B
p
nonnegative, infinity, -infinity, Frobenius, Euclidean; the norm selector
The Distance command computes the distance (the norm of the difference) between two matrices or two vectors with respect to a specified p-norm. For more information on various norms that can be computed, see Student,LinearAlgebra,Norm.
If A and B are both matrices then p must be one of 1, 2, infinity, Frobenius, or Euclidean.
If A and B are both vectors then p must be one of a non-negative number, infinity, -infinity, Frobenius, or Euclidean.
A and B must both be either vectors or matrices, not one of each.
See Also
LinearAlgebra[Norm]
Student[LinearAlgebra]
Student[NumericalAnalysis][ComputationOverview]
Download Help Document