https://github.com/redjasm/fys3150
My projects for FYS3150 – Computational Physics
https://github.com/redjasm/fys3150
Last synced: 4 months ago
JSON representation
My projects for FYS3150 – Computational Physics
- Host: GitHub
- URL: https://github.com/redjasm/fys3150
- Owner: redjasm
- Created: 2024-09-09T13:59:59.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-01-01T03:03:46.000Z (6 months ago)
- Last Synced: 2025-01-01T04:17:49.704Z (6 months ago)
- Language: C++
- Size: 8.75 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Source code and LaTex Files for FYS3150/FYS4150 Computational Physics
This course gives an introduction to numerical methods for solving problems in physics and chemistry, i.e. methods for solving ordinary and partial differential equations, matrix operations and eigenvalue problems, numerical integration, Monte Carlo methods, and modeling. The course also covers a short and hands-on introduction to programming in C++ and version control with git, and provides training in how to write a scientific report.
[University Course website](https://www.uio.no/studier/emner/matnat/fys/FYS3150/index-eng.html)
[Course page](https://anderkve.github.io/FYS3150/intro.html)## Projects
- Project 1: [main.pdf](./project1/main.pdf)
- Project 2: [main.pdf](./project2/main.pdf) with [Émilie Valle](https://github.uio.no/emilival)
- Project 3: [main.pdf](./project3/main.pdf) with [Émilie Valle](https://github.uio.no/emilival)
- Project 4: [main.pdf](./project4/main.pdf) with [Émilie Valle](https://github.uio.no/emilival)