Menu

[r4493]: / trunk / py4science / workbook / main.tex  Maximize  Restore  History

Download this file

85 lines (57 with data), 1.7 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
%% LyX 1.4.3 created this file. For more info, see http://www.lyx.org/.
%% Do not edit unless you really know what you are doing.
\documentclass[english]{amsbook}
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}
\usepackage{geometry}
\geometry{verbose,letterpaper,tmargin=1in,bmargin=1in,lmargin=1.3in,rmargin=1.3in}
\pagestyle{headings}
\usepackage{graphicx}
\usepackage{amssymb}
\IfFileExists{url.sty}{\usepackage{url}}
{\newcommand{\url}{\texttt}}
\makeatletter
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Textclass specific LaTeX commands.
\theoremstyle{plain}
\newtheorem{thm}{Theorem}[section]
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% User specified LaTeX commands.
\input{preamble.tex}
\usepackage{babel}
\makeatother
\begin{document}
\title{ \vspace{3cm} Practical Scientific Computing\\
in Python\\
A Workbook}
\author{ \vspace{1cm} John D. Hunter\\
Fernando Pérez \vspace{1cm}\\
Andrew Straw}
\maketitle
\tableofcontents{}
\chapter{Introduction}
\input{intro.tex}
\chapter{Simple non-numerical problems}
\input{qsort.tex}
\input{wordfreqs.tex}
\chapter{Working with files, the internet, and numpy arrays}
\input{files_etc.tex}
\chapter{Elementary Numerics}
\input{wallis_pi.tex}
\input{trapezoid.tex}
\input{quad_newton.tex}
\chapter{Linear algebra}
\input{intro_linalg.tex}
\input{glass_dots.tex}
\chapter{Signal processing}
\input{intro_sigproc.tex}
\input{convolution.tex}
\input{fft_imdenoise.tex}
\chapter{Dynamical Systems}
\input{intro_dynsys.tex}
\input{lotka_volterra.tex}
\chapter{Statistics}
\input{intro_stats.tex}
\input{stats_descriptives.tex}
\input{stats_distributions.tex}
\chapter{Plotting on Maps}
\input{basemap.tex}
\end{document}
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.