GraphTheory[SpecialGraphs]
FriendshipGraph
construct friendship graph
Calling Sequence
Parameters
Description
Examples
References
Compatibility
FriendshipGraph(m)
m
-
nonnegative integer
The FriendshipGraph(m) function creates the friendship graph on 2m+1 vertices.
It is formed by joining m copies of the cycle graph on 3 elements together at a single common vertex.
with⁡GraphTheory:
with⁡SpecialGraphs:
F≔FriendshipGraph⁡3
F≔Graph 1: an undirected graph with 7 vertices and 9 edge(s)
Girth⁡F
3
ChromaticIndex⁡F
6
DrawGraph⁡F
"Friendship graph", Wikipedia. http://en.wikipedia.org/wiki/Friendship_graph
Erdős, Paul; Rényi, Alfréd; Sós, Vera T. (1966), "On a problem of graph theory", Studia Sci. Math. Hungar., 1: 215–235.
The GraphTheory[SpecialGraphs][FriendshipGraph] command was introduced in Maple 2019.
For more information on Maple 2019 changes, see Updates in Maple 2019.
See Also
GearGraph
SpecialGraphs
Download Help Document