Hi,
I'm using Mathcad 2001 and I wrote a very complicated program that consists of a For loop. When I want to compare a variable u[n] with its previous value u[n-1] in the loop, I naturally assign it to another variable at the end of the For loop, i.e. uold <- u but Mathcad somehow updates the...