Intro into "real world" numerical packages
"Hands on" lectures and examples
Introduction to GSL (Power Point)
Example: Brent's root finding method
demo_fn.h
demo_fn.c
brent.c
brent_script
README
Example: Newton's root finding method
demo_fn.h
demo_fn.c
newton.c
newton_script
README
Introduction to GAMS, Netlib, Numerical Recipes (Power Point)
Example of using Numerical Recipes:conjugate gradient algorithm for minimization of multidimensional functions
xfrpr.c
xfrpr_script
README
Header files of Numerical Recipes:
complex.h
nr.h
nrutil.h