Skip to content

A repository to store my code for assignments in my university course "Numerical Methods in Physics and Astrophysics"

License

Notifications You must be signed in to change notification settings

amorous-apple/Numerical-Methods

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The binaries are compiled for x64 ArchLinux using GCC. To compile them on your own Linux system you can use

$ gcc <file.c> -o <file> -lm

and replace <file.c> and <file> with the name of the file containing the code.

Projects after pset01 have Makefiles and can be compiled with make.

You can then run the code with

./<file>

ANSWERS.pdf contains the compiled LaTeX code for the assignment corresponding to the parent directory.

About

A repository to store my code for assignments in my university course "Numerical Methods in Physics and Astrophysics"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published