symbolics/slides.org
author Amit Sethi
Tue, 09 Nov 2010 15:40:53 +0530
changeset 418 8a42b4203f6d
permissions -rw-r--r--
"Merging heads"
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
418
8a42b4203f6d "Merging heads"
Amit Sethi
parents:
diff changeset
     1
#+LaTeX_CLASS: beamer
8a42b4203f6d "Merging heads"
Amit Sethi
parents:
diff changeset
     2
#+LaTeX_CLASS_OPTIONS: [presentation]
8a42b4203f6d "Merging heads"
Amit Sethi
parents:
diff changeset
     3
#+BEAMER_FRAME_LEVEL: 1
8a42b4203f6d "Merging heads"
Amit Sethi
parents:
diff changeset
     4
8a42b4203f6d "Merging heads"
Amit Sethi
parents:
diff changeset
     5
#+BEAMER_HEADER_EXTRA: \usetheme{Warsaw}\useoutertheme{infolines}\usecolortheme{default}\setbeamercovered{transparent}
8a42b4203f6d "Merging heads"
Amit Sethi
parents:
diff changeset
     6
#+COLUMNS: %45ITEM %10BEAMER_env(Env) %10BEAMER_envargs(Env Args) %4BEAMER_col(Col) %8BEAMER_extra(Extra)
8a42b4203f6d "Merging heads"
Amit Sethi
parents:
diff changeset
     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
8a42b4203f6d "Merging heads"
Amit Sethi
parents:
diff changeset
     8
#+OPTIONS:   H:5 num:t toc:nil \n:nil @:t ::t |:t ^:t -:t f:t *:t <:t
8a42b4203f6d "Merging heads"
Amit Sethi
parents:
diff changeset
     9
8a42b4203f6d "Merging heads"
Amit Sethi
parents:
diff changeset
    10
#+TITLE: Plotting Data 
8a42b4203f6d "Merging heads"
Amit Sethi
parents:
diff changeset
    11
#+AUTHOR: FOSSEE
8a42b4203f6d "Merging heads"
Amit Sethi
parents:
diff changeset
    12
#+DATE: 2010-09-14 Tue
8a42b4203f6d "Merging heads"
Amit Sethi
parents:
diff changeset
    13
#+EMAIL:     info@fossee.in
8a42b4203f6d "Merging heads"
Amit Sethi
parents:
diff changeset
    14
8a42b4203f6d "Merging heads"
Amit Sethi
parents:
diff changeset
    15
# \author[FOSSEE] {FOSSEE}
8a42b4203f6d "Merging heads"
Amit Sethi
parents:
diff changeset
    16
8a42b4203f6d "Merging heads"
Amit Sethi
parents:
diff changeset
    17
# \institute[IIT Bombay] {Department of Aerospace Engineering\\IIT Bombay}
8a42b4203f6d "Merging heads"
Amit Sethi
parents:
diff changeset
    18
# \date{}
8a42b4203f6d "Merging heads"
Amit Sethi
parents:
diff changeset
    19
8a42b4203f6d "Merging heads"
Amit Sethi
parents:
diff changeset
    20
* Tutorial Plan
8a42b4203f6d "Merging heads"
Amit Sethi
parents:
diff changeset
    21
** Defining symbolic expressions in sage.  
8a42b4203f6d "Merging heads"
Amit Sethi
parents:
diff changeset
    22
** Using built-in costants and functions. 
8a42b4203f6d "Merging heads"
Amit Sethi
parents:
diff changeset
    23
** Performing Integration, differentiation using sage. 
8a42b4203f6d "Merging heads"
Amit Sethi
parents:
diff changeset
    24
** Defining matrices. 
8a42b4203f6d "Merging heads"
Amit Sethi
parents:
diff changeset
    25
** Defining Symbolic functions.  
8a42b4203f6d "Merging heads"
Amit Sethi
parents:
diff changeset
    26
** Simplifying and solving symbolic expressions and functions.
8a42b4203f6d "Merging heads"
Amit Sethi
parents:
diff changeset
    27
* Summary
8a42b4203f6d "Merging heads"
Amit Sethi
parents:
diff changeset
    28
** We learnt about defining symbolic expression and functions.  
8a42b4203f6d "Merging heads"
Amit Sethi
parents:
diff changeset
    29
** Using built-in constants and functions.  
8a42b4203f6d "Merging heads"
Amit Sethi
parents:
diff changeset
    30
** Using <Tab>  to see the documentation of a function.  
8a42b4203f6d "Merging heads"
Amit Sethi
parents:
diff changeset
    31
** Simple calculus operations .  
8a42b4203f6d "Merging heads"
Amit Sethi
parents:
diff changeset
    32
** Substituting values in expression using substitute function.
8a42b4203f6d "Merging heads"
Amit Sethi
parents:
diff changeset
    33
** Creating symbolic matrices and performing operation on them .