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[RadicalAxis] - find the radical axis of two given circles
Calling Sequence
RadicalAxis(l, c1, c2)
Parameters
l
-
the name of the radical axis
c1, c2
two circles
Description
The locus of a point whose powers with respect to two given circles are equal is called the radical axis of the two given circles.
Note that the routine in particular, and the geometry package in general, does not work with extended plane, i.e. the radical axis of two concentric circles does not exist (though in extended plane, when c1 and c2 are concentric but not equal, the radical axis is frequently defined to be the line at infinity in the plane of the circles, and the radical axis of two equal concentric circles is left undefined.)
For a detailed description of the radical axis l, use the routine detail (e.g., detail(l))
The command with(geometry,RadicalAxis) allows the use of the abbreviated form of this command.
Examples
See Also
geometry[circle], geometry[line], geometry[powerpc], geometry[RadicalCenter]
Download Help Document