Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Results 1 to 2 of 2

Thread: Systems of equations

  1. #1

    Systems of equations

    THis is probably off-topic but I could not find a place to ask this.

    I am trying to find an alghorithm that would solve a system of linear equations. I am trying to write a constrained minimization and optimization functions. Using specific methods I am able to express them as unconstrained problems but it requires me to solve two big systems of linear equations.

    I have been searching all over the net but cannot find a decent/robust library/alghorithm that would allow me to solve a system of equations of any size.

    Do you guys know where would be a good place to ask this question? Perhaps some c++ forums?

    Help is gretly appreciated.

    Regards,

    EPHERE

  2. #2
    Member Regular Contributor
    Join Date
    Apr 2001
    Location
    Fort Collins, Colorado
    Posts
    447

    Re: Systems of equations

    Well, unfortunately I don't have any answers for you, but I might suggest the Math forum at http://www.gamedev.net if you haven't tried there yet, Flipcode.com might also have some good resources.

    Good luck!

Posting Permissions

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