I'm not sure if this is the best forum to post this in, but it seemed like a good bet. I'm trying to solve a recurrence relation that has 2 variables. It looks something like this.
F(x,y) = c1*F(x-1,y-1) + c2*F(x-1,y)
where c1 and c2 are constants.
It's been awhile since I dealt with things like this, and I can't find the answer in any of my old text books. Any help will be greatly appreaciated.
F(x,y) = c1*F(x-1,y-1) + c2*F(x-1,y)
where c1 and c2 are constants.
It's been awhile since I dealt with things like this, and I can't find the answer in any of my old text books. Any help will be greatly appreaciated.