|
[Date Index]
[Thread Index]
[Author Index]
Re: Recursion relation
- To: mathgroup at yoda.physics.unc.edu
- Subject: Re: Recursion relation
- From: Hassan Saleh <salehh at jacobs.cs.orst.edu>
- Date: Fri, 10 Jul 92 10:40:49 -0700
Try:
c[i] = r[i] - a[i,i-1] c[i-1];
c[i+n_Integer] := c[i+n] = r[i+n] - a[i+n,i+n-1] c[n-1]
H. I. SALEH
Prev by Date:
Re: Rule and First
Next by Date:
Solving inequalities
Previous by thread:
Recursion relation
Next by thread:
Re: Recursion relation
|