2023-08-07 10:35:29 -04:00
|
|
|
# Table of contents
|
|
|
|
# Learn more at https://jupyterbook.org/customize/toc.html
|
|
|
|
|
|
|
|
format: jb-book
|
|
|
|
root: intro
|
2023-08-25 22:59:00 -04:00
|
|
|
parts:
|
|
|
|
- caption: About the course
|
|
|
|
chapters:
|
|
|
|
- file: outline
|
|
|
|
title: Course outline
|
2023-08-31 11:30:27 -04:00
|
|
|
- caption: Getting started
|
|
|
|
chapters:
|
|
|
|
- file: basics
|
|
|
|
- file: programming
|
|
|
|
- file: floats
|
2023-09-17 10:55:55 -04:00
|
|
|
- caption: Manipulating functions
|
2023-09-03 14:35:24 -04:00
|
|
|
chapters:
|
|
|
|
- file: derivatives
|
2023-09-03 20:47:03 -04:00
|
|
|
- file: interpolation
|
2023-09-14 10:51:30 -04:00
|
|
|
- file: integration
|
2023-09-21 11:58:25 -04:00
|
|
|
- file: function_solutions
|
|
|
|
sections:
|
|
|
|
- file: derivatives_solutions
|
|
|
|
- file: interpolation_solutions
|
|
|
|
- file: integration_solutions
|
|
|
|
- caption: Random numbers
|
2023-09-10 21:27:58 -04:00
|
|
|
chapters:
|
2023-09-21 11:58:25 -04:00
|
|
|
- file: random
|
|
|
|
- file: lcg
|
|
|
|
- file: generating_random
|
2023-09-26 11:51:29 -04:00
|
|
|
- file: monte_carlo_integration
|
|
|
|
- file: metropolis
|
2023-09-22 16:35:48 -04:00
|
|
|
- file: random_solutions
|
|
|
|
sections:
|
|
|
|
- file: prob_distributions_solutions
|
2023-09-26 14:48:10 -04:00
|
|
|
- file: prob_distributions_solutions_part2
|
2023-09-08 17:44:27 -04:00
|
|
|
- caption: Homework
|
|
|
|
chapters:
|
|
|
|
- file: hw1
|
2023-09-18 15:10:02 -04:00
|
|
|
- file: hw2
|
2023-09-12 12:14:54 -04:00
|
|
|
- file: project_instructions
|
2023-09-25 12:46:17 -04:00
|
|
|
- file: homework_solutions
|
|
|
|
sections:
|
|
|
|
- file: HW1_solutions
|