function [ Eges ] = funktion( x )
%UNTITLED4 Summary of this function goes here
%   Detailed explanation goes here
E1=0.0000037646*x(1)^2+0.000003*x(1)+457.5641; %erste pumpe
E2=0.0000037646*x(2)^2+0.000003*x(2)+457.5641; %zweite pumpe
%x7=0.0000037646*x(2)^2+0.05*x(2)+457.5641; %dritte pumpe


Eges=E1 + E2;

end

