Question: how to rsolve two variables function in this case

rsolve({g(m, n) = g(m − 1, n) + g(m, n − 1)},g,'genfunc'(a,b));

why no solution

Please Wait...