Differences between revisions 1 and 2
Revision 1 as of 2006-08-17 21:38:24
Size: 300
Editor: wstein
Comment:
Revision 2 as of 2006-08-30 23:11:16
Size: 386
Editor: DavidJoyner
Comment:
Deletions are marked like this. Additions are marked like this.
Line 9: Line 9:

[http://sage.math.washington.edu/home/wdj/art/cool-sage-pic-small1.png cool pic 1]
  • Everywhere continuous, nowhere differentiable function (in the infinite limit, anyway):

{{{p = Graphics() for n in range(1,20):

  • f = lambda x: sum([sin(x*3i)/(2i) for i in range(1,n)]) p += plot(f,0,float(pi/3),plot_points=2000,rgbcolor=hue(n/20))

p.show(xmin=0, ymin=0,dpi=250) }}}

[http://sage.math.washington.edu/home/wdj/art/cool-sage-pic-small1.png cool pic 1]

pics (last edited 2017-03-26 02:08:05 by mrennekamp)