--- 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,