Page 1 of 1

Math DLL: aNuMet v0040 released

Posted: Wed Mar 18, 2009 10:52 pm
by somic
Hello everyone, I've improved my aNuMet.dll library ()

+------------------------------------------------------------+
| Array of Numerical Methods (aNuMet)
| i.e. a DLL for advanced Numerical calculations
| Version 0.0.4.0
| by Carlo Somigliana (somic@libero.it)
| website: www.semelinanno.com
+------------------------------------------------------------+

You can find it in this page:
http://semelinanno.com/downloads/anumet ... _Page.html

Major v0040 Change:
- Added Symbolic Differentiation
[i.e f(x) = sin(2*x^3) + ln(x) => f'(x) = cos(2*x^3)*(6*x^2) + 1/x]
(see files Derive.pbpt for PB and Derive.bas for VB)

Zip file is provided with sample code in PB and VB with all exported functions declarations available in include and module files

Visit my web site for more info and programs (es. Math Plugin for Notepadd++)
http://semelinanno.com

Waiting for comments, critics, bugs and suggestions...
Regards,
Somic
------------------------------------------------------------------------------------
Detailed description:
a DLL for advanced numerical calculations

Implement 40+ Matrix functions, including Determinant, Inverse, Division, Trasposed. Solve equation systems, calculate coefficients of polinomial curve, show matrix elements, etc. Includes equation parser/ solver/ intergator/ differentiation with variables and functions and other functions.

See the sample code in VB and PB for the list of functions. Very fast code

Posted: Thu Mar 19, 2009 2:35 pm
by SFSxOI
Is there source code for it? I'm not opposed to .dll's or lib's its just that if the original of the .dll or lib becomes no longer available i'm stuck with not being able to update for newer versions of PB if needed.

Posted: Thu Mar 19, 2009 2:39 pm
by srod
dll's don't need updating! :wink:

Posted: Thu Mar 19, 2009 3:15 pm
by idle
thanks, could be really useful

Posted: Fri Mar 20, 2009 12:56 am
by MrMat
I haven't tried this dll yet but from the description it sounds fantastic and i imagine a lot of hard work has gone into it. Thank you Somic!

Posted: Fri Aug 07, 2009 9:59 am
by somic
Thank you MrMat for your nice words.
(By the way, sorry for this late post, but I didn't activate the notification option and didn't check
For replies until today)

Yes, the dll required a lot of time and I have to thank pb and the pb team and this forum of
passionated people for making me arise the will and the commitment to make it work.

The matrix routines were originally designed during my university period while the rest is more
recent (the recursive parsing routines where inspired by some VB 3 code found on Microsoft web site) .

I also understand that numbers, functions, derivatives and matrices are not so fascinating nor usefull for many people and this
is the reason why I've got a few comments (or less) and bugs reports.

I knew that the Npp plugin derived is used by a guy in a Dept for Neurological deseade numerical research center
In Bremem (Germany), and this is enough for making me happy and a little proude.

But the most of the return is in personal satisfaction and this is enough.

Regards,
Somic