in reply to Re: Simple Integration using Perl
in thread Simple Integration using Perl

at this moment I am trying to gain knowledge (or how to) do integration using perl, so I suppose we can start out with something really simple like integrating sin(x) from 0 to pi.

Replies are listed 'Best First'.
Re: Re: Re: Simple Integration using Perl
by theguvnor (Chaplain) on Jan 28, 2002 at 20:32 UTC
    First, grab a perl reference (e.g. The Camel or The Llama) if you haven't already got at least a smattering of perl knowledge. Secondly, do a search for Math modules at CPAN. This should get you started.. then come back with more specific questions if you need more help. Good luck.