Skip to content

symja_java8-2019-07-29

Pre-release
Pre-release
Compare
Choose a tag to compare
@axkr axkr released this 29 Jul 19:01
· 4458 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:

  • 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