Home > other >  Maple inside how to use Delaunay built numerical simulation grid (GraphTheory [DelaunayTriangulation
Maple inside how to use Delaunay built numerical simulation grid (GraphTheory [DelaunayTriangulation

Time:01-27

It is better for example attached command statement
Despite GraphTheory maple specification [DelaunayTriangulation] command, and have the following instructions, but there was no case to add explanation · auspicious,
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --

The Parameters
Points
-
The list of 2 element lists representing n coordinates
The Description
"This function computes a Delaunay triangulation of the input points returning a sequence of two outputs: the set of triangles and an edge adjacency Matrix.
"The Delaunay triangulation is a triangulation that maximizes The smallest Angle of The triangles in The triangulation (i.e. for it avoids thin triangles).
"The triangles are returned in a set containing The three are of each triangle as integer references to The input points list.
"The adjacency matrix is an n by n symmetric matrix that contains a
1
In entry
I, j
If one of the triangle edges is from
Points [I]
To
Points [j]
, and
0
Otherwise.
Compatibility
"The GraphTheory [DelaunayTriangulation] command was introduced in Maple 16.
"For more information on Maple 16 changes, see Updates in Maple 16.
See Also
GraphTheory
  • Related