Where Can I Find a Comprehensive C# Math Library?

  • Context: C# 
  • Thread starter Thread starter DivergentSpectrum
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 4K views
DivergentSpectrum
Messages
149
Reaction score
15
Im looking for a c# library that basically contains everything programs like mathematica/maxima have.
Mostly just for parsing, but some symbolic integration/etc ability would be nice too
thanks
 
Physics news on Phys.org
⋅thanks, that's the one i was looking at actually but the nudoq appears to only have mathnet.numerics while I am mostly looking for documentation for mathnet.symbolics
 
Update:
I still can't find documentation. mathnet looks really good but i can't find anything that tells me how to use it
 
I'm sure you've seen this, but there is at least some example code here: http://symbolics.mathdotnet.com/docs/

Have you thought about grabbing the source and trying to read it yourself? Maybe then you can write some decent documentation for it if none exists.