Georgi Guninski on Sat, 08 Mar 2014 15:29:59 +0100


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Is it normal intnumromb to not return result in more than 90 minutes?


This code doesn't return result in at least
90 minutes and I interrupted it.

f1(x)=1/2+I/(2*Pi)*log(-exp(-2*Pi*I*x));
P(x)=f1((gamma(x)+1) /x);
intcircromb(a,b,f)=intnumromb(t=0,2*Pi,f(a+b*exp(I*t))*exp(I*t))/2/Pi*b;
my(f(x)=P'(x)/P(x));intcircromb(3,2.5,f)

Is this normal?

And is P(x) meromorphic?