mirror of
https://github.com/vale981/phys512
synced 2025-03-04 09:11:37 -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.
|
||||
# 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:
|
||||
|
|
4
_toc.yml
4
_toc.yml
|
@ -36,4 +36,6 @@ parts:
|
|||
- file: hw1
|
||||
- file: hw2
|
||||
- file: project_instructions
|
||||
|
||||
- file: homework_solutions
|
||||
sections:
|
||||
- file: HW1_solutions
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"id": "77869faf",
|
||||
"metadata": {},
|
||||
"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",
|
||||
"metadata": {},
|
||||
"source": [
|
||||
"# Integration Exercises"
|
||||
"# Integration exercises"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"id": "1d5fe3a8",
|
||||
"metadata": {},
|
||||
"source": [
|
||||
"# Interpolation Exercises"
|
||||
"# Interpolation exercises"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue