summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPuneeth Chaganti2010-11-08 11:39:07 +0530
committerPuneeth Chaganti2010-11-08 11:39:07 +0530
commit8d719a699d597c2af29a377df294066c356b1519 (patch)
tree22d833256743cecfa3a81671ee597c84475b6d66
parent3846762f1529afd447797abf501fe80cb763366f (diff)
downloadst-scripts-8d719a699d597c2af29a377df294066c356b1519.tar.gz
st-scripts-8d719a699d597c2af29a377df294066c356b1519.tar.bz2
st-scripts-8d719a699d597c2af29a377df294066c356b1519.zip
Changes to using sage.
-rw-r--r--using-sage/script.rst12
1 files changed, 3 insertions, 9 deletions
diff --git a/using-sage/script.rst b/using-sage/script.rst
index 21c6af2..e32ac0d 100644
--- a/using-sage/script.rst
+++ b/using-sage/script.rst
@@ -28,12 +28,8 @@ Hello Friends. Welcome to this tutorial on using Sage.
{{{ show the slide with outline }}}
-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]]
+In this tutorial we shall quickly look at a few examples of using Sage
+for Linear Algebra, Calculus, Graph Theory and Number theory.
{{{ show the slide with Calculus outline }}}
@@ -62,9 +58,7 @@ the positive side.
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?]]
+ lim(1/x, x=0, dir='below')
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