GraphTheory[SpecialGraphs]
BerlekampVanLintSeidelGraph
construct Berlekamp-van Lint-Seidel graph
Calling Sequence
Description
Examples
References
Compatibility
BerlekampVanLintSeidelGraph()
The BerlekampVanLintSeidelGraph command creates the Berlekamp-van Lint-Seidel graph.
The Berlekamp-van Lint-Seidel graph is a strongly regular graph with 243 vertices and 2673 edges.
with⁡GraphTheory:
with⁡SpecialGraphs:
G≔BerlekampVanLintSeidelGraph⁡
G≔Graph 1: an undirected graph with 243 vertices and 2673 edge(s)
IsStronglyRegular⁡G,parameters
true,22,1,2
"Berlekamp-van Lint-Seidel graph", Wikipedia. http://en.wikipedia.org/wiki/Berlekamp-van Lint-Seidel_graph
The GraphTheory[SpecialGraphs][BerlekampVanLintSeidelGraph] command was introduced in Maple 2020.
For more information on Maple 2020 changes, see Updates in Maple 2020.
See Also
SpecialGraphs
Download Help Document