Differences between revisions 3 and 4
Revision 3 as of 2012-04-18 18:41:31
Size: 2467
Editor: bvarberg
Comment:
Revision 4 as of 2019-04-06 06:34:14
Size: 2477
Editor: chapoton
Comment: py3 print
Deletions are marked like this. Additions are marked like this.
Line 70: Line 70:
    print 'Winding number = (# of red points) - (# of green points): ', wn     print('Winding number = (# of red points) - (# of green points): {}'.format(wn))

Sage Interactions - Topology

goto interact main page

Winding number of a plane curve

by Pablo Angulo. Computes winding number (with respect to the origin!) as an integral, and also as a intersection number with a half line through the origin.

winding.png

interact/topology (last edited 2020-06-01 18:42:11 by kcrisman)