Follow along with the video below to see how to install our site as a web app on your home screen.
Not: This feature may not be available in some browsers.
function result=fun1(S1,S2)
m=S1:S2;
result=sum(m((m/n)==fix(m/n)));
function result=fun2(k)
n=(1:2:k)';
result=[n,2.^n,3.^n,4.^n,5.^n,factorial(n)];
function k=ebob(s1,s2,s3)
for n=min([s1,s2,s3]):-1:2
if fix(s1/n)==s1/n && fix(s2/n)==s1/n && fix(s3/n)==s3/n
k=n;
fprintf('%d\n',n);
return;
end
end
k=1;
fprintf('1\n');