using_sage_to_teach.rst
author Puneeth Chaganti <punchagan@fossee.in>
Mon, 11 Oct 2010 00:57:50 +0530
changeset 273 1639ef25a231
parent 255 75fd106303dc
permissions -rw-r--r--
Slides for embellishing a plot LO.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
163
7b56ef768908 initial commit using_sage_to_teach
nishanth
parents:
diff changeset
     1
Hello friends and welcome to the tutorial on "How to use SAGE for teaching"
7b56ef768908 initial commit using_sage_to_teach
nishanth
parents:
diff changeset
     2
7b56ef768908 initial commit using_sage_to_teach
nishanth
parents:
diff changeset
     3
{{{ Show the slide containing title }}}
7b56ef768908 initial commit using_sage_to_teach
nishanth
parents:
diff changeset
     4
7b56ef768908 initial commit using_sage_to_teach
nishanth
parents:
diff changeset
     5
{{{ Show the slide containing the outline slide }}}
7b56ef768908 initial commit using_sage_to_teach
nishanth
parents:
diff changeset
     6
7b56ef768908 initial commit using_sage_to_teach
nishanth
parents:
diff changeset
     7
In this tutorial, we shall learn
7b56ef768908 initial commit using_sage_to_teach
nishanth
parents:
diff changeset
     8
7b56ef768908 initial commit using_sage_to_teach
nishanth
parents:
diff changeset
     9
 * How to use SAGE for 2D and 3D plotting 
7b56ef768908 initial commit using_sage_to_teach
nishanth
parents:
diff changeset
    10
 * How to use interactive features of SAGE for better demonstration
7b56ef768908 initial commit using_sage_to_teach
nishanth
parents:
diff changeset
    11
 * How to use SAGE worksheets for collaborative learning
7b56ef768908 initial commit using_sage_to_teach
nishanth
parents:
diff changeset
    12
 * How to use typesetting in sage for neater outputs
7b56ef768908 initial commit using_sage_to_teach
nishanth
parents:
diff changeset
    13
255
75fd106303dc Added the script to plotting_using_sage
Nishanth <nishanth@fossee.in>
parents: 163
diff changeset
    14
2D
75fd106303dc Added the script to plotting_using_sage
Nishanth <nishanth@fossee.in>
parents: 163
diff changeset
    15
 * plot
75fd106303dc Added the script to plotting_using_sage
Nishanth <nishanth@fossee.in>
parents: 163
diff changeset
    16
 * parametric_plot
75fd106303dc Added the script to plotting_using_sage
Nishanth <nishanth@fossee.in>
parents: 163
diff changeset
    17
 * polygon
75fd106303dc Added the script to plotting_using_sage
Nishanth <nishanth@fossee.in>
parents: 163
diff changeset
    18
 * line
75fd106303dc Added the script to plotting_using_sage
Nishanth <nishanth@fossee.in>
parents: 163
diff changeset
    19
3D
75fd106303dc Added the script to plotting_using_sage
Nishanth <nishanth@fossee.in>
parents: 163
diff changeset
    20
 * plot3d
75fd106303dc Added the script to plotting_using_sage
Nishanth <nishanth@fossee.in>
parents: 163
diff changeset
    21
 * parametric_plot3d
163
7b56ef768908 initial commit using_sage_to_teach
nishanth
parents:
diff changeset
    22
{{{ Pause here and try out the following exercises }}}
7b56ef768908 initial commit using_sage_to_teach
nishanth
parents:
diff changeset
    23
7b56ef768908 initial commit using_sage_to_teach
nishanth
parents:
diff changeset
    24
%% 2 %% change the label on y-axis to "y" and save the lines of code
7b56ef768908 initial commit using_sage_to_teach
nishanth
parents:
diff changeset
    25
        accordingly
7b56ef768908 initial commit using_sage_to_teach
nishanth
parents:
diff changeset
    26
7b56ef768908 initial commit using_sage_to_teach
nishanth
parents:
diff changeset
    27
{{{ continue from paused state }}}
7b56ef768908 initial commit using_sage_to_teach
nishanth
parents:
diff changeset
    28
7b56ef768908 initial commit using_sage_to_teach
nishanth
parents:
diff changeset
    29
{{{ Show summary slide }}}
7b56ef768908 initial commit using_sage_to_teach
nishanth
parents:
diff changeset
    30
7b56ef768908 initial commit using_sage_to_teach
nishanth
parents:
diff changeset
    31
This brings us to the end of the tutorial.
7b56ef768908 initial commit using_sage_to_teach
nishanth
parents:
diff changeset
    32
we have learnt
7b56ef768908 initial commit using_sage_to_teach
nishanth
parents:
diff changeset
    33
7b56ef768908 initial commit using_sage_to_teach
nishanth
parents:
diff changeset
    34
 * how to use loadtxt to read files
7b56ef768908 initial commit using_sage_to_teach
nishanth
parents:
diff changeset
    35
 * how to generate a least square fit
7b56ef768908 initial commit using_sage_to_teach
nishanth
parents:
diff changeset
    36
7b56ef768908 initial commit using_sage_to_teach
nishanth
parents:
diff changeset
    37
{{{ Show the "sponsored by FOSSEE" slide }}}
7b56ef768908 initial commit using_sage_to_teach
nishanth
parents:
diff changeset
    38
7b56ef768908 initial commit using_sage_to_teach
nishanth
parents:
diff changeset
    39
#[Nishanth]: Will add this line after all of us fix on one.
7b56ef768908 initial commit using_sage_to_teach
nishanth
parents:
diff changeset
    40
This tutorial was created as a part of FOSSEE project, NME ICT, MHRD India
7b56ef768908 initial commit using_sage_to_teach
nishanth
parents:
diff changeset
    41
7b56ef768908 initial commit using_sage_to_teach
nishanth
parents:
diff changeset
    42
Hope you have enjoyed and found it useful.
7b56ef768908 initial commit using_sage_to_teach
nishanth
parents:
diff changeset
    43
Thankyou
7b56ef768908 initial commit using_sage_to_teach
nishanth
parents:
diff changeset
    44
 
7b56ef768908 initial commit using_sage_to_teach
nishanth
parents:
diff changeset
    45
.. Author              : Nishanth
7b56ef768908 initial commit using_sage_to_teach
nishanth
parents:
diff changeset
    46
   Internal Reviewer 1 : 
7b56ef768908 initial commit using_sage_to_teach
nishanth
parents:
diff changeset
    47
   Internal Reviewer 2 : 
7b56ef768908 initial commit using_sage_to_teach
nishanth
parents:
diff changeset
    48
   External Reviewer   :