diff options
author | Anoop Jacob Thomas | 2010-10-27 14:09:40 +0530 |
---|---|---|
committer | Anoop Jacob Thomas | 2010-10-27 14:09:40 +0530 |
commit | dc87beb9046b869d03e518260654cd7633558478 (patch) | |
tree | 268558f06a03b5350beb950b3015071a2c0a70f2 /using-sage | |
parent | 017aa75dd4e37f069348d95d703c61dee0c602d9 (diff) | |
download | st-scripts-dc87beb9046b869d03e518260654cd7633558478.tar.gz st-scripts-dc87beb9046b869d03e518260654cd7633558478.tar.bz2 st-scripts-dc87beb9046b869d03e518260654cd7633558478.zip |
reviewed using sage script.
Diffstat (limited to 'using-sage')
-rw-r--r-- | using-sage/script.rst | 11 | ||||
-rw-r--r-- | using-sage/slides.tex | 3 |
2 files changed, 12 insertions, 2 deletions
diff --git a/using-sage/script.rst b/using-sage/script.rst index 6b33173..918dacc 100644 --- a/using-sage/script.rst +++ b/using-sage/script.rst @@ -14,7 +14,7 @@ .. Getting Started -- Sage .. Author : Puneeth - Internal Reviewer : + Internal Reviewer : Anoop Jacob Thomas<anoop@fossee.in> External Reviewer : Checklist OK? : <put date stamp here, if OK> [2010-10-05] @@ -31,6 +31,9 @@ In this tutorial we shall quickly look at a few examples of the areas (name the areas, here) in which Sage can be used and how it can be used. +.. #[[Anoop: add name of areas and further introduction if needed for + a smooth switch]] + {{{ show the slide with Calculus outline }}} Let us begin with Calculus. We shall be looking at limits, @@ -60,6 +63,8 @@ To find the limit from the negative side, we say, lim(1/x, x=0, dir='above') +.. #[[Anoop: both the above codes are going the same thing isn't it?]] + Let us now see how to differentiate, using Sage. We shall find the differential of the expression ``exp(sin(x^2))/x`` w.r.t ``x``. We shall first define the expression, and then use the ``diff`` function @@ -208,6 +213,10 @@ gives all the combinations of ``[1, 2, 3, 4]`` That brings us to the end of this session showing various features available in Sage. +.. #[[Anoop: I feel we should add more slides, a possibility is to add + the code which they are required to type in, I also feel we should + add some review problems for them to try out.]] + {{{ Show summary slide }}} We have looked at some of the functions available for Linear Algebra, diff --git a/using-sage/slides.tex b/using-sage/slides.tex index d301f78..134b0d7 100644 --- a/using-sage/slides.tex +++ b/using-sage/slides.tex @@ -1,4 +1,4 @@ -% Created 2010-10-11 Mon 22:48 +% Created 2010-10-27 Wed 13:16 \documentclass[presentation]{beamer} \usepackage[latin1]{inputenc} \usepackage[T1]{fontenc} @@ -8,6 +8,7 @@ \usepackage{float} \usepackage{wrapfig} \usepackage{soul} +\usepackage{t1enc} \usepackage{textcomp} \usepackage{marvosym} \usepackage{wasysym} |