Results 1 to 3 of 3

Thread: Derivative Calculator

  1. #1

    Thread Starter
    Member
    Join Date
    Nov 2005
    Location
    California
    Posts
    41

    Derivative Calculator

    I have seen some applications around the internet where you can enter a string of characters and it will find the derivative equation for you.
    Do these use the basic method of chain-rules, power-rules and such? Or is there a differnt method to differntiate for when using computers?

    I am looking to make a derivative calc in VB.NET, and I am wondering how I should start off. I was thinking to make it work just like an equation-parser and break the equations down into simple strings and execute the differention steps...?

    Thank You

  2. #2
    Only Slightly Obsessive jemidiah's Avatar
    Join Date
    Apr 2002
    Posts
    2,431

    Re: Derivative Calculator

    To my knowledge, yes, all they do is to parse the formula and attempt to "act human" when solving algebraically. If you're talking about finding the numerical value of the derivative at a particular point (f'(a) instead of f'(x)), then there are other methods, but finding the general derivative of an equation involves the algebra that we all use and love

    Hope that helps
    The time you enjoy wasting is not wasted time.
    Bertrand Russell

    <- Remember to rate posts you find helpful.

  3. #3

    Thread Starter
    Member
    Join Date
    Nov 2005
    Location
    California
    Posts
    41

    Re: Derivative Calculator

    I was just hopping there would be an easier way.....
    Any suggestions of a good parse methods or anyone want to help???

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width