| Author |
Comment/Response |
jf
|
04/30/12 8:11pm
Check out the SEE ALSO's at the bottom of the reference pages in the Documentation Center.
In[4]:= FunctionExpand [(Gamma[2 + n]^2 Gamma[-8 + 2 n] Gamma[-4 + 3 n])/(Gamma[
n]^2 Gamma[-4 + 2 n] Gamma[2 + 3 n]) ]
Out[4]=
(n*(1 + n)^2)/(36*(-4 + n)*(-3 + n)*(-1 + n)*(-7 + 2*n)*(-5 + 2*n)*(-4 + 3*n)*
(-2 + 3*n)*(-1 + 3*n)*(1 + 3*n))
URL: , |
|