Results 1 to 2 of 2

Thread: Want to implement differentiation in C++

  1. #1
    Join Date
    Oct 2008
    Posts
    43

    Want to implement differentiation in C++

    Hello

    I am trying to implement differentiation in C++. I have no clue on how to do it. Could anybody suggest an algorithm or a refernce on where I could find something on this topic.

  2. #2
    Join Date
    Oct 2008
    Posts
    74

    Re: implement differentiation in C++

    First, you need to be a little more clear about what kind of differentiation. Do you want (a) numerical methods for computing the derivative of a function? Do you want (b) symbolic differentiation of a symbolic expression. If the latter, do you want that to happen at run-time or do you want a (c) template based solution that makes it happen at compile time.

    Depending on what you want, google for

    (a) numeric differentiation.
    (b) symbolic differentiation.
    (c) expression templates differentiation.

    Settle on a method and try putting it into code. When problems arise, come back here with what you have and someone will be happy to help you straightening out your code.

Similar Threads

  1. Differentiation between XML and PHP
    By Gokul20 in forum Software Development
    Replies: 5
    Last Post: 10-03-2010, 03:43 PM
  2. Differentiation between XML and Html
    By Sarfaraj Khan in forum Software Development
    Replies: 5
    Last Post: 12-02-2010, 12:27 PM
  3. Differentiation between plasma and LCD TV
    By Sheena_thakkar in forum Monitor & Video Cards
    Replies: 5
    Last Post: 22-12-2009, 12:18 PM
  4. Differentiation between Oracle & SQL
    By Shekhar12 in forum Software Development
    Replies: 3
    Last Post: 08-12-2009, 01:53 PM
  5. Differentiation between WAN and LAN
    By Dolsy_bendal in forum Networking & Security
    Replies: 4
    Last Post: 30-11-2009, 10:46 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,711,688,176.38283 seconds with 17 queries