Differences between revisions 4 and 5
Revision 4 as of 2010-12-07 08:40:16
Size: 5526
Editor: Eviatar
Comment:
Revision 5 as of 2012-04-18 18:08:28
Size: 5566
Editor: bvarberg
Comment:
Deletions are marked like this. Additions are marked like this.
Line 15: Line 15:
{{{ {{{#!sagecell
Line 68: Line 68:
{{{ {{{#!sagecell
Line 109: Line 109:
{{{ {{{#!sagecell
Line 135: Line 135:
{{{ {{{#!sagecell

Sage Interactions - Games and Diversions

goto interact main page

Zeros

Have you ever wished you could count the number of zero digits in a long number like Rainman?

by William Stein and Sequoia Lefthand

zeros.png

Queens on board

An interaction to play with the problem of placing eight queens on a board so that they do not threaten each other. This interaction exemplifies the use of persistent data, and the auto_update=False option coded by mhansen and included in sage 3.3. by Pablo Angulo

queens.png

Nim

Play nim against a perfect opponent. This interaction exemplifies the use of persistent data, and the auto_update=False option coded by mhansen and included in sage 3.3. by Pablo Angulo

nim.png

interact/games (last edited 2020-06-02 22:07:41 by kcrisman)