On 2/22/10, decraemer gilbert <gil.decraemer at skynet.be> wrote:
> I have a problem with bessel functions.
> First I load(orthopoly)
> Then I tried Legendre_p(3,x) and got the expression.
>
> Then I tried Bessel_j(3,x)
> and the answer is Bessel_j(3,x)
Not sure what you were expecting, but I'm pretty sure you
need to consistently write the names of functions in
lower case. Maxima is case sensitive, and lower case
names are preferred.
HTH
Robert Dodier