From 7f6333f170d60f4d755d1b446c38146f7d54c77c Mon Sep 17 00:00:00 2001 From: Anand Raj Date: Fri, 12 Nov 2010 00:40:47 +0530 Subject: checklist ok for `getting started with lists` --- getting-started-with-symbolics/script.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'getting-started-with-symbolics/script.rst') diff --git a/getting-started-with-symbolics/script.rst b/getting-started-with-symbolics/script.rst index a96e3c7..78c2adb 100644 --- a/getting-started-with-symbolics/script.rst +++ b/getting-started-with-symbolics/script.rst @@ -20,6 +20,7 @@ .. Author : Amit Internal Reviewer : External Reviewer : + Language Reviewer : Bhanukiran Checklist OK? : [2010-10-05] Symbolics with Sage -- cgit From bb65c7c025f94b9ce9055e9536936be76f0ca01b Mon Sep 17 00:00:00 2001 From: Bhanukiran Date: Fri, 12 Nov 2010 00:59:21 +0530 Subject: language check done for `getting started with symbolics` --- getting-started-with-symbolics/script.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'getting-started-with-symbolics/script.rst') diff --git a/getting-started-with-symbolics/script.rst b/getting-started-with-symbolics/script.rst index 78c2adb..bbd0e22 100644 --- a/getting-started-with-symbolics/script.rst +++ b/getting-started-with-symbolics/script.rst @@ -41,11 +41,11 @@ During the course of the tutorial we will learn * Defining symbolic functions. * Simplifying and solving symbolic expressions and functions. -Amongst a lot of other things, Sage can do Symbolic Math and we shall +In addtion to a lot of other things, Sage can do Symbolic Math and we shall start with defining symbolic expressions in Sage. -Hope you have your Sage notebook open. If not, pause the video and -start you Sage notebook. +Have your Sage notebook opened. If not, pause the video and +start you Sage notebook right now. On the sage notebook type:: @@ -64,7 +64,7 @@ Now if you type:: Sage simply returns the expression. Sage treats ``sin(y)`` as a symbolic expression. We can use this to do -symbolic maths using Sage's built-in constants and expressions. +symbolic math using Sage's built-in constants and expressions. Let us try out a few examples. :: @@ -287,7 +287,7 @@ correct :: as we can see when we substitute the value the answer is almost = 0 showing the solution we got was correct. -Following is an (are) exercise(s) that you must do. +Following are a few exercises that you must do. %% %% Differentiate the following. -- cgit From 349654f7908fb54e4f409b55f01983734fd7b194 Mon Sep 17 00:00:00 2001 From: Anand Raj Date: Fri, 12 Nov 2010 01:00:49 +0530 Subject: internal review not done for `getting started with symbolics` --- getting-started-with-symbolics/script.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'getting-started-with-symbolics/script.rst') diff --git a/getting-started-with-symbolics/script.rst b/getting-started-with-symbolics/script.rst index bbd0e22..4f714d4 100644 --- a/getting-started-with-symbolics/script.rst +++ b/getting-started-with-symbolics/script.rst @@ -21,7 +21,7 @@ Internal Reviewer : External Reviewer : Language Reviewer : Bhanukiran - Checklist OK? : [2010-10-05] + Checklist OK? : <, if OK> [2010-10-05] Symbolics with Sage ------------------- -- cgit