672
Comment:
|
3859
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
## page was renamed from documentation ## Please edit system and help pages ONLY in the moinmaster wiki! For more ## information, please see MoinMaster:MoinPagesEditorGroup. |
|
Line 8: | Line 5: |
= Sage Documentation Project = This is the main community website of the '''Sage Documentation Project'''. This page is used as a central point to organize the efforts to create new help pages, tutorials, examples and similar documentation efforts. To add a documentation page to this category, add a link to this page on the last line of the page. Click on "subscribe" above to be posted about changes. |
|
Line 9: | Line 8: |
= Sage Documentation Project = | == Published Documents == Pages in this wiki (should belong to the category "DocumentationProject"). || '''Title/URL''' || '''lang''' || '''Abstract''' || '''Author''' || '''Released/Updated''' || || empty (link to wiki page) || en || ... abstract ... || mail@nobody.com || release date/update date || |
Line 11: | Line 13: |
This is the main community website of the '''Sage Documentation Project''' This page is used as a central point to organize the effords to create new help pages, tutorials, examples and similar. To add a documentation page to this category, add a link to this page on the last line of the page. |
|
Line 15: | Line 14: |
== Documents == | == External Documents == Not in this wiki (i.e. PDF or website). || '''Title/URL''' || '''lang''' || '''Abstract''' || '''Author''' || '''Released/Updated''' || || Sage and Cython: A Brief Introduction [http://openwetware.org/wiki/Open_writing_projects/Sage_and_cython_a_brief_introduction html] || en || This is a quick introduction to Sage,[...] One thing I will highlight is using Cython in Sage to make very fast code in an easy way. || Marshall Hampton || -/2008-05-09 || || Number Theory and the RSA Public Key Cryptosystem [http://nguyenminh2.googlepages.com/sage_numtheory-rsa.pdf pdf] || en || This tutorial uses Sage to study elementary number theory and the RSA public key cryptosystem. A number of Sage commands will be introduced that help us to perform basic number theoretic operations such as greatest common divisor and Euler’s phi function. We then introduce the RSA cryptosystem and use Sage’s built-in commands to encrypt and decrypt data via the RSA algorithm. || Minh Van Nguyen || 2008-11-04/2008-11-05 || || Linear error-correcting codes [http://sage.math.washington.edu/home/wdj/cookbook/coding-theory/sage-coding-cookbook.pdf pdf] || en || This tutorial introduces some of Sage's functionality in the theory of error-correcting codes. || David Joyner and Robert Miller || 2008-05 || || Sage Commands for Group Theory [http://buzzard.ups.edu/sage/sage-group-theory.pdf pdf] || en ||This is a compilation of Sage commands useful for a student studying group theory for the first time. This is a work-in-progress so is incomplete and will see more editing. ||Rob Beezer ||2008-11-05 || |
Line 17: | Line 22: |
== Documents in the Work == || '''Title/Url''' || '''lang''' || '''Author''' || '''Progress/Status/Need Help''' || || pageUrl || es || mail || 0% || == Wish List == This is a list of requested documentations. || '''Type''' || '''Priority''' || '''lang''' || '''Purpose and Direction''' || || !HowTo || high || en || Setup Sage in a classroom situation as a central server. || || Examples || medium || en || Plotting of functions, examples how various kinds of functions can be plotted, explain parameters || == Types == Some definitions on what is what in the list above. (If someone has better definitions, please edit!) * ''Howto'': Basic step-by-step guide with screenshots, easy to use, straightforward, probably often updated. * ''Tutorial'': Explain a topic, how to do something, similar to howto... * ''Guide'': More general than howto and tutorial. For example, explain background knowledge and connect the dots. * ''Examples'': List examples on a particular topic. The levels "beginner", "advanced" and "pro" can be used to indicate the level of prior knowledge, where "pro" involves knowledge about programming with Sage, i.e. also Python, while "advanced" only requires an understanding of Sage's basic functionalities and an implicit knowledge about Python programming. * ''Teaching'': Material used in teaching. == Documents by Category == |
|
Line 19: | Line 44: |
== |
|
Line 22: | Line 45: |
DocumentationProject | . DocumentationProject |
Sage Documentation Project
This is the main community website of the Sage Documentation Project. This page is used as a central point to organize the efforts to create new help pages, tutorials, examples and similar documentation efforts. To add a documentation page to this category, add a link to this page on the last line of the page. Click on "subscribe" above to be posted about changes.
Published Documents
Pages in this wiki (should belong to the category "DocumentationProject").
Title/URL |
lang |
Abstract |
Author |
Released/Updated |
empty (link to wiki page) |
en |
... abstract ... |
release date/update date |
External Documents
Not in this wiki (i.e. PDF or website).
Title/URL |
lang |
Abstract |
Author |
Released/Updated |
Sage and Cython: A Brief Introduction [http://openwetware.org/wiki/Open_writing_projects/Sage_and_cython_a_brief_introduction html] |
en |
This is a quick introduction to Sage,[...] One thing I will highlight is using Cython in Sage to make very fast code in an easy way. |
Marshall Hampton |
-/2008-05-09 |
Number Theory and the RSA Public Key Cryptosystem [http://nguyenminh2.googlepages.com/sage_numtheory-rsa.pdf pdf] |
en |
This tutorial uses Sage to study elementary number theory and the RSA public key cryptosystem. A number of Sage commands will be introduced that help us to perform basic number theoretic operations such as greatest common divisor and Euler’s phi function. We then introduce the RSA cryptosystem and use Sage’s built-in commands to encrypt and decrypt data via the RSA algorithm. |
Minh Van Nguyen |
2008-11-04/2008-11-05 |
Linear error-correcting codes [http://sage.math.washington.edu/home/wdj/cookbook/coding-theory/sage-coding-cookbook.pdf pdf] |
en |
This tutorial introduces some of Sage's functionality in the theory of error-correcting codes. |
David Joyner and Robert Miller |
2008-05 |
Sage Commands for Group Theory [http://buzzard.ups.edu/sage/sage-group-theory.pdf pdf] |
en |
This is a compilation of Sage commands useful for a student studying group theory for the first time. This is a work-in-progress so is incomplete and will see more editing. |
Rob Beezer |
2008-11-05 |
Documents in the Work
Title/Url |
lang |
Author |
Progress/Status/Need Help |
pageUrl |
es |
0% |
Wish List
This is a list of requested documentations.
Type |
Priority |
lang |
Purpose and Direction |
HowTo |
high |
en |
Setup Sage in a classroom situation as a central server. |
Examples |
medium |
en |
Plotting of functions, examples how various kinds of functions can be plotted, explain parameters |
Types
Some definitions on what is what in the list above. (If someone has better definitions, please edit!)
Howto: Basic step-by-step guide with screenshots, easy to use, straightforward, probably often updated.
Tutorial: Explain a topic, how to do something, similar to howto...
Guide: More general than howto and tutorial. For example, explain background knowledge and connect the dots.
Examples: List examples on a particular topic. The levels "beginner", "advanced" and "pro" can be used to indicate the level of prior knowledge, where "pro" involves knowledge about programming with Sage, i.e. also Python, while "advanced" only requires an understanding of Sage's basic functionalities and an implicit knowledge about Python programming.
Teaching: Material used in teaching.
Documents by Category
DocumentationProject