function [ y ] = Paraboloid( n ) x = (1:n)/n; x = x .* ( 1 - x ); y = 10 * x' * x;
Back to The MathWizards Home Page. This page, and all contents, are Copyright © 1996 by The MathWizards