Update README

This commit is contained in:
Cory Balaton 2023-09-26 15:01:03 +02:00
parent 86e7d3acb1
commit aa5746b2a6
No known key found for this signature in database
GPG Key ID: 3E5FCEBFD80F432B
2 changed files with 16 additions and 2 deletions

View File

@ -4,6 +4,20 @@
- [Project](https://anderkve.github.io/FYS3150/book/projects/project2.html)
## Requirements
To compile the C++ programs, you need to have these packages installed:
- Armadillo
- Openmp
To run the Python scripts, you need to have these packages:
- numpy
- matplotlib
- pandas
- seaborn
## Compile and run C++ programs
Compiling and linking is done using Make, make sure you are in the root directory.

View File

@ -6,11 +6,11 @@ N,T
9,135
10,177
11,222
12,238
12,264
13,305
14,335
15,417
16,467
16,460
17,537
18,606
19,688

1 N T
6 9 135
7 10 177
8 11 222
9 12 238 264
10 13 305
11 14 335
12 15 417
13 16 467 460
14 17 537
15 18 606
16 19 688