in reply to Simple Integration using Perl

Please, could you be a little more verbose and tell exactly what you want to do?

Best regards,
perl -e "$_=*F=>y~\*martinF~stronat~=>s~[^\w]~~g=>chop,print"

Replies are listed 'Best First'.
Re: Re: Simple Integration using Perl
by Anonymous Monk on Jan 28, 2002 at 20:18 UTC
    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.
      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.