User Portlet User Portlet

Discussions
Hi everyone. I'm bit puzzled about how mathematica deals with Gamma(x) The definition is Gamma(x)=(x-1)! But when I plot, say, Gamma(x)-(x-1)Gamma(x-1) it gives me graphs with positive values but it should be zero.. does anyone know what...
Thank you for the hint!
Hi guys! Its probably a very simple question.. Suppose you have some function f(x). ListPlot[Table[f, {x, 1, 5}]] gives you all values of the function for x=1,2,3,4,5 But, what is the syntax if I'd like to take particular values, say...
Hi Bill, thanks a lot for that. On the one hand, for the above problem I reformulated the formulas mathematically making them a function of (binomial[2,i])^x*binomial([2,2])^(k-x) for some k,x. But for more complicated examples in my model, I...
Hi everyone. I have an ordered set of points S=(x1,x2,x3,...,xn) and I would like to assign to it a sequence of subsequent natural numbers N=(1,2,3,...,n) for enumeration purposes and then to have a 2D plot of a function which goes from N to S. With...
Thanks, I understand. But the question rather refers to the procedure of generating a vector of (k-1)x(k) outcomes. So its not the problem of the syntax of a double sum, but rather the next step.