Share

Math.NET

Project News for Math.NET

  • Math.NET: Iridium 2008 February Release, v2008.2.10.364

    Math.NET aims to provide a self contained clean framework for symbolic mathematical (Computer Algebra System) and numerical/scientific computations, including a parser and support for linear algebra, complex differential analysis, system solving and more


    Grab it here: http://community.opensourcedotnet.info/files/folders/mathnet/entry56036.aspx

    See also:
    http://mathnet.opensourcedotnet.info/doc/Releases.ashx

    2008-02-04 21:14:05 UTC by cdrnet

  • Where are the newer releases? And the sources?

    New releases have not been published here on SourceForge, but on our new home instead:

    http://mathnet.opensourcedotnet.info/

    There you'll find e.g. release 8 from march 2007, and also our new subversion source code repository.

    See you there!
    Chris

    2007-06-24 11:06:33 UTC by cdrnet

  • What's going on?

    The last news entry was posted years ago. What's going on?

    A LOT. Although there are no releases yet, Yttrium is progressing well and we'll probably see the first release this year. Yttrium? Ah yes, I didn't introduce it here yet. Check out the reorganized Math.NET project website for details:

    http://www.cdrnet.net/projects/nmath/

    or my personal Math.NET project blog (sorry, still german only - I may add an english version on request):

    http://dev.cdrnet.net/cs/blogs/mathnet_de/default.aspx

    Looking forward for your feedback!

    2005-09-26 08:42:03 UTC by cdrnet

  • Coming API Improvements

    I'm about to drastically improve the usability of the Math.NET API. For example, I'll add some new methods to the the operator base classes:

    For example, z1 and z2 are two complex numbers. We need to store the negative product of those numbers into z3.

    old solution:
    IComplexExpression z3 = new ComplexNegative(context,new ComplexMultiplication(context,z1,z2));

    new solution:
    IComplexExpression z3 = z1.Multiply(z2).Negate();

    check out the blog on my website for more details ...

    2003-09-15 11:54:11 UTC by cdrnet

  • PocketPC Support

    The Math.NET library (starting from the coming release 0.18) is compatible to the Compact Framework and runs at least on new devices coming with PocketPC 2003 aka Windows Mobile 2003. There'll be small PocketPC GUI symbolic calculator in combination with a Graphing Tool available in release 0.18.

    2003-09-05 23:26:33 UTC by cdrnet