PayleyGraph(3, 2, y^2+1).mws
>
with(GraphTheory):with(SpecialGraphs):
>
P := PayleyGraph(3, 2, y^2+1);
>
DrawGraph(P);
>