This commit is contained in:
2023-11-14 17:10:27 +08:00
commit d5a822831c
423 changed files with 5909 additions and 0 deletions

View File

@ -0,0 +1,9 @@
function y=c7mbench5a(t,x)
% C7MBENCHa the function describing Benchmark Problem 5a
% Copyright (c) Dingyu Xue, Northeastern University, China
% Last Modified 18 May, 2022
y=[(((x(2)-0.5)*(x(3)-0.3))^(1/5)+sqrt(t))/sqrt(pi);
(x(1)-1)*gamma(2.2);
(x(2)-0.5)*gamma(2.3)/gamma(2.2)];
end