Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
restrepo
GitHub Repository: restrepo/ComputationalMethods
Path: blob/master/_toc.yml
928 views
1
# Table of contents
2
# Learn more at https://jupyterbook.org/customize/toc.html
3
4
5
format: jb-book
6
root: index
7
8
parts:
9
- numbered: true
10
chapters:
11
- file: material/overview-python
12
- numbered: true
13
chapters:
14
- file: material/computer-arithmetics
15
- numbered: true
16
chapters:
17
- file: material/one-variable-equations
18
- numbered: true
19
chapters:
20
- file: material/interpolation
21
- numbered: true
22
chapters:
23
- file: material/numerical-calculus
24
- numbered: true
25
chapters:
26
- file: material/linear-algebra
27
- numbered: true
28
chapters:
29
- file: material/differential-equations
30
- numbered: true
31
chapters:
32
- file: material/statistics
33
- numbered: true
34
chapters:
35
- file: material/Intro_clases
36
- numbered: false
37
caption: Appendix
38
chapters:
39
- file: material/scientific-libraries
40
- numbered: false
41
chapters:
42
- file: material/Pandas
43
- numbered: false
44
chapters:
45
- file: material/matplotlib
46
- numbered: false
47
chapters:
48
- file: material/ipython-notebooks
49
- numbered: false
50
chapters:
51
- file: material/linear-algebra-diagonalization
52
53
54