Script f4b_G1.m
Download Script f4b_G1.m
function a2= f4b_G1(x2)
% global c always active
global c
c_f4b=c
a2=x2*x2
Back