This page contains lectures, examples and assignments for the class "Introduction to Scientific Programming".
Lectures:
Examples:
gnuplot
set grid
set xlabel "Year"
set ylabel "Population"
set title "Lab Exercise 9, the Baby Bust Equation"
plot "pop.txt" using 1:2 with lines
quit
Assignments:
You can go up one level to the ISC course page.