|
[Date Index]
[Thread Index]
[Author Index]
Re: general nth term of series
- To: mathgroup at smc.vnet.net
- Subject: [mg62958] Re: [mg62921] general nth term of series
- From: N00dle <n00dle0 at yahoo.com>
- Date: Fri, 9 Dec 2005 05:10:38 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
Thanks Carl and Daniel, for pointing out the
SeriesTerm function from the RSolve package.
However, my input got screwed up in copy paste. The
function that I had intended was the generating
function for Legendre polynomials.
G[u_,x_]=(1 - 2*x*u + u^2)^(-1/2)
And the nth term of which, indeed gives me the
Legendre Polynomials in terms of Gamma function. I am
impressed.
How can I decompose this result into two seperate ones
for even and odd values of n. So as to see the things
in a more familiar form using factorials.
Ash
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
Prev by Date:
Re: How to hide a cell?
Next by Date:
Delayed Evaluation of NDSolve Arguments
Previous by thread:
Re: general nth term of series
Next by thread:
Re: general nth term of series
|