Differences between revisions 4 and 11 (spanning 7 versions)
Revision 4 as of 2006-10-09 21:44:14
Size: 104
Editor: anonymous
Comment:
Revision 11 as of 2006-10-09 22:35:18
Size: 455
Editor: anonymous
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
Describe dmr/notebookwiki here. Copy cells from wiki-form window in sage worksheet and paste directly into wiki edit.
Line 5: Line 5:
{{{
code
code
///




################################################################################
# Wiki form worksheet: _scratch_
################################################################################



{{{sage: a = 5
Line 11: Line 18:
attachment:_scratch___plain__.html {{{sage: a
5}}}


{{{sage: for i in range(10):
... print i*i - 2
-2
-1
2
7
14
23
34
47
62
79}}}

{{{
}}}

Copy cells from wiki-form window in sage worksheet and paste directly into wiki edit.

# Wiki form worksheet: _scratch_

{{{sage: a = 5 }}}

{{{sage: a 5}}}

{{{sage: for i in range(10): ... print i*i - 2 -2 -1 2 7 14 23 34 47 62 79}}}

dmr/notebookwiki (last edited 2008-11-14 13:42:08 by anonymous)