graph 1 3 Sections Graphs Doc

Def l[i] == hd(nth_tl(i;l))

is mentioned by

Def adjl-graph(G) == < vertices = G.size, edges = x:G.size||G.out(x)||, incidence = e. < 1of(e),(G.out(1of(e)))[2of(e)] > > [adjl-graph]

In prior sections: list 1 mb basic mb list 1 mb list 2 graph 1 1 graph 1 2

Try larger context: Graphs

graph 1 3 Sections Graphs Doc