summaryrefslogtreecommitdiff
path: root/using_sage
diff options
context:
space:
mode:
authorJovina2011-08-02 12:56:56 +0530
committerJovina2011-08-02 12:56:56 +0530
commit4d2ec5b5b96ac3da95d8b7245376e5b6694dfb9e (patch)
tree72e3acc3c0f1af07e3d60d85f660871fb68bae0d /using_sage
parent701f8c7e585db03e5baa1c4f89c1c6b7a77eb961 (diff)
downloadst-scripts-4d2ec5b5b96ac3da95d8b7245376e5b6694dfb9e.tar.gz
st-scripts-4d2ec5b5b96ac3da95d8b7245376e5b6694dfb9e.tar.bz2
st-scripts-4d2ec5b5b96ac3da95d8b7245376e5b6694dfb9e.zip
Minor changes to scripts of 5th module.
Diffstat (limited to 'using_sage')
-rw-r--r--using_sage/script.rst12
1 files changed, 6 insertions, 6 deletions
diff --git a/using_sage/script.rst b/using_sage/script.rst
index 3ac943e..03d12e3 100644
--- a/using_sage/script.rst
+++ b/using_sage/script.rst
@@ -77,7 +77,7 @@ To find the limit of the function x*sin(1/x), at x=0, we say
We get the limit to be 0, as expected.
-It is also possible to the limit at a point from one direction. For
+It is also possible to limit a point from one direction. For
example, let us find the limit of 1/x at x=0, when approaching from
the positive side.
@@ -129,8 +129,8 @@ one of the variables. Let us differentiate the expression
Thus we get our partial differential solution.
Now, let us look at integration. We shall use the expression obtained
-from the differentiation that we did before, ``diff(f, y)`` which gave us
-the expression ---``e^(sin(-x^2 + y))*cos(-x^2 + y)/x``.
+from the differentiation that we calculated before, ``diff(f, y)``
+which gave us the expression ---``e^(sin(-x^2 + y))*cos(-x^2 + y)/x``.
The ``integrate`` command is used to obtain the integral of an
expression or function.
@@ -167,7 +167,7 @@ degree 4 about 0.
.. R13
-We easlily got the Taylor expansion,using the function ``taylor()``.
+We easily got the Taylor expansion,using the function ``taylor()``.
This brings us to the end of the features of Sage for Calculus, that
we will be looking at. For more, look at the Calculus quick-ref from
the Sage Wiki.
@@ -386,14 +386,14 @@ And the answers,
x = A.solve_right(b)
-To view the ouput type x
+To view the output type x
::
x
.. L29
-{{{ Switch to thankyou slide }}}
+{{{ Switch to thank you slide }}}
.. R29