/Users/bruceackerson/Desktop/UpdateVariable.tiff
I understand getting recursion when the Vx variable is on the rhs and lhs. But what do I do, for the recursion in the image?
In case the image doesn't show
Clear[S1, Vx, [Delta], [CapitalSigma]yyMinusP];
S1 = Vx[i1, j1];
Vx[i1, j1] = S1 + [Delta]/2 + [CapitalSigma]yyMinusP/2;
$RecursionLimit::reclim: Recursion depth of 1024 exceeded. >>