%Dynamic Models in Biology, Stephen Ellner and John Guckenheimer %Illustrates m-files defining matlab functions %Computes the sum of terms in a matrix function f=mysum(A); f=sum(sum(A)); return;