Re: Re: Mathematica:recursion with 2 arguments?
- To: mathgroup at smc.vnet.net
- Subject: [mg64442] Re: [mg64410] Re: Mathematica:recursion with 2 arguments?
- From: Pratik Desai <pdesai1 at umbc.edu>
- Date: Fri, 17 Feb 2006 04:11:52 -0500 (EST)
- References: <200602160805.DAA29845@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
ddjjjkkkk wrote: >sure!But RSolve can solve just one argument function! > > > That is not exactly true, look at Section 3.6.8 of the mathematica book. Type 3.6.8 in the Mathematica Book Tab of the help browser at the end there is In[14]:= RSolve[a[i + 1, j + 1] == i j a[i, j], a[i, j], {i, j}] Out[14]= \!\({{a[i, j] \[Rule] \(Gamma[i]\ Gamma[j]\ \(C[1]\)[i - j]\)\/Gamma[1 - i + \ j]}}\)
- References:
- Re: Mathematica:recursion with 2 arguments?
- From: ddjjjkkkk <noble_c@hotmail.com>
- Re: Mathematica:recursion with 2 arguments?