diff options
author | Jovina | 2011-06-16 13:42:34 +0530 |
---|---|---|
committer | Jovina | 2011-06-16 13:42:34 +0530 |
commit | fe92a5886e01d3a4a05d7a7b9d0d06602693c496 (patch) | |
tree | 00b006763648fcb676a31db427b1de43ea7c297b | |
parent | 475acd5b517a7e376931a44852fc0e63d42fd698 (diff) | |
parent | b4f90216edffc36f440bbd4f70c50f221fd8e134 (diff) | |
download | st-scripts-fe92a5886e01d3a4a05d7a7b9d0d06602693c496.tar.gz st-scripts-fe92a5886e01d3a4a05d7a7b9d0d06602693c496.tar.bz2 st-scripts-fe92a5886e01d3a4a05d7a7b9d0d06602693c496.zip |
Merge branch 'master' of https://github.com/FOSSEE/st-scripts
-rw-r--r-- | using_sage/script.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/using_sage/script.rst b/using_sage/script.rst index 45fe950..3ac943e 100644 --- a/using_sage/script.rst +++ b/using_sage/script.rst @@ -324,7 +324,7 @@ we have learnt to, - integrate()-- to integrate over an expression - integral()-- to find out the definite integral of an expression by specifying the limits - - solve()-- to solve a function, relative to it's postion. + - solve()-- to solve a function, relative to it's position. #. Create Both a simple graph and a directed graph, using the functions ``graph`` and ``digraph`` respectively. #. Use functions for Number theory.For eg: @@ -364,7 +364,7 @@ Here are some self assessment questions for you to solve And the answers, 1. To find out the limit of an expression from the negative side,we add - an argument dir="below" as + an argument dir="left" as :: lim(x/sin(x), x=0, dir="left") |