%
% Section 5.2, problem 15
%

function [F] = f( t, y )

F = -y+1;

