Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
symja_java8-2019-10-18.zip | 2019-10-18 | 15.9 MB | |
README.md | 2019-10-17 | 978 Bytes | |
symja_java8-2019-10-18 source code.tar.gz | 2019-10-17 | 21.5 MB | |
symja_java8-2019-10-18 source code.zip | 2019-10-17 | 23.6 MB | |
Totals: 4 Items | 60.9 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: * implemented more graph theory functions * Graph theory functions uses vis-network JavaScript for displaying graphs * TreeForm uses vis-network JavaScript for displaying expressions as trees * Manipulate, Plot, ListPlot, ListLinePLot, ParametricPlot use generated JavaScript output for JSXGraph framework * Example: Plot(Piecewise({{x^2, x < 0}, {x, x >= 0&&x<1},{Cos(x-1), x >= 1}}), {x, -2, 12}) * [#139] Quantity malfunction with value of 1 * [#142] unable to calculate Simplify(-3+2*x+x^2==0) * [#143] Create LucasL and Fibonacci polynomials * [#145] improve Round function * [#147] InverseBetaRegularized, GammaRegularized not implemented in numeric mode. * [#150] avoid StackOverflow in NIntegrate * [#151] "Numerator function gives wrong result in numeric mode"