No description
Find a file
2023-10-09 16:47:46 -04:00
homework_notes add notes on the second homework 2023-10-09 16:47:46 -04:00
_config.yml enable amsmath extensions 2023-10-09 15:16:38 -04:00
_toc.yml add notes on the second homework 2023-10-09 16:47:46 -04:00
basics.md Updates list of git tutorials 2023-08-31 22:19:11 -04:00
derivatives.md Adds titles to exercises in derivatives 2023-09-08 12:56:58 -04:00
derivatives_solutions.ipynb Add HW1 solutions 2023-09-25 12:46:17 -04:00
floats.md Updates last float exercise 2023-09-05 12:17:06 -04:00
function_solutions.md Adds material on random numbers 2023-09-21 11:58:25 -04:00
generating_random.md Update discussion of rejection method 2023-09-26 10:29:54 -04:00
homework_solutions.md Add HW1 solutions 2023-09-25 12:46:17 -04:00
hw1.md Updates HW1 deadline time 2023-09-19 15:08:11 -04:00
HW1_solutions.ipynb Add HW1 solutions 2023-09-25 12:46:17 -04:00
hw2.md Updates HW2 2023-09-18 21:36:27 -04:00
hw2_data.txt Updates HW2 2023-09-18 21:36:27 -04:00
hw3.md Fix typo in hw3 2023-09-29 16:55:16 -04:00
IEEE_754_Double_Floating_Point_Format.png Adds Getting Started section 2023-08-31 11:30:27 -04:00
integration.md Updates integration.md 2023-09-20 11:30:46 -04:00
integration_solutions.ipynb Add HW1 solutions 2023-09-25 12:46:17 -04:00
interpolation.md Fixes typo in interpolate.md 2023-09-12 10:56:35 -04:00
interpolation_solutions.ipynb Add HW1 solutions 2023-09-25 12:46:17 -04:00
intro.md Adds course outline 2023-08-25 22:59:00 -04:00
lcg.ipynb Remove type info from lcg generator; fix typo in README 2023-09-28 10:47:05 -04:00
LICENSE.txt Adds intro page 2023-08-07 10:35:29 -04:00
linear_least_squares.md Add material on linear least squares 2023-10-05 11:29:30 -04:00
matrices.ipynb Add material on linear least squares 2023-10-05 11:29:30 -04:00
metropolis.md Improves discussion of metropolis 2023-10-05 07:13:34 -04:00
metropolis_solutions.ipynb Adds solution for planet fitting 2023-10-03 16:21:42 -04:00
monte_carlo_integration.md Updates discussion of monte carlo integration 2023-10-03 12:46:34 -04:00
montecarlo_solutions.ipynb Adds some notes to monte carlo integration solutions 2023-09-29 06:17:13 -04:00
outline.md Fix typo in outline.md 2023-09-28 10:47:34 -04:00
plasma.png Adds logo image 2023-08-26 17:18:03 -04:00
polynomial_fit.ipynb Update polymonial fit notebook 2023-10-07 09:35:15 -04:00
prob_distributions_solutions.ipynb Update prob distributions 2023-09-25 08:20:04 -04:00
prob_distributions_solutions_part2.ipynb Add solutions for sampling part 2 2023-09-26 14:48:10 -04:00
programming.md Adds Getting Started section 2023-08-31 11:30:27 -04:00
project_instructions.md Updates project instructions 2023-09-17 16:05:09 -04:00
random.md Adds material on random numbers 2023-09-21 11:58:25 -04:00
random_solutions.md Adds solutions to prob distribution exercises 2023-09-22 16:35:48 -04:00
README.md Remove type info from lcg generator; fix typo in README 2023-09-28 10:47:05 -04:00
rvs.txt Add exoplanet MCMC example 2023-10-02 16:14:21 -04:00

phys512

PHYS 512 Computational Physics with Applications

Source for the course webpage

https://andrewcumming.github.io/phys512/

Built with Jupyter Book

To update the website use

jupyter-book build ../phys512

ghp-import -n -p -f _build/html