Subject: using plot2d with numerical integration function
From: Andrej Vodopivec
Date: Mon, 28 May 2007 18:50:53 +0200
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