getting-started-with-symbolics/slides.tex
author amit
Tue, 26 Oct 2010 16:08:02 +0530
changeset 351 054117c9dd59
child 442 a9b71932cbfa
permissions -rw-r--r--
changed the name of symbolics to getting started with symbolics
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
351
054117c9dd59 changed the name of symbolics to getting started with symbolics
amit
parents:
diff changeset
     1
% Created 2010-10-21 Thu 00:06
054117c9dd59 changed the name of symbolics to getting started with symbolics
amit
parents:
diff changeset
     2
\documentclass[presentation]{beamer}
054117c9dd59 changed the name of symbolics to getting started with symbolics
amit
parents:
diff changeset
     3
\usetheme{Warsaw}\useoutertheme{infolines}\usecolortheme{default}\setbeamercovered{transparent}
054117c9dd59 changed the name of symbolics to getting started with symbolics
amit
parents:
diff changeset
     4
\usepackage[latin1]{inputenc}
054117c9dd59 changed the name of symbolics to getting started with symbolics
amit
parents:
diff changeset
     5
\usepackage[T1]{fontenc}
054117c9dd59 changed the name of symbolics to getting started with symbolics
amit
parents:
diff changeset
     6
\usepackage{graphicx}
054117c9dd59 changed the name of symbolics to getting started with symbolics
amit
parents:
diff changeset
     7
\usepackage{longtable}
054117c9dd59 changed the name of symbolics to getting started with symbolics
amit
parents:
diff changeset
     8
\usepackage{float}
054117c9dd59 changed the name of symbolics to getting started with symbolics
amit
parents:
diff changeset
     9
\usepackage{wrapfig}
054117c9dd59 changed the name of symbolics to getting started with symbolics
amit
parents:
diff changeset
    10
\usepackage{soul}
054117c9dd59 changed the name of symbolics to getting started with symbolics
amit
parents:
diff changeset
    11
\usepackage{amssymb}
054117c9dd59 changed the name of symbolics to getting started with symbolics
amit
parents:
diff changeset
    12
\usepackage{hyperref}
054117c9dd59 changed the name of symbolics to getting started with symbolics
amit
parents:
diff changeset
    13
054117c9dd59 changed the name of symbolics to getting started with symbolics
amit
parents:
diff changeset
    14
054117c9dd59 changed the name of symbolics to getting started with symbolics
amit
parents:
diff changeset
    15
\title{Plotting Data }
054117c9dd59 changed the name of symbolics to getting started with symbolics
amit
parents:
diff changeset
    16
\author{FOSSEE}
054117c9dd59 changed the name of symbolics to getting started with symbolics
amit
parents:
diff changeset
    17
\date{2010-09-14 Tue}
054117c9dd59 changed the name of symbolics to getting started with symbolics
amit
parents:
diff changeset
    18
054117c9dd59 changed the name of symbolics to getting started with symbolics
amit
parents:
diff changeset
    19
\begin{document}
054117c9dd59 changed the name of symbolics to getting started with symbolics
amit
parents:
diff changeset
    20
054117c9dd59 changed the name of symbolics to getting started with symbolics
amit
parents:
diff changeset
    21
\maketitle
054117c9dd59 changed the name of symbolics to getting started with symbolics
amit
parents:
diff changeset
    22
054117c9dd59 changed the name of symbolics to getting started with symbolics
amit
parents:
diff changeset
    23
054117c9dd59 changed the name of symbolics to getting started with symbolics
amit
parents:
diff changeset
    24
054117c9dd59 changed the name of symbolics to getting started with symbolics
amit
parents:
diff changeset
    25
054117c9dd59 changed the name of symbolics to getting started with symbolics
amit
parents:
diff changeset
    26
054117c9dd59 changed the name of symbolics to getting started with symbolics
amit
parents:
diff changeset
    27
054117c9dd59 changed the name of symbolics to getting started with symbolics
amit
parents:
diff changeset
    28
\begin{frame}
054117c9dd59 changed the name of symbolics to getting started with symbolics
amit
parents:
diff changeset
    29
\frametitle{Tutorial Plan}
054117c9dd59 changed the name of symbolics to getting started with symbolics
amit
parents:
diff changeset
    30
\label{sec-1}
054117c9dd59 changed the name of symbolics to getting started with symbolics
amit
parents:
diff changeset
    31
\begin{itemize}
054117c9dd59 changed the name of symbolics to getting started with symbolics
amit
parents:
diff changeset
    32
054117c9dd59 changed the name of symbolics to getting started with symbolics
amit
parents:
diff changeset
    33
\item Defining symbolic expressions in sage.\\
054117c9dd59 changed the name of symbolics to getting started with symbolics
amit
parents:
diff changeset
    34
\label{sec-1.1}%
054117c9dd59 changed the name of symbolics to getting started with symbolics
amit
parents:
diff changeset
    35
\item Using built-in costants and functions.\\
054117c9dd59 changed the name of symbolics to getting started with symbolics
amit
parents:
diff changeset
    36
\label{sec-1.2}%
054117c9dd59 changed the name of symbolics to getting started with symbolics
amit
parents:
diff changeset
    37
\item Performing Integration, differentiation using sage.\\
054117c9dd59 changed the name of symbolics to getting started with symbolics
amit
parents:
diff changeset
    38
\label{sec-1.3}%
054117c9dd59 changed the name of symbolics to getting started with symbolics
amit
parents:
diff changeset
    39
\item Defining matrices.\\
054117c9dd59 changed the name of symbolics to getting started with symbolics
amit
parents:
diff changeset
    40
\label{sec-1.4}%
054117c9dd59 changed the name of symbolics to getting started with symbolics
amit
parents:
diff changeset
    41
\item Defining Symbolic functions.\\
054117c9dd59 changed the name of symbolics to getting started with symbolics
amit
parents:
diff changeset
    42
\label{sec-1.5}%
054117c9dd59 changed the name of symbolics to getting started with symbolics
amit
parents:
diff changeset
    43
\item Simplifying and solving symbolic expressions and functions.\\
054117c9dd59 changed the name of symbolics to getting started with symbolics
amit
parents:
diff changeset
    44
\label{sec-1.6}%
054117c9dd59 changed the name of symbolics to getting started with symbolics
amit
parents:
diff changeset
    45
\end{itemize} % ends low level
054117c9dd59 changed the name of symbolics to getting started with symbolics
amit
parents:
diff changeset
    46
\end{frame}
054117c9dd59 changed the name of symbolics to getting started with symbolics
amit
parents:
diff changeset
    47
\begin{frame}
054117c9dd59 changed the name of symbolics to getting started with symbolics
amit
parents:
diff changeset
    48
\frametitle{Summary}
054117c9dd59 changed the name of symbolics to getting started with symbolics
amit
parents:
diff changeset
    49
\label{sec-2}
054117c9dd59 changed the name of symbolics to getting started with symbolics
amit
parents:
diff changeset
    50
\begin{itemize}
054117c9dd59 changed the name of symbolics to getting started with symbolics
amit
parents:
diff changeset
    51
054117c9dd59 changed the name of symbolics to getting started with symbolics
amit
parents:
diff changeset
    52
\item We learnt about defining symbolic expression and functions.\\
054117c9dd59 changed the name of symbolics to getting started with symbolics
amit
parents:
diff changeset
    53
\label{sec-2.1}%
054117c9dd59 changed the name of symbolics to getting started with symbolics
amit
parents:
diff changeset
    54
\item Using built-in constants and functions.\\
054117c9dd59 changed the name of symbolics to getting started with symbolics
amit
parents:
diff changeset
    55
\label{sec-2.2}%
054117c9dd59 changed the name of symbolics to getting started with symbolics
amit
parents:
diff changeset
    56
\item Using <Tab>  to see the documentation of a function.\\
054117c9dd59 changed the name of symbolics to getting started with symbolics
amit
parents:
diff changeset
    57
\label{sec-2.3}%
054117c9dd59 changed the name of symbolics to getting started with symbolics
amit
parents:
diff changeset
    58
\item Simple calculus operations .\\
054117c9dd59 changed the name of symbolics to getting started with symbolics
amit
parents:
diff changeset
    59
\label{sec-2.4}%
054117c9dd59 changed the name of symbolics to getting started with symbolics
amit
parents:
diff changeset
    60
\item Substituting values in expression using substitute function.\\
054117c9dd59 changed the name of symbolics to getting started with symbolics
amit
parents:
diff changeset
    61
\label{sec-2.5}%
054117c9dd59 changed the name of symbolics to getting started with symbolics
amit
parents:
diff changeset
    62
\item Creating symbolic matrices and performing operation on them .\\
054117c9dd59 changed the name of symbolics to getting started with symbolics
amit
parents:
diff changeset
    63
\label{sec-2.6}%
054117c9dd59 changed the name of symbolics to getting started with symbolics
amit
parents:
diff changeset
    64
\end{itemize} % ends low level
054117c9dd59 changed the name of symbolics to getting started with symbolics
amit
parents:
diff changeset
    65
\end{frame}
054117c9dd59 changed the name of symbolics to getting started with symbolics
amit
parents:
diff changeset
    66
054117c9dd59 changed the name of symbolics to getting started with symbolics
amit
parents:
diff changeset
    67
\end{document}