Maple Professional
Maple Academic
Maple Student Edition
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professional
MapleSim Academic
Maple T.A. - Testing & Assessment
Maple T.A. MAA Placement Test Suite
Möbius - Online Courseware
Machine Design / Industrial Automation
Aerospace
Vehicle Engineering
Robotics
Power Industries
System Simulation and Analysis
Model development for HIL
Plant Modeling for Control Design
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematics Education
Engineering Education
High Schools & Two-Year Colleges
Testing & Assessment
Students
Financial Modeling
Operations Research
High Performance Computing
Physics
Live Webinars
Recorded Webinars
Upcoming Events
MaplePrimes
Maplesoft Blog
Maplesoft Membership
Maple Ambassador Program
MapleCloud
Technical Whitepapers
E-Mail Newsletters
Maple Books
Math Matters
Application Center
MapleSim Model Gallery
User Case Studies
Exploring Engineering Fundamentals
Teaching Concepts with Maple
Maplesoft Welcome Center
Teacher Resource Center
Student Help Center
geom3d[StereographicProjection] - find the stereographic projection of a point
Calling Sequence
StereographicProjection(P, P1, s)
Parameters
P
-
the name of the point to be created
P1
a point
s
a sphere
Description
Let S and N be the south pole and the north pole of the sphere s, respectively. If P1 is a point on s, then the computed point P is the stereographic projection of P1 on s to the tangent plane sp at S, i.e., P is the intersection of the line l, which passes through N and P, and sp. If P1 is a point on the tangent plane sp, then the computed point P is a point on the sphere s such that P1 is the stereographic projection of P on s to the tangent plane sp.
For a detailed description of the object created P, use the routine detail (i.e., detail(P))
The command with(geom3d,StereographicProjection) allows the use of the abbreviated form of this command.
Examples
Define the point P(4/3,4/3,4/3) on the sphere s with center at (0,0,2) and radius 2
Find the stereographic projection P1 of P
Find the stereographic projection P2 of P1
The points P and P2 should have the same coordinates
See Also
geom3d[objects], geom3d[transformation]
Download Help Document