Derivatives and Integration in Java

Discussion in 'Computer Science & Culture' started by TruthSeeker, Nov 4, 2004.

Thread Status:
Not open for further replies.
  1. TruthSeeker Fancy Virtual Reality Monkey Valued Senior Member

    Messages:
    15,162
    How do you do it?
    I would like to make aprogram that would calculate them for me so that I can study calculus again in the brief holidays (I'm starting to forget

    Please Register or Log in to view the hidden image!

    ).

    Anyone knows if "lim" is in any library? Or I would have to create a whole class to simply do that?

    Please Register or Log in to view the hidden image!

     
  2. Google AdSense Guest Advertisement



    to hide all adverts.
  3. Rick Valued Senior Member

    Messages:
    3,336
    Limits with interval close enough to 0,so that function would reach its limit would be ideally simple for program.

    Anyways, read Thomas and Finney's Book.You"ll know better.
     
  4. Google AdSense Guest Advertisement



    to hide all adverts.
  5. Rick Valued Senior Member

    Messages:
    3,336
    I have never heard Lim in a Library,btw.
     
  6. Google AdSense Guest Advertisement



    to hide all adverts.
  7. TruthSeeker Fancy Virtual Reality Monkey Valued Senior Member

    Messages:
    15,162
    But... how do I do it? That's the whole point of th thread, ya know?

    Please Register or Log in to view the hidden image!

     
  8. Rick Valued Senior Member

    Messages:
    3,336
    Solve the limit like the formulae of derivative! thats how...

    LIM f(x+h)-f(x)
    h->0 -----------
    delta(h)

    bye!
     
  9. TruthSeeker Fancy Virtual Reality Monkey Valued Senior Member

    Messages:
    15,162
    Yes sure! The only problem is how can I define a limit? If there are no libraries for that...
     
Thread Status:
Not open for further replies.

Share This Page