getting-started-with-symbolics/script.rst
changeset 376 3e947a3fa83e
parent 351 054117c9dd59
child 442 a9b71932cbfa
equal deleted inserted replaced
375:c62b166b3f00 376:3e947a3fa83e
       
     1 .. Objectives
       
     2 .. ----------
       
     3 
       
     4 .. By the end of this tutorial, you will be able to
       
     5 
       
     6 .. 1. Defining symbolic expressions in sage.  
       
     7 .. # Using built-in costants and functions. 
       
     8 .. # Performing Integration, differentiation using sage. 
       
     9 .. # Defining matrices. 
       
    10 .. # Defining Symbolic functions.  
       
    11 .. # Simplifying and solving symbolic expressions and functions.
       
    12 
       
    13 
       
    14 .. Prerequisites
       
    15 .. -------------
       
    16 
       
    17 ..   1. getting started with sage notebook
       
    18 
       
    19      
       
    20 .. Author              : Amit 
       
    21    Internal Reviewer   :  
       
    22    External Reviewer   :
       
    23    Checklist OK?       : <put date stamp here, if OK> [2010-10-05]
       
    24 
     1 Symbolics with Sage
    25 Symbolics with Sage
     2 -------------------
    26 -------------------
     3 
    27 
     4 Hello friends and welcome to the tutorial on symbolics with sage.
    28 Hello friends and welcome to the tutorial on symbolics with sage.
     5 
    29