Processing Math: Done
No jsMath TeX fonts found -- using unicode fonts instead.
This may be slow and might not print well.
Use the jsMath control panel to get additional information.
jsMath Control PanelHide this Message


jsMath
Differences between revisions 39 and 42 (spanning 3 versions)
Revision 39 as of 2019-04-06 17:00:55
Size: 12801
Editor: chapoton
Comment:
Revision 42 as of 2020-05-09 01:49:01
Size: 12839
Editor: mathzeta2
Comment:
Deletions are marked like this. Additions are marked like this.
Line 123: Line 123:
    html("XY = %s"%f(XY))
    html("XZ = %s"%f(XZ))
    html("YZ = %s"%f(YZ))
    html("XYZ = %s"%f(XYZ))
    html("$X \\cap Y$ = {}".format(f(XY)))
    html("$X \\cap Z$ = {}".format(f(XZ)))
    html("$Y \\cap Z$ = {}".format(f(YZ)))
    html("$X \\cap Y \\cap Z$ = {}".format(f(XYZ)))
Line 166: Line 166:
    print (lambda f:f(0,f))(     print((lambda f:f(0,f))(
Line 171: Line 171:
    )     ))

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

cellular2.png

Another Interactive Venn Diagram

by Jane Long (adapted from http://wiki.sagemath.org/interact/misc)

This interact models a problem in which a certain number of people are surveyed to see if they participate in three different activities (running, biking, and swimming). Users can indicate the numbers of people in each category, from 0 to 100. Returns a graphic of a labeled Venn diagram with the number of people in each region. Returns an explanatory error message if user input is inconsistent.

vennjhl.png

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