Tube
(Built-in Mathematica Symbol) Tube[{{x_1, y_1, z_1}, {x_2, y_2, z_2}, ...}] represents a 3D tube around the line joining a sequence of points.Tube[{pt_1, pt_2, ...}, r] represents a tube of radius ...
CommunityModularity[g, partition] gives the community modularity of a partition.CommunityModularity[g, assignment] gives the community modularity of an assignment.
By far the largest release since Version 1.0 in 1988, Version 6.0 added a remarkable breadth of new functionality. As well as introducing several major new fundamental ...
Cylinder[{{x_1, y_1, z_1}, {x_2, y_2, z_2}}, r] represents a cylinder of radius r around the line from (x_1, y_1, z_1) to (x_2, y_2, z_2). Cylinder[{{x_1, y_1, z_1}, {x_2, ...
FindHamiltonianCycle[g] attempts to find a Hamiltonian cycle.
GraphCoordinates[g, options] calculates a visually appealing 2D layout of the vertices of the graph g and returns the coordinates of the vertices.
PseudoDiameter[g] give the pseudo-diameter of the undirected graph g, and the two vertices that achieve this diameter.
VertexEccentricity[g, s] gives the length of the longest shortest path from the source s to every other vertex in the graph g.
The Graph Utilities Package contains a number of functions useful for graph theory applications. Functions in the Graph Utilities Package. This loads the package.
BezierCurve[{pt_1, pt_2, ...}] is a graphics primitive that represents a Bézier curve with control points pt_i.