mirror of
https://github.com/vale981/phys512
synced 2025-03-04 17:11:42 -05:00
31 lines
776 B
YAML
31 lines
776 B
YAML
# Table of contents
|
|
# Learn more at https://jupyterbook.org/customize/toc.html
|
|
|
|
format: jb-book
|
|
root: intro
|
|
parts:
|
|
- caption: About the course
|
|
chapters:
|
|
- file: outline
|
|
title: Course outline
|
|
- caption: Getting started
|
|
chapters:
|
|
- file: basics
|
|
- file: programming
|
|
- file: floats
|
|
- caption: Manipulating functions
|
|
chapters:
|
|
- file: derivatives
|
|
- file: interpolation
|
|
- file: integration
|
|
- caption: Solutions to Exercises
|
|
chapters:
|
|
- file: derivatives_solutions
|
|
- file: interpolation_solutions
|
|
- file: integration_solutions
|
|
- caption: Homework
|
|
chapters:
|
|
- file: hw1
|
|
- file: hw2
|
|
- file: project_instructions
|
|
|