reviewed using sage script.
authorAnoop Jacob Thomas<anoop@fossee.in>
Wed, 27 Oct 2010 14:09:40 +0530
changeset 361 a28d592851b4
parent 360 270b7f0715c9
child 362 a77a27916f81
reviewed using sage script.
progress.org
using-sage/questions.rst
using-sage/script.rst
using-sage/slides.tex
--- a/progress.org	Wed Oct 27 13:05:03 2010 +0530
+++ b/progress.org	Wed Oct 27 14:09:40 2010 +0530
@@ -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    |                                       |           |
 |---------+----------------------------------------+-------+----------+---------------------------------------+-----------|
--- a/using-sage/questions.rst	Wed Oct 27 13:05:03 2010 +0530
+++ b/using-sage/questions.rst	Wed Oct 27 14:09:40 2010 +0530
@@ -79,3 +79,6 @@
 
    Answer: []
 
+.. #[[Anoop: add one more question to this part, probably a small
+   problem asking them to solve it, project euler has problems on
+   combinations and all]]
--- a/using-sage/script.rst	Wed Oct 27 13:05:03 2010 +0530
+++ b/using-sage/script.rst	Wed Oct 27 14:09:40 2010 +0530
@@ -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 @@
 (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 @@
 
     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 @@
 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,
--- a/using-sage/slides.tex	Wed Oct 27 13:05:03 2010 +0530
+++ b/using-sage/slides.tex	Wed Oct 27 14:09:40 2010 +0530
@@ -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}