I have decided to create a root finding library (equation solver) for Delphi since I wasn't able to find one online.

I have decided to create a root finding library (equation solver) for Delphi since I wasn't able to find one online.

https://github.com/albertodev01/TEquation

I see that there isn't a lot of maths stuff around for Delphi so I've decided to create this and in the future I'd like to create a system solver with the most common algorithms. This isn't something that you use very often but in case you'll ever need this you can look at here!

Actually it's a porting from a C++ project I'm doing right now for the graduation project at university. I am busy with it but once I'll have finished (I hope very soon!) I'll be able to improve the Delphi library and maybe add more root finding algorithms and documentation.
https://github.com/albertodev01/TEquation

Comments

  1. Did you check

    unilim.fr - TPMath / FBMath

    These libraries are procedurally based so may not be what you're looking for.

    ReplyDelete
  2. I did not know about that thank you! Herbert Sauro

    I wanted to make an OOP version with modern delphi code by the way

    ReplyDelete

Post a Comment