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 3 of 3

Thread: Solving/Roots of nonlinear System of Equations - Java - Android

  1. #1
    Junior Member
    Join Date
    Oct 2014
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Solving/Roots of nonlinear System of Equations - Java - Android

    I was hoping that someone might be able to help me with this problem because I have spent about a week without success. I am in search of a library that has been created in JAVA that can be utilized to solve for roots of a nonlinear system of equations. Each equation has 2 variables, x and y, and will need a library that uses higher calculus equations. No ones that just solve for x.

    Most of the libraries that have been created to solve nonlinear equations are either in Fortran, C, or Python. There are a few libraries such minpack/scipy. The only libraries that I have been able to find or programming solutions that are in JAVA either require additional programs such as Matlab or are commercial products

    I did find one library put together by a professor in Colorado State, but am unsure how to use it. There does not seem to be a way to enter your functions in the code.

    Newton Raphson Method - Multivariable(x and y)
    www(.)math.colostate(.edu)/~benoi...s/solvers.html

    If someone can figure out how to use this library or find a library that can be used in an android application would be amazing. Let me know if you have questions!

    Thank you for the help!


  2. #2
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: Solving/Roots of nonlinear System of Equations - Java - Android

    If you don't understand my answer, don't ignore it, ask a question.

  3. #3
    Junior Member
    Join Date
    Oct 2014
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Solving/Roots of nonlinear System of Equations - Java - Android

    Thank you for mentioning the obvious...



    Anyone that could offer any help would be greatly appreciated. I have spent man weeks on this project and am just looking for a resolution. Thank you!

Similar Threads

  1. Writing a program for system of linear equations.
    By JavaA123Chris in forum What's Wrong With My Code?
    Replies: 8
    Last Post: June 4th, 2014, 07:48 PM
  2. Simple maths equations
    By pythonprogrammer16 in forum What's Wrong With My Code?
    Replies: 2
    Last Post: September 17th, 2013, 07:54 PM
  3. Mobile Navigation System in Android
    By cbayoda23 in forum Android Development
    Replies: 2
    Last Post: July 13th, 2013, 06:43 PM
  4. Need help solving this Java program excerise
    By DuaneLewis in forum What's Wrong With My Code?
    Replies: 8
    Last Post: January 31st, 2013, 07:36 PM
  5. How to handle quadratic roots that don't exist?
    By kairojya in forum What's Wrong With My Code?
    Replies: 1
    Last Post: October 28th, 2009, 12:21 PM