diff options
-rw-r--r-- | progress.org | 2 | ||||
-rw-r--r-- | using-sage/script.rst | 11 | ||||
-rw-r--r-- | using-sage/slides.tex | 3 |
3 files changed, 13 insertions, 3 deletions
diff --git a/progress.org b/progress.org index 20b8d1d..dad0f76 100644 --- a/progress.org +++ b/progress.org @@ -29,7 +29,7 @@ |---------+----------------------------------------+-------+----------+---------------------------------------+-----------| | 5.1 LO: | getting started with sage notebook | 3 | Madhu | | | | 5.2 LO: | getting started with symbolics | 3 | Amit | | | -| 5.3 LO: | using Sage | 4 | Punch | Anoop (Pending) | | +| 5.3 LO: | using Sage | 4 | Punch | Anoop (Done) | | | 5.4 LO: | using sage to teach | 3 | Nishanth | | | | 5.5 LO: | Assessment | 3 | Anoop | | | |---------+----------------------------------------+-------+----------+---------------------------------------+-----------| 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} |