[sage-devel] Re: Graph Theory Sage ; Clustering co-efficients

2011-10-07 Thread Nathann Cohen
> > Here is an example from the documentation, more or less. Thus proving once more than Sage is the best graph library in the world :-p Nathann -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@goo

[sage-devel] Re: Graph Theory Sage ; Clustering co-efficients

2011-10-06 Thread kcrisman
Here is an example from the documentation, more or less. sage: A = graphs.FruchtGraph() sage: A.clustering_coeff() {0: 0.1, 1: 0.1, 2: 0.0, 3: 0.1, 4: 0.1, 5: 0.1, 6: 0.1, 7: 0.1, 8: 0.0