-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnumerical-computing.typ
More file actions
38 lines (25 loc) · 867 Bytes
/
numerical-computing.typ
File metadata and controls
38 lines (25 loc) · 867 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
#import "template.typ": project
#project("Numerical Computing")[
#align(center)[#block(fill: luma(245), inset: 10pt, width: 80%, text(size: 9pt)[
#align(center)[#text(size: 24pt, weight: "bold")[Numerical Computing]]
])]
#outline(title: "Table of Contents", depth: 2)
#emph[Enjoy.]
#pagebreak()
#include "numerical-computing/floating-point.typ"
#pagebreak()
#include "numerical-computing/error-analysis.typ"
#pagebreak()
#include "numerical-computing/linear-systems.typ"
#pagebreak()
#include "numerical-computing/iterative-methods.typ"
#pagebreak()
#include "numerical-computing/eigenvalue-problems.typ"
#pagebreak()
#include "numerical-computing/fft.typ"
#pagebreak()
#include "numerical-computing/ode-integration.typ"
#pagebreak()
#include "numerical-computing/optimization-algorithms.typ"
#pagebreak()
]