Numerical Integration

Ivan Sutoris ivan.sutoris at gmail.com
Sun Dec 7 04:26:34 CST 2008


On Sat, Dec 6, 2008 at 8:42 PM, Marcin Ślęczka <marcin.sleczka at wp.pl> wrote:
>
> Thanks a lot.
>
> What if the second functiont won't be an error function?

I thought you could just call quad recursively, but apparently that is
not possible (it results in error). However, there is example for 2D
integration in Octave manual using quadl, which allows recursion:
http://www.gnu.org/software/octave/doc/interpreter/Functions-of-Multiple-Variables.html#Functions-of-Multiple-Variables

Regards
Ivan Sutoris



More information about the Help-octave mailing list