Add HW1 solutions

This commit is contained in:
Andrew Cumming 2023-09-25 12:46:17 -04:00
parent 4962b5f23a
commit d085685392
7 changed files with 606 additions and 5 deletions

596
HW1_solutions.ipynb Normal file

File diff suppressed because one or more lines are too long

View file

@ -9,8 +9,9 @@ only_build_toc_files: yes
# Force re-execution of notebooks on each build.
# See https://jupyterbook.org/content/execute.html
# was set to force
execute:
execute_notebooks: force
execute_notebooks: auto
# Define the name of the latex output file for PDF builds
#latex:

View file

@ -36,4 +36,6 @@ parts:
- file: hw1
- file: hw2
- file: project_instructions
- file: homework_solutions
sections:
- file: HW1_solutions

View file

@ -5,7 +5,7 @@
"id": "77869faf",
"metadata": {},
"source": [
"## Derivatives Exercises"
"## Derivatives exercises"
]
},
{

2
homework_solutions.md Normal file
View file

@ -0,0 +1,2 @@
# Homework solutions

View file

@ -5,7 +5,7 @@
"id": "cd079071",
"metadata": {},
"source": [
"# Integration Exercises"
"# Integration exercises"
]
},
{

View file

@ -5,7 +5,7 @@
"id": "1d5fe3a8",
"metadata": {},
"source": [
"# Interpolation Exercises"
"# Interpolation exercises"
]
},
{