-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_toc.yml
73 lines (72 loc) · 2.19 KB
/
_toc.yml
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
# Table of contents
# JT2023: MAT201 Workbook (Abertay University)
format: jb-book
root: intro
parts:
- numbered: false
chapters:
- file: MAT201_PythonIntro.ipynb
title: Python Introduction
- caption: Dynamics
numbered: true
chapters:
- file: dynamics/MAT201D_AccVelDist.ipynb
title: Linear Motion
- file: dynamics/MAT201D_AirRes.ipynb
title: Air Resistance
- file: dynamics/MAT201D_SHM.ipynb
title: Simple Harmonic Motion
- file: dynamics/MAT201D_2DSWcols.ipynb
title: 2D Sphere/Wall Collisions
- file: dynamics/MAT201D_1Dcolls.ipynb
title: 1D Sphere/Sphere Collisions
- file: dynamics/MAT201D_2DSScols.ipynb
title: 2D Sphere/Sphere Collisions
- caption: Numerical Methods
numbered: true
chapters:
- file: numericalmethods/MAT201N_IterTech.ipynb
title: Iterative Techiques
- file: numericalmethods/MAT201N_DE1.ipynb
title: Euler and Midpoint Method
- file: numericalmethods/MAT201N_DE2.ipynb
title: Runge Kutta Methods
- file: numericalmethods/MAT201N_DE3.ipynb
title: Verlet Algorithm
- caption: Methods
numbered: true
chapters:
- file: methods/MAT201M_PartialDerivs.ipynb
title: Partial Derivatives
- file: methods/MAT201M_2DVT.ipynb
title: 2D Viewing Transforms
- file: methods/MAT201M_3DVT.ipynb
title: 3D Viewing Transforms
- file: methods/MAT201M_3DVT2.ipynb
title: More 3D Viewing Transforms
- file: methods/MAT201M_Proj1.ipynb
title: Orthographic Projection
- file: methods/MAT201M_Proj2.ipynb
title: Perspective Projection
- file: methods/MAT201M_CurvesAndSurfaces.ipynb
title: Curves and Surfaces
- file: methods/MAT201M_BilinearPatches.ipynb
title: Bilinear Patches
- file: methods/MAT201M_ComplexNos.ipynb
title: Complex Numbers
- file: methods/MAT201M_Quats.ipynb
title: Quaternions
- file: methods/MAT201M_RaysIntro.ipynb
title: Ray Tracing
- file: methods/MAT201M_RaysBoxes.ipynb
title: Rays and Boxes
- file: methods/MAT201M_RaysPlanes.ipynb
title: Rays and Planes
- file: methods/MAT201M_Reflection.ipynb
title: Reflection
- file: methods/MAT201M_Refraction.ipynb
title: Refraction
- numbered: false
chapters:
- file: outro.md
title: Summary