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[triangle] - define a triangle
Calling Sequence
triangle(T, [A, B, C], n)
triangle(T, [l1, l2, l3], n)
Parameters
T
-
the name of the triangle
A, B, C
three points
l1, l2, l3
three lines
n
(optional) list of three names representing the names of the x-axis, y-axis and the z-axis respectively.
Description
A triangle is a polygon having three sides. A vertex of a triangle is a point at which two of the sides meet.
A triangle T can be defined as follows:
from three given points A, B, C.
from three given lines l1, l2, l3.
To access the information relating to a triangle T, use the following function calls:
form(T)
returns the form of the geometric object (i.e., triangle3d if T is a triangle).
DefinedAs(T)
returns the list of three vertices of T
detail(T)
returns a detailed description of the triangle T.
The command with(geom3d,triangle) allows the use of the abbreviated form of this command.
Examples
define three points , and
define the triangle that has as its vertices
See Also
geom3d[altitude], geom3d[area], geom3d[IsEquilateral], geom3d[IsRightTriangle], geom3d[objects], geom3d[sides]
Download Help Document