Math DLL: aNuMet v0040 released
Posted: Wed Mar 18, 2009 10:52 pm
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
+------------------------------------------------------------+
| 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