-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathscipy.tex
More file actions
24 lines (20 loc) · 770 Bytes
/
scipy.tex
File metadata and controls
24 lines (20 loc) · 770 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
\documentclass[MASTER.tex]{subfiles}
\begin{document}
%====================================================%
\begin{frame}
\begin{figure}
\centering
\includegraphics[width=0.9\linewidth]{scipylogo}
\end{figure}
\huge
\textbf{SciPy}
\end{frame}
%==============================================%
\begin{frame}
\frametitle{sciPy}
\begin{itemize}
\item SciPy (pronounced “Sigh Pie”) is an open source Python library used by scientists, analysts, and engineers doing scientific computing and technical computing.
\item SciPy contains modules for optimization, linear algebra, integration, interpolation, special functions, FFT, signal and image processing, ODE solvers and other tasks common in science and engineering.
\end{itemize}
\end{frame}
\end{document}