User Portlet User Portlet

Discussions
Dear Community, I would like to define a Null function such that if I put a list of numbers into it then split zeros, not just only one. I typed the following into *Mathematica*: LinearFunction[t_] = t; NullFunction1[t_] = 0*t; ...
Dear Wolfram Community, I have a formula, and would like to visualize it. The formula consists of two consecutive integrations. I defined my formula with embedded ***Integrate*** commands in Wolfram Mathematica, but I got numerous error messages....
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: ...
Dear Wolfram Community! Does anyone can help me the following problem: I would like to get the correct value of the following function: [mcode]f[s]:=HypergeometricU[ 1/2 + i*2*s ,  1 ,  i*14*s ] Plot[ { Re[ f[s] ] , Im[ f[s] ] } , { s, 3, 6 } ,...