Differences between revisions 29 and 30
Revision 29 as of 2012-05-09 04:00:12
Size: 10309
Editor: jason
Comment:
Revision 30 as of 2012-05-09 04:05:55
Size: 10286
Editor: jason
Comment:
Deletions are marked like this. Additions are marked like this.
Line 184: Line 184:
    print "<html>" # trick to avoid word wrap
Line 186: Line 185:
        cProfile.run(cmd)         cProfile.runctx(cmd,globals(), locals())
Line 188: Line 187:
        profile.run(cmd)
   print "</html>"
        profile.runctx(cmd,globals(), locals())

Sage Interactions - Miscellaneous

goto interact main page

Hearing a trigonometric identity

by Marshall Hampton. When the two frequencies are well separated, we hear the right hand side of the identity. When they start getting close, we hear the higher-pitched factor in the left-hand side modulated by the lower-pitched envelope.

sinsound.png

Karplus-Strong algorithm for plucked and percussive sound generation

by Marshall Hampton

KarplusStrong.png

An Interactive Venn Diagram

veng.png

Unreadable code

by Igor Tolkov

unreadable.png

Profile a snippet of code

profile.png

Evaluate a bit of code in a given system

by William Stein (there is no way yet to make the text box big):

evalsys.png

Minkowski Sum

by Marshall Hampton

minksum.png

Cellular Automata

by Pablo Angulo, Eviatar Bach

Put in separate cell:

cellular2.png

interact/misc (last edited 2020-06-05 20:32:41 by mathzeta2)