Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
symja_java8-2021-12-02.zip | 2021-01-02 | 76.3 MB | |
README.md | 2021-01-02 | 1.3 kB | |
symja_java8-2021-01-02 source code.tar.gz | 2021-01-02 | 84.8 MB | |
symja_java8-2021-01-02 source code.zip | 2021-01-02 | 89.2 MB | |
symja_java8-2021-01-02.tar.gz | 2021-01-02 | 84.8 MB | |
symja_java8-2021-01-02.zip | 2021-01-02 | 89.2 MB | |
Totals: 6 Items | 424.2 MB | 0 |
Under Windows use
* guisymja.bat
to run Symja as a web browser notebook
* guisymjamma.bat
to run Symja as a web browser notebook in Mathematica syntax mode
* symja.bat
to run Symja as a console app
* symjamma.bat
to run Symja as a console in Mathematica syntax mode
* jsonapi-server.bat
to run the JSON-API server
Main changes:
- [external] use newest prime factorization from the java-math-library
https://github.com/TilmanNeumann/java-math-library/issues/2
Instantiate CombinedFactorAlgorithm in ThreadLocal
- [external] use jgrapht 1.5.0 / jheaps 0.13 / commons-text 1.8
- [core] improved ReplacePart
- [core] BernsteinBasis function (also in PiecewiseExpand)
- [api] enable Evaluate
function "fuzzy parser" mode
- [core] serialize / deserialize Associations <|...|> in WXF format
https://reference.wolfram.com/language/tutorial/WXFFormatDescription.html
- [core] TensorProduct