Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
symja_java8-2019-07-29.zip | 2019-07-29 | 15.4 MB | |
README.md | 2019-07-29 | 726 Bytes | |
symja_java8-2019-07-29 source code.tar.gz | 2019-07-29 | 18.2 MB | |
symja_java8-2019-07-29 source code.zip | 2019-07-29 | 20.1 MB | |
Totals: 4 Items | 53.8 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:
* new Manipulate() function: Manipulate(Plot(Sin(x)*Cos(1 + a*x), {x, 0, 2*Pi}), {a,0,10})
* new Graph theory algorithms based on JGraphT: Graph({1 -> 2, 2 -> 3})
* F.show(expr)
shows Manipulate, Plot, Plot3D, ListPlot, ParametricPlot or Graph if you set Config.USE_MATHCELL=true
or Config.USE_VISJS=true
* updated libraries apfloat 1.9.0, commonmark 0.13.0, LogicNG version 1.5.2