From: Keith Lancaster Date: 2006-04-28T02:56:29+09:00 Subject: Re: Integration/Antidifferentiation Program ------=_Part_2277_12607460.1146160585698 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On 4/27/06, Pistos Christou wrote: > > SleepJunkie wrote: > > I'd like to write a program to integrate derivatives to save time on > > calc homework and get extra credit in the class. I'm not completely sur= e > > where to start. > > > > I'm just looking for some tips from others who understand what I'm goin= g > > to do and any suggestions. > > > > Thanks, > > Matt > > Hm... you'll probably strengthen your derivation and integration skills > more if you actually solved the problems yourself. ;) If you really > need to have a computer work them out (such as to check your answers), > why not just use one of Mathematica, Maple, Matlab or IDL, which your > school probably has installed somewhere. > > Personally, it sounds to me like too much work to write something > yourself whose answers you could be confident about. > > Pistos > > -- > Posted via http://www.ruby-forum.com/. And just to add to that a bit - doing integration with a computer is relatively straightforward if you are talking about definate integrals and solving them using numerical methods. If you are trying solve them symbollically, even integrating something as simple as x^2 is not trivial. ------=_Part_2277_12607460.1146160585698--