using plot2d with numerical integration function



On 5/28/07, Detlef Schmicker <d.schmicker at physik.de> wrote:
> Thanks a lot!
>
> Interestingly quoting works in plot2d but not in wxplot2d. (wxplot2d is
> where I tried it before asking in this mailing list :-)
>
> Detlef
>
> plot2d('(quad_qag(ff,x,-100,100,6)[1]),[y,-5,5]);
> wxplot2d('(quad_qag(ff,x,-100,100,6)[1]),[y,-5,5]);

wxplot2d works in wxmaxima 0.7.2

If the bounds -100 and 100 are supposed to be -inf and inf, you can
use quad_qagi(ff,x,0,both)[1].

HTH
-- 
Andrej