> #sfb may 9, 2006 -- applied graph theory > with(networks); > p:=petersen(); > p; > edges(p); > adjacency(p); > draw(p); > >