Bringing together Mathematica's powerful capabilities in numerics, algebraic computation and now also geometric computation, Version 6.0 took the state of the art for ...
GraphPower[g, n] gives the graph-n\[Null]^th power of the graph g.
PathGraphQ[g] yields True if the graph g is a path and False otherwise.
Mathematica is widely used throughout the world for precollege education, in mathematics and many other fields. This page lists a few Mathematica functions used particularly ...
Mathematica offers extensive support for plotting all kinds of data in many different ways.
FindClique[g] finds a clique with maximum number of vertices in the graph g.
EdgeAdd
(Built-in Mathematica Symbol) EdgeAdd[g, e] makes a graph by adding the edge e to the graph g.EdgeAdd[g, {e_1, e_2, ...}] adds a collection of edges to g.
LoopFreeGraphQ[g] yields True if the graph g has no self-loops, and False otherwise.
EdgeList
(Graph Utilities Package Symbol) EdgeList[g] gives a list of edges in the graph g
VertexAdd[g, v] makes a graph by adding the vertex v to the graph g.VertexAdd[g, {v_1, v_2, ...}] adds a collection of vertices to g.