Menu

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

Download this file

58 lines (38 with data), 1.2 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
%% 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} }
\maketitle
\tableofcontents{}
\chapter{Introduction}
\input{intro.tex}
\chapter{Simple non-numerical problems}
\input{qsort.tex}
\input{wordfreqs.tex}
\chapter{Elementary Numerics}
\input{wallis_pi.tex}
\input{trapezoid.tex}
\input{quad_newton.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.