Yup got that for 2e:) and yeah for 2b the values are way off. Also m@tty how did you get that image? I just found the error between the estimated z value and the average z value, any hints? 
you have to get the error for EVERY row of z data(i did it in a loop), then, using imshow() on this this will give you the image m@tty has.
For Q1b, can anyone tell me what average we are trying to plot? Is it the average of the data that has had the last 8 columns removed, the raw data with all the noise or the data that with every 10th point addressed?
its the average of the data with last 8 columns removed, you dont need to do it for every tenth point either, it should be for every point.
bleh Im quite sure I did 2b right but My value for 1993 is off the ssa line from part a by about 10km^2... thats the nearest i can get it with the threshold value's given..
Anyway for part 2e, anyone get the ssa hits 0 during 2014 for polynomial and during 2021 for ODE?
hmm, i got 2013 for the polynomial and 2021 for the ode, my polynomial function was
SSA= -0.01122276*y^2 + 43.44451115*y -41976.03590168
did you guys use floor() on your root so that you get the year where it goes to zero? not the closest year that it goes to zero?