Huge numerical datasets are routine for Mathematica. Its powerful array primitives make large-scale array manipulation both easy to specify and highly efficient. And its ...
The following sequence shows how to change the aspect ratio of a plot. Using the Selection tool, click to select the graphic. Shift+drag a handle to change the aspect ratio.
Weighted
(Graph Utilities Package Symbol) Weighted is an option to functions in the Graph Utilities Package that specifies how to treat edges with higher weight.
IndependentEdgeSetQ[g, elist] yields True if the edge list elist is an independent edge set of the graph g, and False otherwise.
CubicalGraph returns the graph corresponding to the cube, a Platonic solid.
DodecahedralGraph returns the graph corresponding to the dodecahedron, a Platonic solid.
IcosahedralGraph returns the graph corresponding to the icosahedron, a Platonic solid.
OctahedralGraph returns the graph corresponding to the octahedron, a Platonic solid.
RandomVertices[g] assigns a random embedding to graph g.
TetrahedralGraph returns the graph corresponding to the tetrahedron, a Platonic solid.