Sage does have the Gamma function implemented for real and complex
arguments, but it does not seem able to treat it as a symbolic
function which can be passed to maxima. Is that something which could
be changed?
sage: factorial(5)
120
sage: factorial(5) == gamma(6)
True
sage: gamma(2.3)
1.166711
On Tue, Apr 22, 2008 at 5:47 PM, Helio Perroni Filho <[EMAIL PROTECTED]> wrote:
> Hello all,
>
> I've been trying to use SAGE to find the positive infinity limit of this
> function:
>
> f(x) = ln(x^x) / ln(x!)
>
> However, if I try defining it in SAGE like this:
>
> f(x) = ln(x^x) / ln(factorial(x