From 2108ea25e8eff0e81df72bef1574117dad3cf03b Mon Sep 17 00:00:00 2001 From: Amit Sethi Date: Thu, 28 Oct 2010 15:50:13 +0530 Subject: Added metadata for getting started with symbolics --- getting-started-with-symbolics/script.rst | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'getting-started-with-symbolics') 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? : [2010-10-05] + Symbolics with Sage ------------------- -- cgit