Go to file
Zsombor Barna 12e8482055 add old lab3 and basic szamszim 2024-02-28 09:39:19 +01:00
digilab add essays, add ccd stuff 2023-11-08 13:05:16 +01:00
fiznum2 Add abstract and some symbolic computations to lab15 2021-03-08 21:17:37 +01:00
kutinf add separate energy plot 2023-06-24 17:13:15 +02:00
modfizlab add old lab3 and basic szamszim 2024-02-28 09:39:19 +01:00
szamszim add old lab3 and basic szamszim 2024-02-28 09:39:19 +01:00
.gitignore add essays, add ccd stuff 2023-11-08 13:05:16 +01:00
README.org add docs, make it more user-friendly 2023-06-24 17:12:56 +02:00

README.org

homeworks

  • fiznum2/Intel.c -> experiment to apply the rk4 to guess cpu frequencies based on previous models.
  • fiznum2/lapakk.c -> program to benchmark lapack svd against home-grown gauss elimination
  • modfizlab/labor1.scm -> script to generate latex tables from measured values for a laboratory
  • kutinf -> programs for the korszám course

    • matrix:

        make matrix
        ./matrix
      • vector:
        make vector
        ./vector
      • newton-cotes:
        make newton-cotes
        ./newton-cotes
      • root-finder:
        make root-finder
        ./root-finder
      • nagyhazi/field: You'll need GNU parallel to do this
        make field
        make results.txt
        make temp-magnetization.png
        make temp-energy.png