Maple Professionel
Maple Académique
Maple Edition Étudiant
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professionel
MapleSim Académique
Maple T.A. - Suite d'examens de classement
Maple T.A. MAA Placement Test Suite
Möbius - Didacticiels de mathématiques en ligne
Machine Design / Industrial Automation
Aéronautique
Ingénierie des véhicules
Robotics
Energie
System Simulation and Analysis
Model development for HIL
Modélisation du procédé pour la conception de systèmes de contrôle
Robotics/Motion Control/Mechatronics
Other Application Areas
Enseignement des mathématiques
Enseignement de l’ingénierie
Enseignement secondaire et supérieur (CPGE, BTS)
Tests et évaluations
Etudiants
Modélisation financière
Recherche opérationnelle
Calcul haute performance
Physique
Webinaires en direct
Webinaires enregistrés
Agenda des évènements
Forum MaplePrimes
Blog Maplesoft
Membres Maplesoft
Maple Ambassador Program
MapleCloud
Livres blancs techniques
Bulletin électronique
Livres Maple
Math Matters
Portail des applications
Galerie de modèles MapleSim
Cas d'Etudes Utilisateur
Exploring Engineering Fundamentals
Concepts d’enseignement avec Maple
Centre d’accueil utilisateur Maplesoft
Centre de ressources pour enseignants
Centre d’assistance aux étudiants
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