Manual:Comandament Distància

De GeoGebra Manual
La revisió el 10:56, 12 set 2016 per Pep Bujosa (discussió | contribucions) (Pep Bujosa ha mogut Manual:Distància Comandament a Manual:Comandament Distància)
(dif.) ← Versió més antiga | Versió actual (dif.) | Versió més nova → (dif.)
Salta a: navegació, cerca
Accessories dictionary.png
Aquesta pàgina forma part del manual oficial per imprimir i per obtenir en format PDF. Per raons estructurals els usuaris no la poden editar. Si hi trobeu algun error, poseu-vos en contacte amb nosaltres.Anar a la versió que pot ser editada pels usuaris.


Diatància[ <Punt>, <Objecte> ]
Dóna la mínima distància entre el punt i l'objecte.
Exemple:
Distance[(2, 1), x^2 + (y - 1)^2 = 1] yields 1
Nota: The command works for points, segments, lines, conics, functions and implicit curves. For functions it uses a numerical algorithm which works better for polynomials.
Exemple: Let f be a function and A be a point. Distance[A, f] yields the distance between A and (x(A), f(x(A))).


Distance[ <Line>, <Line> ]
Yields the distance between two lines.
Exemple:
  • Distance[y = x + 3, y = x + 1] yields 1.41
  • Distance[y = 3x + 1, y = x + 1] yields 0
Nota: The distance between intersecting lines is 0. Thus, this command is only interesting for parallel lines.
Nota: See also Mode distance.svg Distance or Length tool .


Distance[ <Point>, <Point> ]
Yields the distance between the two points.
Exemple:
Distance[(2, 1, 2), (1, 3, 0)] yields 3
Distance[ <Line>, <Line> ]
Yields the distance between two lines.
Exemple:
Let a: X = (-4, 0, 0) + λ*(4, 3, 0) and b: X = (0, 0, 0) + λ*(0.8, 0.6, 0).
Distance[a, b] yields 2.4
© 2024 International GeoGebra Institute