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
geometry[EulerCircle] - find the Euler circle of a given triangle
Calling Sequence
EulerCircle(Elc, T, 'centername'=cn)
Parameters
T
-
triangle
Elc
the name of the Euler circle
'centername' = cn
(optional) where cn is a name of the center of the Euler's circle.
Description
The Euler circle Elc of triangle T is the circumcircle of the medial triangle of T
Note that it was O. Terquem who named this circle the nine-point circle, and this is the name commonly used in the English-speaking countries. Some French geometers refer to it as Euler's circle, and German geometers usually call it Feuerbach's circle.
If the third optional argument is given and is of the form 'centername' = cn where cn is name, cn will be the name of the center of Elc.
For a detailed description of the Euler circle Elc, use the routine detail (i.e., detail(Elc))
Note that the routine only works if the vertices of triangle T are known.
The command with(geometry,Eulercircle) allows the use of the abbreviated form of this command.
Examples
assume that the names of the horizontal and vertical axes are _x and _y, respectively
See Also
geometry[circle], geometry[medial], geometry[triangle]
Download Help Document