mirror of
https://github.com/vale981/phys512
synced 2025-03-04 09:11:37 -05:00
Adds solutions to prob distribution exercises
This commit is contained in:
parent
a51f792adf
commit
faa3974215
3 changed files with 272 additions and 0 deletions
3
_toc.yml
3
_toc.yml
|
@ -28,6 +28,9 @@ parts:
|
|||
- file: random
|
||||
- file: lcg
|
||||
- file: generating_random
|
||||
- file: random_solutions
|
||||
sections:
|
||||
- file: prob_distributions_solutions
|
||||
- caption: Homework
|
||||
chapters:
|
||||
- file: hw1
|
||||
|
|
268
prob_distributions_solutions.ipynb
Normal file
268
prob_distributions_solutions.ipynb
Normal file
File diff suppressed because one or more lines are too long
1
random_solutions.md
Normal file
1
random_solutions.md
Normal file
|
@ -0,0 +1 @@
|
|||
# Solutions to exercises
|
Loading…
Add table
Reference in a new issue