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?
Symbolic Mathematics for .NET
Asked Answered
What do you find about Math.NET that isn't usable? I know several people that use it in production code to do things like symbolic math. To be honest though, I don't know of any other libraries that do it even as well as Math.NET. –
Scabious
Their symbolic package is old (as of 2003) and the development stopped. Also, no documentation at all. –
Kyungkyushu
This might be overkill, but you can talk to Mathematica from .NET, using its .NET/Link API.
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.
Cool, I will check it out also. –
Magnet
@ja72 I just noticed an answer you posted on physics.stackexchange regarding projectile motion. Coincidentally, I've added some examples to Symbolism illustrating solutions to projectile motion problems. Any feedback or suggestions welcome! –
Mattos
@ja72 For example, here's an example and here's the output. –
Mattos
© 2022 - 2024 — McMap. All rights reserved.