Hi,
I'm reading a paper where the determinant of the following matrix is solved for using some kind of recurisve method.
The matrix is given by M_{ij} = A \delta_{i,j} - B \delta_{i,j-1} - C \delta_{i,j+1}, with i,j = 1...N and are NOT cyclic.
The author sets D_N =...