Problems with intergrate



Am Thu, 24 Feb 2005 07:52:47 -0500 schrieb Viktor T. Toth:

> Presumably, you meant to use in place of 'e' the base of the natural
> logarithm, the symbol for which is '%e' in Maxima:
> 
> (%i1) integrate(%e^(2*x)*cos(1+%e^(2*x)),x);
>                                       2 x
>                                 sin(%e    + 1)
> (%o1)                           --------------
>                                       2
> 

Thanks this works. Is there a list of this predefined functions or
symbols like e, ln, log, pi,...? I searched in both pdf manuals, but
found nothing.

regards
Andreas