Strange behaviour of sum and product
While working on the solution of a question in another thread I stumbled upon this descrapancy which I cannot explain. It seems to have nothing to do with the fact, that a vector index of -1 would be involved, as the reaction is the same if ORIGIN is set to -1.
maybe summation and product are not intended to count down, but we are counting down in both examples, the only difference is that I replaced k-1 by -1 as k=0 is the only value k can take in the example. BTW, the expressions are supposed to be evaluated symbolical only.

If somebody is interested, the thread in question is http://communities.ptc.com/message/195245#195245

