diff options
author | Nishanth Amuluru | 2010-10-08 23:56:19 +0530 |
---|---|---|
committer | Nishanth Amuluru | 2010-10-08 23:56:19 +0530 |
commit | 70cea979cd63478d44b4ea259f60ac4aa083a202 (patch) | |
tree | 38bdf46e0b1db1e5f5f9f85a2becea63e8dcbe9f /using_sage_to_teach.rst | |
parent | beb7a73093eaca281a973797254d3d5fe5b13763 (diff) | |
parent | 02319f94740367c335b5d1aa55db84aec86f9e1b (diff) | |
download | st-scripts-70cea979cd63478d44b4ea259f60ac4aa083a202.tar.gz st-scripts-70cea979cd63478d44b4ea259f60ac4aa083a202.tar.bz2 st-scripts-70cea979cd63478d44b4ea259f60ac4aa083a202.zip |
merged with punch
Diffstat (limited to 'using_sage_to_teach.rst')
-rw-r--r-- | using_sage_to_teach.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/using_sage_to_teach.rst b/using_sage_to_teach.rst index 6eaed6c..32fa8dc 100644 --- a/using_sage_to_teach.rst +++ b/using_sage_to_teach.rst @@ -11,6 +11,14 @@ In this tutorial, we shall learn * How to use SAGE worksheets for collaborative learning * How to use typesetting in sage for neater outputs +2D + * plot + * parametric_plot + * polygon + * line +3D + * plot3d + * parametric_plot3d {{{ Pause here and try out the following exercises }}} %% 2 %% change the label on y-axis to "y" and save the lines of code |