diff options
author | Amit Sethi | 2010-10-28 15:50:13 +0530 |
---|---|---|
committer | Amit Sethi | 2010-10-28 15:50:13 +0530 |
commit | 2108ea25e8eff0e81df72bef1574117dad3cf03b (patch) | |
tree | 56c2e41db89617dda82898e086f85b4df2ae5855 /getting-started-with-symbolics | |
parent | 742879116692eb088fc2e94149be0322d51b3555 (diff) | |
download | st-scripts-2108ea25e8eff0e81df72bef1574117dad3cf03b.tar.gz st-scripts-2108ea25e8eff0e81df72bef1574117dad3cf03b.tar.bz2 st-scripts-2108ea25e8eff0e81df72bef1574117dad3cf03b.zip |
Added metadata for getting started with symbolics
Diffstat (limited to 'getting-started-with-symbolics')
-rw-r--r-- | getting-started-with-symbolics/script.rst | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/getting-started-with-symbolics/script.rst b/getting-started-with-symbolics/script.rst index b9014bf..b41ab87 100644 --- a/getting-started-with-symbolics/script.rst +++ b/getting-started-with-symbolics/script.rst @@ -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? : <put date stamp here, if OK> [2010-10-05] + Symbolics with Sage ------------------- |