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
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