User Portlet User Portlet

Discussions
Thank you very much.
I tried the following piece of code: Clear["Global`*"] $MaxExtraPrecision = 200; cons1 = -1/Sqrt[33]; cons2 = 808/(99*Sqrt[33]); cons3 = 128/(99*Sqrt[33]); cons4 = 2/Sqrt[33]; cons5 = 1/3; \[Gamma][x_, k_] :=...
Dear Wolfram Community! I typed the following into Wolfram Mathematica: *FullSimplify[ 1/(Gamma[a]^2*Gamma[1 - a]) * Integrate[ HypergeometricU[1, 1, z*k]*k^(a - 1)*(1 - k)^(-a), {k, 0, 1}]]* and I get this answer: ...
Thank you very much Bill Simpson!
Dear Wolfram Community! I have got the following problem, but the listlogplot method does not help me. I have got the following functions: f[s_]:=HypergeometricU[ 1/2+i*2*s , 1, i*14*s ]; This function's value is not good for s>4: Plot[ Re[ f[s] ],...