Axel Kramer

Results 73 issues of Axel Kramer

Could you please port some features of the UnicodePlots project? - https://github.com/JuliaPlots/UnicodePlots.jl Especially `scatterplot` and `lineplot`

As I understand your flow control exceptions, the stack trace is not needed for debugging or similar purposes: - https://github.com/phoe/cafe-latte/blob/7b2cd83ee1d81eb0712fd0a9f3ad36c6cdbb1c56/src/main/java/systems/raptor/cafe_latte/control_flow/ControlFlowException.java#L3 See: https://www.baeldung.com/java-exceptions-performance so you can override `fillInStackTrace` in `Throwable` (or...

Not sure if you support special routines for cyclotomic polynomials? Compared to JAS library this example seems to be slower (not done a real benchmark, so may be I'm wrong)?...

Add a "reload for offline" button in the internal web browser view

enhancement

Sorting a `MutRrbt` "inplace" is a very common process in my project. What is the "best practice" for sorting a `MutRrbt` data structure (before making it `immutable()`)? Should something simple...

enhancement
question

Port an implementation of the multivariate Newton’s method as described here: * https://github.com/tamaskis/newtons_method_n-MATLAB Enhance the `FindRoot` function with a new method for this case: * https://github.com/axkr/symja_android_library/blob/master/symja_android_library/matheclipse-core/src/main/java/org/matheclipse/core/reflection/system/FindRoot.java

enhancement

Print the axis in `Graphics3D`object created from `ListPlot3D`. Determine the axes settings from the 3D plot * https://github.com/axkr/symja_android_library/blob/6bc19c6fdad170f498d30b511eb12751a2d15e25/symja_android_library/matheclipse-core/src/main/java/org/matheclipse/core/builtin/GraphicsFunctions.java#L1272 and handover to mathics-threejs-backend * https://mathics3.github.io/mathics-threejs-backend/documentation Experiments from JSFiddle: ```js drawGraphics3d(document.getElementById('graphics3d'), {...

enhancement

Series of rational function gives wrong result ```mma Series(((x^3 + 72*x^2 + 600*x + 720)/(12*x^2 + 240*x+720)),{x,0,6}) ```

Implement BooleanFunction by using [LogicNG BDD](https://github.com/logic-ng/LogicNG/wiki/BDD) implementation.

enhancement
help wanted

How can we move releases to Maven Central? - https://maven.apache.org/repository/guide-central-repository-upload.html Do we have to include all dependencies which are not on Maven Central? External Java sources are already refactored into...

enhancement
help wanted