开发者

calculus engine in vb?

开发者 https://www.devze.com 2022-12-16 13:03 出处:网络
is there an easy to use library or engine for .N开发者_开发问答ET that does calculus?I posted an early version of some code I used in one of my classes in an answer to this thread:

is there an easy to use library or engine for .N开发者_开发问答ET that does calculus?


I posted an early version of some code I used in one of my classes in an answer to this thread:

Generated methods for polynomial evaluation (my answer includes classes for symbolic differentiation)

If I know exactly what you're looking for, I could try to post an updated version.


Google is suggesting you look through Wikipedia's list of free libraries that can do automatic differentiation, and see if any have a .NET or COM wrapper. EDIT: High-Performance Mark has pointed out that it appears you need symbolic differentiation, in which case these libraries won't help.

If you are keen, you possibly could create a .NET wrapper for one of the C++ libraries.

0

精彩评论

暂无评论...
验证码 换一张
取 消