From: Michael Orlitzky Date: Sat, 15 Sep 2012 03:51:30 +0000 (-0400) Subject: Rewrite the forward_euler() function to return a vector of coefficients rather than... X-Git-Url: http://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=ba154db78b02163be343b235438e3add73cba526;hp=ba154db78b02163be343b235438e3add73cba526;p=octave.git Rewrite the forward_euler() function to return a vector of coefficients rather than assuming that we will really have a function to evaluate. ---