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
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
Did you check
ReplyDeleteunilim.fr - TPMath / FBMath
These libraries are procedurally based so may not be what you're looking for.
I did not know about that thank you! Herbert Sauro
ReplyDeleteI wanted to make an OOP version with modern delphi code by the way
Thanks Alberto for sharing your project
ReplyDelete