It is a one-dimensional wave on a uniform oscillating string.
A(i,t+1) = (2.0 * A(i,t)) - A(i,t-1) + (c * (A(i-1,t) - (2.0 * A(i,t)) + A(i+1,t))), where c is a constant, and A(i, t) stands for the wave amplitude at position index i, and time t. And we also suppose the first index is a neighbour to the last index, and vice versa.
My attempt: (I really have no clue to any mathematical proof) my reasoning is that if I assume the wave is a standing wave, then A(i,x) at the even multiples of quarter wavelength will always be zero. Substituting this into the above equation, and given that amplitude around the nodes is equal but opposite to each other, I get the LHS equal to the RHS. Therefore, the above equation satisifies one of the standing wave properties. However, I am not sure if the above proof is sufficient to show that the equation represents a standing wave, and I am also not sure if the above equation can simultaneously depict a standing wave and a traveling wave. Please help : )