mirror of
https://github.com/vale981/phys512
synced 2025-03-05 09:31:42 -05:00
Add HW1 solutions
This commit is contained in:
parent
4962b5f23a
commit
d085685392
7 changed files with 606 additions and 5 deletions
596
HW1_solutions.ipynb
Normal file
596
HW1_solutions.ipynb
Normal file
File diff suppressed because one or more lines are too long
|
@ -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:
|
||||||
|
|
4
_toc.yml
4
_toc.yml
|
@ -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
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
"id": "77869faf",
|
"id": "77869faf",
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"source": [
|
"source": [
|
||||||
"## Derivatives Exercises"
|
"## Derivatives exercises"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
2
homework_solutions.md
Normal file
2
homework_solutions.md
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
# Homework solutions
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
"id": "cd079071",
|
"id": "cd079071",
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"source": [
|
"source": [
|
||||||
"# Integration Exercises"
|
"# Integration exercises"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
"id": "1d5fe3a8",
|
"id": "1d5fe3a8",
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"source": [
|
"source": [
|
||||||
"# Interpolation Exercises"
|
"# Interpolation exercises"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue