sage doesn't evaluate
If I say f(x) = sum(k,k,0,x) and then f(2), I get 3, of course, but if I say g(x) = (binomial(10,k),k, 0,x) and then g(2), sage doesn't evaluate, just returns the definition with x replaced by 2. Why? Thanks
add a comment