Link to home
Start Free TrialLog in
Avatar of LeTay
LeTay

asked on

Mathematical library for Delphi 7

I am looking for a mathematical library for Delphi 7, preferably freeware
Should be able to invert matrices, solve linear equations, maybe least square regression etc...
ASKER CERTIFIED SOLUTION
Avatar of sftweng
sftweng

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of DeerBear
DeerBear

Hi,

EFG Libraries are mirrored on Borland site.

Try there.

HTH,

Andrew
Avatar of LeTay

ASKER

Nothing interesting at http://www.pscode.com unfortunately
No real math library, only a few trivial functions
For 3D math (mainly for graphicsgraphics), have a look at https://www.experts-exchange.com/questions/20810911/3D-Cube.html
Avatar of LeTay

ASKER

Well up to now, nothing very serious about ... mathematics !
Hmm. Not quite - there's a lot concerning matrix manipulation and transformations but little on things like linear programming and least-squares analysis, though I'm pretty sure I remember some of that in the Borland Developer Network. I'll have another look. I do remember, in particular, finding some linear programming stuff.
And more:
http://www.mathtools.net/ (Not Delphi, unfortunately)
Not free but you can download an evaluation version:
http://www.dewresearch.com/

I guess if you can't get going with these leads you'll just have to write it yourself. :-)