homeworks/README.org

904 B

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