| 1 | initial version |
I've added another bit on:
sage: def c(k):
....: if k<3:
....: return 0
....: if k>2:
....: return sum_of_coeffs(nil(A,k))/(2*k)
where $c(k)$ returns the number of simple cycles in G of length $k$.
| 2 | improved style |
I've added another bit on:
sage:
def c(k): where $c(k)$ returns the number of simple cycles in G of length $k$.
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.