Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Symbolic Mathematics for .NET

I am looking for symbolic mathematics library for .NET framework. I have looked at Math.net but it's not something usable yet. Do you know if there is another library exists?

like image 806
John Lamber Avatar asked Apr 20 '09 20:04

John Lamber


2 Answers

This might be overkill, but you can talk to Mathematica from .NET, using its .NET/Link API.

like image 180
Mauricio Scheffer Avatar answered Sep 22 '22 15:09

Mauricio Scheffer


Symbolism is a library which implements automatic simplification of algebraic expressions in C#. It can be used as a foundation for more complex symbolic mathematics operations.

like image 27
dharmatech Avatar answered Sep 26 '22 15:09

dharmatech