Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
symja_java8-2019-05-23.zip | 2019-05-23 | 13.9 MB | |
README.md | 2019-05-23 | 1.0 kB | |
symja_java8-2019-05-23 source code.tar.gz | 2019-05-23 | 16.8 MB | |
symja_java8-2019-05-23 source code.zip | 2019-05-23 | 18.6 MB | |
Totals: 4 Items | 49.2 MB | 0 |
- 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