First time here? Check out the FAQ!
answered 2013-04-15 07:40:27 +0100
You might want to combine your variables into a tuple of tuples, or into a dictionary, and write
phi[j-1][n+1]
or
phi[j-1,n+1]