Michael Becker <[email protected]> writes: > Hi, > > > > can someone explain the following answer of axiom? > > > > (12) -> sum(binomial(t+i,i),i=0..k) > > t + k t - 1 > (t + k + 1)( ) - t( ) > k - 1 > (12) ----------------------------- > t + 1 > Type: Expression(Integer)
What do want to know? It's entirely correct. The second binomial should be interpreted as always zero, that's all. Martin _______________________________________________ Axiom-developer mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/axiom-developer
