Skip to content

symja_java8-2019-05-23

Pre-release
Pre-release
Compare
Choose a tag to compare
@axkr axkr released this 23 May 19:19
· 4219 commits to master since this release
  • Under Windows use symja.bat to run Symja
  • Under Windows use the symjamma.bat to run Symja in Mathematica syntax mode (allows import of Mathematica packages with Get[])

Main changes:

  • Improved compatibility of Symja functions and pattern-matching with Mathematica functions
    https://github.com/axkr/symja_android_library/blob/master/symja_android_library/doc/functions
  • Improved Simplify, FullSimplify
  • Issue #70 improve port of Rubi 4.16 to Symja
  • use JAS version 2.6.5988
  • use LogicNG version 1.5.1
  • added F.symjify() method for parsing and evaluating Java objects
  • issue #98 functions BinarySerialize, BinaryDeserialize to handle WXF Format
  • Fix issue #101 avoid NPE in LogicNG QuineMcCluskeyAlgorithm (BooleanMinimize function)
  • issue #106 Use java-math-library for FactorInteger()
  • Fix issue #121 Exception occurs when calculate determinant of non-square matrix
  • Fix issue #122 Calculating polynomial discriminant of quintic gives wrong result