Maple für Professional
Maple für Akademiker
Maple für Studenten
Maple Personal Edition
Maple Player
Maple Player für iPad
MapleSim für Professional
MapleSim für Akademiker
Maple T.A. - Testen & beurteilen
Maple T.A. MAA Placement Test Suite
Möbius - Online-Courseware
Machine Design / Industrial Automation
Luft- und Raumfahrt
Fahrzeugtechnik
Robotics
Energiebranche
System Simulation and Analysis
Model development for HIL
Anlagenmodelle für den Regelungsentwurf
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematikausbildung
Technik
Allgemein- und berufsbildende Schulen
Testen und beurteilen
Studierende
Finanzmodelle
Betriebsforschung
Hochleistungsrechnen
Physik
Live-Webinare
Aufgezeichnete Webinare
Geplante Veranstaltungen
MaplePrimes
Maplesoft-Blog
Maplesoft-Mitgliedschaft
Maple Ambassador Program
MapleCloud
Technische Whitepapers
E-Mail Newsletters
Maple-Bücher
Math Matters
Anwendungs-Center
MapleSim Modell-Galerie
Anwenderberichte
Exploring Engineering Fundamentals
Lehrkonzepte mit Maple
Maplesoft Welcome-Center
Resource-Center für Lehrer
Help-Center für Studierende
Student[NumericalAnalysis][Distance] - compute the distance between two matrices or vectors
Calling Sequence
Distance(A, B, p)
Parameters
A
-
Matrix or Vector
B
p
nonnegative, infinity, -infinity, Frobenius, Euclidean; the norm selector
Description
The Distance command computes the distance between two matrices or two vectors with respect to a specified p-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.
Examples
See Also
LinearAlgebra[Norm], Student[LinearAlgebra], Student[NumericalAnalysis], Student[NumericalAnalysis][ComputationOverview]
Download Help Document