Skip to content

adriadejuan/Numerical-Methods

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Numerical Methods (Maths)

Where do this codes come from

University Modules

  • Mètodes Numerics I (360146 MNI) - Universitat de Barcelona
  • Differential Equations: Modelling & Numerics (MA261 ODEs) - University of Warwick
  • Mètodes Numèrics II (360147 MNII) - Universitat de Barcelona

Online Resources

  • MATLAB Cody (Cody)
  • Other

How to compile?

Command-line compilation commands for Linux (and therefore macOS)

Python

python3 file.py

C

gcc -c -ansi -Wall file.c
gcc file.o -o file.exe -lm
./file.exe

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published