Hy! I've created an algorithm. I've attached it.
In this algorithm I have assigned initial values to x1,y1,p1,p2,p3,p4.
Then I inserted a "while" function. My question is: why don't the variables take the new values?
For example: Q is the new value of A. This means that x1,x2,p1,p2,p4 have new values, but the results that the algorithm gives me are still the initial values. I want the new values that variables have untill the "while" function is fulfilled.
Thanks.