Symbolic Mathematics for .NET
Asked Answered
K

2

7

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?

Kyungkyushu answered 20/4, 2009 at 20:57 Comment(2)
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
T
3

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

Twinge answered 20/4, 2009 at 21:20 Comment(0)
M
1

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.

Mattos answered 3/3, 2013 at 19:56 Comment(3)
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.