Java program that solves the Newton Raphson's equation

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • JamesUmokoro
    New Member
    • Mar 2007
    • 2

    Java program that solves the Newton Raphson's equation

    Please Im writing a project on mathematics here in school. Can someone help me with the source code for solving Numerical Analysis problem with Newton Raphson using Java programming? Thank you all...
  • sicarie
    Recognized Expert Specialist
    • Nov 2006
    • 4677

    #2
    Originally posted by JamesUmokoro
    Please Im writing a project on mathematics here in school. Can someone help me with the source code for solving Numerical Analysis problem with Newton Raphson using Java programming? Thank you all...
    Do you need help with the programming aspect, or the algorithm/mathematical aspect?

    Comment

    • r035198x
      MVP
      • Sep 2006
      • 13225

      #3
      Originally posted by JamesUmokoro
      Please Im writing a project on mathematics here in school. Can someone help me with the source code for solving Numerical Analysis problem with Newton Raphson using Java programming? Thank you all...
      The rules do not allow us to do assignments for students. What we can do is help you out with code that you have written and making suggestions when you are stuck.

      Comment

      Working...