Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 4 of 4

Thread: Third order derivative

  1. #1
    Junior Member
    Join Date
    Nov 2013
    Posts
    21
    My Mood
    Confused
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Third order derivative

    How to write java code for 3rd order derivative equation D"'(x,y)=3x-x2+3y-y2 *exp{(x2+y2)/2}


  2. #2
    Super Moderator
    Join Date
    Jun 2013
    Location
    So. Maryland, USA
    Posts
    5,520
    My Mood
    Mellow
    Thanks
    215
    Thanked 698 Times in 680 Posts

    Default Re: Third order derivative

    What don't you know how to do? Write code that solves for x and y? Write code that finds the value of the equation when x and y are known?

  3. #3
    Junior Member
    Join Date
    Nov 2013
    Posts
    21
    My Mood
    Confused
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Third order derivative

    Quote Originally Posted by GregBrannon View Post
    What don't you know how to do? Write code that solves for x and y? Write code that finds the value of the equation when x and y are known?
    Want to know how to write code that finds the value of the equation when x and y are known?

  4. #4
    Super Moderator
    Join Date
    Jun 2013
    Location
    So. Maryland, USA
    Posts
    5,520
    My Mood
    Mellow
    Thanks
    215
    Thanked 698 Times in 680 Posts

    Default Re: Third order derivative

    Review Java operators and write 2 or 3 lines of code to evaluate the equation with x and y plugged in as constants or variables with values defined. Post your code here if you need help.

Similar Threads

  1. Order of growth
    By Scorks in forum Algorithms & Recursion
    Replies: 1
    Last Post: November 13th, 2013, 12:27 PM
  2. Order of printing
    By DerrickMartin in forum Java Theory & Questions
    Replies: 2
    Last Post: February 20th, 2013, 05:54 AM
  3. [SOLVED] Alphabetical order
    By sbjibo in forum What's Wrong With My Code?
    Replies: 12
    Last Post: May 16th, 2012, 03:20 PM
  4. Threads in some order...
    By aps135 in forum Threads
    Replies: 6
    Last Post: March 11th, 2011, 05:54 PM
  5. Stack Order?
    By TimW in forum AWT / Java Swing
    Replies: 2
    Last Post: September 19th, 2009, 07:33 AM