symja_java8-2019-10-18
Pre-release
Pre-release
axkr
released this
18 Oct 14:40
·
4022 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:
- 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"