First time here? Check out the FAQ!
answered 2012-05-19 23:38:50 +0100
The variables are such that w[3] == x_1. From the looks of it, a new x_i is generated the first time you access w[j].
w[3] == x_1
x_i
w[j]