418
|
1 |
#+LaTeX_CLASS: beamer
|
|
2 |
#+LaTeX_CLASS_OPTIONS: [presentation]
|
|
3 |
#+BEAMER_FRAME_LEVEL: 1
|
|
4 |
|
|
5 |
#+BEAMER_HEADER_EXTRA: \usetheme{Warsaw}\useoutertheme{infolines}\usecolortheme{default}\setbeamercovered{transparent}
|
|
6 |
#+COLUMNS: %45ITEM %10BEAMER_env(Env) %10BEAMER_envargs(Env Args) %4BEAMER_col(Col) %8BEAMER_extra(Extra)
|
|
7 |
#+PROPERTY: BEAMER_col_ALL 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1.0 :ETC
|
|
8 |
#+OPTIONS: H:5 num:t toc:nil \n:nil @:t ::t |:t ^:t -:t f:t *:t <:t
|
|
9 |
|
|
10 |
#+TITLE: Plotting Data
|
|
11 |
#+AUTHOR: FOSSEE
|
|
12 |
#+DATE: 2010-09-14 Tue
|
|
13 |
#+EMAIL: info@fossee.in
|
|
14 |
|
|
15 |
# \author[FOSSEE] {FOSSEE}
|
|
16 |
|
|
17 |
# \institute[IIT Bombay] {Department of Aerospace Engineering\\IIT Bombay}
|
|
18 |
# \date{}
|
|
19 |
|
|
20 |
* Tutorial Plan
|
|
21 |
** Defining symbolic expressions in sage.
|
|
22 |
** Using built-in costants and functions.
|
|
23 |
** Performing Integration, differentiation using sage.
|
|
24 |
** Defining matrices.
|
|
25 |
** Defining Symbolic functions.
|
|
26 |
** Simplifying and solving symbolic expressions and functions.
|
|
27 |
* Summary
|
|
28 |
** We learnt about defining symbolic expression and functions.
|
|
29 |
** Using built-in constants and functions.
|
|
30 |
** Using <Tab> to see the documentation of a function.
|
|
31 |
** Simple calculus operations .
|
|
32 |
** Substituting values in expression using substitute function.
|
|
33 |
** Creating symbolic matrices and performing operation on them .
|