| author | bhanu |
| Mon, 15 Nov 2010 14:53:10 +0530 | |
| changeset 501 | 2c30d4a242ee |
| parent 458 | 9a1c5d134feb |
| permissions | -rw-r--r-- |
|
458
9a1c5d134feb
Reviewed getting started with symbolics.
Puneeth Chaganti <punchagan@fossee.in>
parents:
442
diff
changeset
|
1 |
% Created 2010-11-11 Thu 02:03 |
|
351
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 |
\usepackage[latin1]{inputenc}
|
|
054117c9dd59
changed the name of symbolics to getting started with symbolics
amit
parents:
diff
changeset
|
4 |
\usepackage[T1]{fontenc}
|
|
442
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
5 |
\usepackage{fixltx2e}
|
|
351
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}
|
|
442
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
11 |
\usepackage{textcomp}
|
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
12 |
\usepackage{marvosym}
|
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
13 |
\usepackage{wasysym}
|
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
14 |
\usepackage{latexsym}
|
|
351
054117c9dd59
changed the name of symbolics to getting started with symbolics
amit
parents:
diff
changeset
|
15 |
\usepackage{amssymb}
|
|
054117c9dd59
changed the name of symbolics to getting started with symbolics
amit
parents:
diff
changeset
|
16 |
\usepackage{hyperref}
|
|
442
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
17 |
\tolerance=1000 |
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
18 |
\usepackage[english]{babel} \usepackage{ae,aecompl}
|
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
19 |
\usepackage{mathpazo,courier,euler} \usepackage[scaled=.95]{helvet}
|
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
20 |
\usepackage{listings}
|
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
21 |
\lstset{language=Python, basicstyle=\ttfamily\bfseries,
|
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
22 |
commentstyle=\color{red}\itshape, stringstyle=\color{darkgreen},
|
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
23 |
showstringspaces=false, keywordstyle=\color{blue}\bfseries}
|
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
24 |
\providecommand{\alert}[1]{\textbf{#1}}
|
|
351
054117c9dd59
changed the name of symbolics to getting started with symbolics
amit
parents:
diff
changeset
|
25 |
|
|
442
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
26 |
\title{Getting started with symbolics}
|
|
351
054117c9dd59
changed the name of symbolics to getting started with symbolics
amit
parents:
diff
changeset
|
27 |
\author{FOSSEE}
|
|
442
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
28 |
\date{}
|
|
351
054117c9dd59
changed the name of symbolics to getting started with symbolics
amit
parents:
diff
changeset
|
29 |
|
|
442
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
30 |
\usetheme{Warsaw}\usecolortheme{default}\useoutertheme{infolines}\setbeamercovered{transparent}
|
|
351
054117c9dd59
changed the name of symbolics to getting started with symbolics
amit
parents:
diff
changeset
|
31 |
\begin{document}
|
|
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 |
\maketitle |
|
054117c9dd59
changed the name of symbolics to getting started with symbolics
amit
parents:
diff
changeset
|
34 |
|
|
054117c9dd59
changed the name of symbolics to getting started with symbolics
amit
parents:
diff
changeset
|
35 |
|
|
054117c9dd59
changed the name of symbolics to getting started with symbolics
amit
parents:
diff
changeset
|
36 |
|
|
054117c9dd59
changed the name of symbolics to getting started with symbolics
amit
parents:
diff
changeset
|
37 |
|
|
054117c9dd59
changed the name of symbolics to getting started with symbolics
amit
parents:
diff
changeset
|
38 |
|
|
054117c9dd59
changed the name of symbolics to getting started with symbolics
amit
parents:
diff
changeset
|
39 |
|
|
442
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
40 |
|
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
41 |
|
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
42 |
|
|
351
054117c9dd59
changed the name of symbolics to getting started with symbolics
amit
parents:
diff
changeset
|
43 |
\begin{frame}
|
|
442
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
44 |
\frametitle{Outline}
|
|
351
054117c9dd59
changed the name of symbolics to getting started with symbolics
amit
parents:
diff
changeset
|
45 |
\label{sec-1}
|
|
442
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
46 |
|
|
351
054117c9dd59
changed the name of symbolics to getting started with symbolics
amit
parents:
diff
changeset
|
47 |
\begin{itemize}
|
|
442
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
48 |
\item Defining symbolic expressions in sage. |
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
49 |
\item Using built-in constants and functions. |
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
50 |
\item Performing Integration, differentiation using sage. |
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
51 |
\item Defining matrices. |
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
52 |
\item Defining Symbolic functions. |
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
53 |
\item Simplifying and solving symbolic expressions and functions. |
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
54 |
\end{itemize}
|
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
55 |
\end{frame}
|
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
56 |
\begin{frame}
|
|
458
9a1c5d134feb
Reviewed getting started with symbolics.
Puneeth Chaganti <punchagan@fossee.in>
parents:
442
diff
changeset
|
57 |
\frametitle{Question 1}
|
|
442
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
58 |
\label{sec-2}
|
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
59 |
|
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
60 |
\begin{itemize}
|
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
61 |
\item Define the following expression as symbolic |
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
62 |
expression in sage. |
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
63 |
|
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
64 |
\begin{itemize}
|
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
65 |
\item x$^2$+y$^2$ |
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
66 |
\item y$^2$-4ax |
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
67 |
\end{itemize}
|
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
68 |
|
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
69 |
\end{itemize}
|
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
70 |
|
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
71 |
|
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
72 |
\end{frame}
|
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
73 |
\begin{frame}[fragile]
|
|
458
9a1c5d134feb
Reviewed getting started with symbolics.
Puneeth Chaganti <punchagan@fossee.in>
parents:
442
diff
changeset
|
74 |
\frametitle{Solution 1}
|
|
442
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
75 |
\label{sec-3}
|
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
76 |
|
|
458
9a1c5d134feb
Reviewed getting started with symbolics.
Puneeth Chaganti <punchagan@fossee.in>
parents:
442
diff
changeset
|
77 |
\lstset{language=Python}
|
|
9a1c5d134feb
Reviewed getting started with symbolics.
Puneeth Chaganti <punchagan@fossee.in>
parents:
442
diff
changeset
|
78 |
\begin{lstlisting}
|
|
442
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
79 |
var('x,y')
|
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
80 |
x^2+y^2 |
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
81 |
|
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
82 |
var('a,x,y')
|
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
83 |
y^2-4*a*x |
|
458
9a1c5d134feb
Reviewed getting started with symbolics.
Puneeth Chaganti <punchagan@fossee.in>
parents:
442
diff
changeset
|
84 |
\end{lstlisting}
|
|
442
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
85 |
\end{frame}
|
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
86 |
\begin{frame}
|
|
458
9a1c5d134feb
Reviewed getting started with symbolics.
Puneeth Chaganti <punchagan@fossee.in>
parents:
442
diff
changeset
|
87 |
\frametitle{Question 2}
|
|
442
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
88 |
\label{sec-4}
|
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
89 |
|
|
458
9a1c5d134feb
Reviewed getting started with symbolics.
Puneeth Chaganti <punchagan@fossee.in>
parents:
442
diff
changeset
|
90 |
|
|
442
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
91 |
\begin{itemize}
|
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
92 |
\item Find the values of the following constants upto 6 digits precision |
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
93 |
|
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
94 |
\begin{itemize}
|
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
95 |
\item pi$^2$ |
|
458
9a1c5d134feb
Reviewed getting started with symbolics.
Puneeth Chaganti <punchagan@fossee.in>
parents:
442
diff
changeset
|
96 |
\item euler$_{\mathrm{gamma}}$$^2$
|
|
442
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
97 |
\end{itemize}
|
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
98 |
|
|
458
9a1c5d134feb
Reviewed getting started with symbolics.
Puneeth Chaganti <punchagan@fossee.in>
parents:
442
diff
changeset
|
99 |
\end{itemize}
|
|
9a1c5d134feb
Reviewed getting started with symbolics.
Puneeth Chaganti <punchagan@fossee.in>
parents:
442
diff
changeset
|
100 |
|
|
9a1c5d134feb
Reviewed getting started with symbolics.
Puneeth Chaganti <punchagan@fossee.in>
parents:
442
diff
changeset
|
101 |
\begin{itemize}
|
|
442
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
102 |
\item Find the value of the following. |
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
103 |
|
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
104 |
\begin{itemize}
|
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
105 |
\item sin(pi/4) |
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
106 |
\item ln(23) |
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
107 |
\end{itemize}
|
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
108 |
|
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
109 |
\end{itemize}
|
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
110 |
\end{frame}
|
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
111 |
\begin{frame}[fragile]
|
|
458
9a1c5d134feb
Reviewed getting started with symbolics.
Puneeth Chaganti <punchagan@fossee.in>
parents:
442
diff
changeset
|
112 |
\frametitle{Solution 2}
|
|
442
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
113 |
\label{sec-5}
|
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
114 |
|
|
458
9a1c5d134feb
Reviewed getting started with symbolics.
Puneeth Chaganti <punchagan@fossee.in>
parents:
442
diff
changeset
|
115 |
\lstset{language=Python}
|
|
9a1c5d134feb
Reviewed getting started with symbolics.
Puneeth Chaganti <punchagan@fossee.in>
parents:
442
diff
changeset
|
116 |
\begin{lstlisting}
|
|
442
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
117 |
n(pi^2,digits=6) |
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
118 |
n(sin(pi/4)) |
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
119 |
n(log(23,e)) |
|
458
9a1c5d134feb
Reviewed getting started with symbolics.
Puneeth Chaganti <punchagan@fossee.in>
parents:
442
diff
changeset
|
120 |
\end{lstlisting}
|
|
442
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
121 |
\end{frame}
|
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
122 |
\begin{frame}
|
|
458
9a1c5d134feb
Reviewed getting started with symbolics.
Puneeth Chaganti <punchagan@fossee.in>
parents:
442
diff
changeset
|
123 |
\frametitle{Question 3}
|
|
442
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
124 |
\label{sec-6}
|
|
351
054117c9dd59
changed the name of symbolics to getting started with symbolics
amit
parents:
diff
changeset
|
125 |
|
|
442
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
126 |
\begin{itemize}
|
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
127 |
\item Define the piecewise function. |
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
128 |
f(x)=3x+2 |
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
129 |
when x is in the closed interval 0 to 4. |
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
130 |
f(x)=4x$^2$ |
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
131 |
between 4 to 6. |
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
132 |
\item Sum of 1/(n$^2$-1) where n ranges from 1 to infinity. |
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
133 |
\end{itemize}
|
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
134 |
\end{frame}
|
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
135 |
\begin{frame}[fragile]
|
|
458
9a1c5d134feb
Reviewed getting started with symbolics.
Puneeth Chaganti <punchagan@fossee.in>
parents:
442
diff
changeset
|
136 |
\frametitle{Solution 3}
|
|
442
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
137 |
\label{sec-7}
|
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
138 |
|
|
458
9a1c5d134feb
Reviewed getting started with symbolics.
Puneeth Chaganti <punchagan@fossee.in>
parents:
442
diff
changeset
|
139 |
\lstset{language=Python}
|
|
9a1c5d134feb
Reviewed getting started with symbolics.
Puneeth Chaganti <punchagan@fossee.in>
parents:
442
diff
changeset
|
140 |
\begin{lstlisting}
|
|
442
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
141 |
var('x')
|
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
142 |
h(x)=3*x+2 |
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
143 |
g(x)= 4*x^2 |
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
144 |
f=Piecewise([[(0,4),h(x)],[(4,6),g(x)]],x) |
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
145 |
f |
|
458
9a1c5d134feb
Reviewed getting started with symbolics.
Puneeth Chaganti <punchagan@fossee.in>
parents:
442
diff
changeset
|
146 |
\end{lstlisting}
|
|
442
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
147 |
|
|
458
9a1c5d134feb
Reviewed getting started with symbolics.
Puneeth Chaganti <punchagan@fossee.in>
parents:
442
diff
changeset
|
148 |
\lstset{language=Python}
|
|
9a1c5d134feb
Reviewed getting started with symbolics.
Puneeth Chaganti <punchagan@fossee.in>
parents:
442
diff
changeset
|
149 |
\begin{lstlisting}
|
|
442
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
150 |
var('n')
|
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
151 |
f=1/(n^2-1) |
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
152 |
sum(f(n), n, 1, oo) |
|
458
9a1c5d134feb
Reviewed getting started with symbolics.
Puneeth Chaganti <punchagan@fossee.in>
parents:
442
diff
changeset
|
153 |
\end{lstlisting}
|
|
442
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
154 |
\end{frame}
|
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
155 |
\begin{frame}
|
|
458
9a1c5d134feb
Reviewed getting started with symbolics.
Puneeth Chaganti <punchagan@fossee.in>
parents:
442
diff
changeset
|
156 |
\frametitle{Question 4}
|
|
9a1c5d134feb
Reviewed getting started with symbolics.
Puneeth Chaganti <punchagan@fossee.in>
parents:
442
diff
changeset
|
157 |
\label{sec-8}
|
|
442
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
158 |
|
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
159 |
\begin{itemize}
|
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
160 |
\item Differentiate the following. |
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
161 |
|
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
162 |
\begin{itemize}
|
|
458
9a1c5d134feb
Reviewed getting started with symbolics.
Puneeth Chaganti <punchagan@fossee.in>
parents:
442
diff
changeset
|
163 |
\item sin(x$^3$)+log(3x), to the second order |
|
9a1c5d134feb
Reviewed getting started with symbolics.
Puneeth Chaganti <punchagan@fossee.in>
parents:
442
diff
changeset
|
164 |
\item x$^5$*log(x$^7$), to the fourth order |
|
442
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
165 |
\end{itemize}
|
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
166 |
|
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
167 |
\item Integrate the given expression |
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
168 |
|
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
169 |
\begin{itemize}
|
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
170 |
\item x*sin(x$^2$) |
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
171 |
\end{itemize}
|
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
172 |
|
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
173 |
\item Find x |
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
174 |
|
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
175 |
\begin{itemize}
|
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
176 |
\item cos(x$^2$)-log(x)=0 |
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
177 |
\item Does the equation have a root between 1,2. |
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
178 |
\end{itemize}
|
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
179 |
|
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
180 |
\end{itemize}
|
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
181 |
\end{frame}
|
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
182 |
\begin{frame}[fragile]
|
|
458
9a1c5d134feb
Reviewed getting started with symbolics.
Puneeth Chaganti <punchagan@fossee.in>
parents:
442
diff
changeset
|
183 |
\frametitle{Solution 4}
|
|
9a1c5d134feb
Reviewed getting started with symbolics.
Puneeth Chaganti <punchagan@fossee.in>
parents:
442
diff
changeset
|
184 |
\label{sec-9}
|
|
442
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
185 |
|
|
458
9a1c5d134feb
Reviewed getting started with symbolics.
Puneeth Chaganti <punchagan@fossee.in>
parents:
442
diff
changeset
|
186 |
\lstset{language=Python}
|
|
9a1c5d134feb
Reviewed getting started with symbolics.
Puneeth Chaganti <punchagan@fossee.in>
parents:
442
diff
changeset
|
187 |
\begin{lstlisting}
|
|
442
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
188 |
var('x')
|
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
189 |
f(x)= x^5*log(x^7) |
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
190 |
diff(f(x),x,5) |
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
191 |
|
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
192 |
var('x')
|
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
193 |
integral(x*sin(x^2),x) |
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
194 |
|
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
195 |
var('x')
|
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
196 |
f=cos(x^2)-log(x) |
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
197 |
find_root(f(x)==0,1,2) |
|
458
9a1c5d134feb
Reviewed getting started with symbolics.
Puneeth Chaganti <punchagan@fossee.in>
parents:
442
diff
changeset
|
198 |
\end{lstlisting}
|
|
442
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
199 |
\end{frame}
|
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
200 |
\begin{frame}
|
|
458
9a1c5d134feb
Reviewed getting started with symbolics.
Puneeth Chaganti <punchagan@fossee.in>
parents:
442
diff
changeset
|
201 |
\frametitle{Question 5}
|
|
9a1c5d134feb
Reviewed getting started with symbolics.
Puneeth Chaganti <punchagan@fossee.in>
parents:
442
diff
changeset
|
202 |
\label{sec-10}
|
|
442
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
203 |
|
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
204 |
\begin{itemize}
|
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
205 |
\item Find the determinant and inverse of : |
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
206 |
|
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
207 |
A=[[x,0,1][y,1,0][z,0,y]] |
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
208 |
\end{itemize}
|
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
209 |
\end{frame}
|
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
210 |
\begin{frame}[fragile]
|
|
458
9a1c5d134feb
Reviewed getting started with symbolics.
Puneeth Chaganti <punchagan@fossee.in>
parents:
442
diff
changeset
|
211 |
\frametitle{Solution 5}
|
|
9a1c5d134feb
Reviewed getting started with symbolics.
Puneeth Chaganti <punchagan@fossee.in>
parents:
442
diff
changeset
|
212 |
\label{sec-11}
|
|
442
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
213 |
|
|
458
9a1c5d134feb
Reviewed getting started with symbolics.
Puneeth Chaganti <punchagan@fossee.in>
parents:
442
diff
changeset
|
214 |
\lstset{language=Python}
|
|
9a1c5d134feb
Reviewed getting started with symbolics.
Puneeth Chaganti <punchagan@fossee.in>
parents:
442
diff
changeset
|
215 |
\begin{lstlisting}
|
|
442
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
216 |
var('x,y,z')
|
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
217 |
A=matrix([[x,0,1],[y,1,0],[z,0,y]]) |
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
218 |
A.det() |
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
219 |
A.inverse() |
|
458
9a1c5d134feb
Reviewed getting started with symbolics.
Puneeth Chaganti <punchagan@fossee.in>
parents:
442
diff
changeset
|
220 |
\end{lstlisting}
|
|
351
054117c9dd59
changed the name of symbolics to getting started with symbolics
amit
parents:
diff
changeset
|
221 |
\end{frame}
|
|
054117c9dd59
changed the name of symbolics to getting started with symbolics
amit
parents:
diff
changeset
|
222 |
\begin{frame}
|
|
054117c9dd59
changed the name of symbolics to getting started with symbolics
amit
parents:
diff
changeset
|
223 |
\frametitle{Summary}
|
|
458
9a1c5d134feb
Reviewed getting started with symbolics.
Puneeth Chaganti <punchagan@fossee.in>
parents:
442
diff
changeset
|
224 |
\label{sec-12}
|
|
442
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
225 |
|
|
351
054117c9dd59
changed the name of symbolics to getting started with symbolics
amit
parents:
diff
changeset
|
226 |
\begin{itemize}
|
|
458
9a1c5d134feb
Reviewed getting started with symbolics.
Puneeth Chaganti <punchagan@fossee.in>
parents:
442
diff
changeset
|
227 |
\item We learnt about defining symbolic expression and functions. |
|
442
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
228 |
\item Using built-in constants and functions. |
|
458
9a1c5d134feb
Reviewed getting started with symbolics.
Puneeth Chaganti <punchagan@fossee.in>
parents:
442
diff
changeset
|
229 |
\item Using <Tab> to see the documentation of a function. |
|
442
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
230 |
\item Simple calculus operations . |
|
458
9a1c5d134feb
Reviewed getting started with symbolics.
Puneeth Chaganti <punchagan@fossee.in>
parents:
442
diff
changeset
|
231 |
\item Substituting values in expression using substitute function. |
|
9a1c5d134feb
Reviewed getting started with symbolics.
Puneeth Chaganti <punchagan@fossee.in>
parents:
442
diff
changeset
|
232 |
\item Creating symbolic matrices and performing operation on them . |
|
442
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
233 |
\end{itemize}
|
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
234 |
\end{frame}
|
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
235 |
\begin{frame}
|
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
236 |
\frametitle{Thank you!}
|
|
458
9a1c5d134feb
Reviewed getting started with symbolics.
Puneeth Chaganti <punchagan@fossee.in>
parents:
442
diff
changeset
|
237 |
\label{sec-13}
|
|
442
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
238 |
|
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
239 |
\begin{block}{}
|
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
240 |
\begin{center}
|
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
241 |
This spoken tutorial has been produced by the |
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
242 |
\textcolor{blue}{FOSSEE} team, which is funded by the
|
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
243 |
\end{center}
|
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
244 |
\begin{center}
|
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
245 |
\textcolor{blue}{National Mission on Education through \\
|
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
246 |
Information \& Communication Technology \\ |
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
247 |
MHRD, Govt. of India}. |
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
248 |
\end{center}
|
|
a9b71932cbfa
Added exercises and slides to getting started with symbolics
Amit Sethi
parents:
351
diff
changeset
|
249 |
\end{block}
|
|
351
054117c9dd59
changed the name of symbolics to getting started with symbolics
amit
parents:
diff
changeset
|
250 |
\end{frame}
|
|
054117c9dd59
changed the name of symbolics to getting started with symbolics
amit
parents:
diff
changeset
|
251 |
|
|
054117c9dd59
changed the name of symbolics to getting started with symbolics
amit
parents:
diff
changeset
|
252 |
\end{document}
|