diff options
author | ikkiran | 2012-06-21 18:19:40 +0530 |
---|---|---|
committer | ikkiran | 2012-06-21 18:19:40 +0530 |
commit | 912b905e1d9f1c866b101cb3f6107971eb464e52 (patch) | |
tree | 22a91d540a7cc4e3e969460844c902e4df9cb3bd /ult/Documentation/5.2.rst | |
parent | 3c5feb1ca2e2e8221d9982879e5068b29a063d90 (diff) | |
download | sdes-stscripts-912b905e1d9f1c866b101cb3f6107971eb464e52.tar.gz sdes-stscripts-912b905e1d9f1c866b101cb3f6107971eb464e52.tar.bz2 sdes-stscripts-912b905e1d9f1c866b101cb3f6107971eb464e52.zip |
Added documentation to ULT
Diffstat (limited to 'ult/Documentation/5.2.rst')
-rw-r--r-- | ult/Documentation/5.2.rst | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/ult/Documentation/5.2.rst b/ult/Documentation/5.2.rst new file mode 100644 index 0000000..d76e832 --- /dev/null +++ b/ult/Documentation/5.2.rst @@ -0,0 +1,32 @@ + +5.2 Getting started with symbolics +================================== + +1. Define symbolic expressions in sage(0.29 - 2.52) + * Exercise 1: Define given expressions as symbolic expressions(3.03 - 3.44) + +#. Use built-in constants and functions + * built-in constants(3.46 - 4.59) + * built-in functions(5.00 - 6.02) + * Exercise 2: Combined problem of built-in constants and functions(6.06 - 7.00) + +#. Define Symbolic functions + * Define arbitary functions(7.03 - 8.09) + * Define functions piecewise(8.10 - 9.19) + * Define functions convergent series & other series(9.20 - 11.37) + * Exercise 3:Define a piecewise function(11.43 - 12.57) + +#. Perform calculus using sage + * Differentiation(12.58 - 14.36) + * Integration(14.37 - 15.16) + * Find factors(15.17 - 15.45) + * Simplify(15.46 - 16.31) + * Find roots and substitute(16.32 - 18.02) + * Exercise 4: Perform calculus on given expressions(18.07 - 19.51) + +#. Matrices in Sage(19.52 - 20.56) + * Exercise 5: Find the determinant and inverse of the given expression(20.57 - 21.43) + +#. Summary(21.46 - 22.27) + +#. Evaluation Questions(22.28 - 23.2s1) |