diff -r c62b166b3f00 -r 3e947a3fa83e getting-started-with-symbolics/script.rst --- a/getting-started-with-symbolics/script.rst Thu Oct 28 15:37:18 2010 +0530 +++ b/getting-started-with-symbolics/script.rst Thu Oct 28 15:50:13 2010 +0530 @@ -1,3 +1,27 @@ +.. Objectives +.. ---------- + +.. By the end of this tutorial, you will be able to + +.. 1. Defining symbolic expressions in sage. +.. # Using built-in costants and functions. +.. # Performing Integration, differentiation using sage. +.. # Defining matrices. +.. # Defining Symbolic functions. +.. # Simplifying and solving symbolic expressions and functions. + + +.. Prerequisites +.. ------------- + +.. 1. getting started with sage notebook + + +.. Author : Amit + Internal Reviewer : + External Reviewer : + Checklist OK? : [2010-10-05] + Symbolics with Sage -------------------