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. # Force re-execution of notebooks on each build.
# See https://jupyterbook.org/content/execute.html # See https://jupyterbook.org/content/execute.html
# was set to force
execute: execute:
execute_notebooks: force execute_notebooks: auto
# Define the name of the latex output file for PDF builds # Define the name of the latex output file for PDF builds
#latex: #latex:

View file

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

View file

@ -5,7 +5,7 @@
"id": "77869faf", "id": "77869faf",
"metadata": {}, "metadata": {},
"source": [ "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", "id": "cd079071",
"metadata": {}, "metadata": {},
"source": [ "source": [
"# Integration Exercises" "# Integration exercises"
] ]
}, },
{ {

View file

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