Computer algebra
Computer (symbolic) algebra systems and libraries are used for manipulations with symbolic mathematical expressions.
Usually, those libraries are capable of some calculus operations (differentiation, integration, finding the limit, etc.) and numeric manipulations.
The idea is to avoid floating number operations by computing the exact result instead.
Here are 129 public repositories matching this topic...
-
Updated
Aug 11, 2021 - TypeScript
-
Updated
Aug 12, 2021 - Python
-
Updated
May 14, 2021 - CoffeeScript
The basics of DiscreteSystem exists now, but the little details around it need to be finished.
-
Updated
Aug 17, 2021 - C++
Right now, doc/ref/makedocreldata.g
hardcodes a list of files that we scan for GAPDoc comments.
I think we should simply list all *.gd and *.gi files here, automatically (as we do for AutoDoc).
Debugging Kotlin∇ code within IntelliJ IDEA can be somewhat cumbersome due to the functional API structure (lots of deeply-nested stack traces and context switching). To facilitate more user-friendly debugging, we should add support for visual debugging by exposing Kaliningraph’s built-in graph visualization capabilities. For example, the use
-
Updated
Aug 15, 2021 - C#
-
Updated
Jan 28, 2020 - Mathematica
-
Updated
Jun 6, 2021 - Julia
-
Updated
Jul 25, 2021 - F#
-
Updated
Jul 25, 2021 - C++
Make docker image available with JIB:
- https://github.com/GoogleContainerTools/jib
- https://github.com/GoogleContainerTools/jib/tree/master/jib-maven-plugin
The docker image should be updated automatically on each master commit. Therefore we need a GitHub Action "Java with Maven".
These 3 applications should be available:
- [MMA-browser-usage](https://github.com/axkr/symja_android_libr
-
Updated
Oct 23, 2019 - C#
-
Updated
Jun 16, 2021 - Julia
-
Updated
Aug 8, 2021 - Clojure
These would be useful for insisting that a coefficient is worth including.
-
Updated
Aug 11, 2021 - C
-
Updated
Apr 8, 2021 - Python
-
Updated
Aug 12, 2021 - Julia
syms a;
unique([a,a]) works fine, but
unique([a])
leads to the following error:
error: Python exception: UnboundLocalError: local variable ‘s’ referenced before assignment
occurred at line 1 of the Python code block:
return sp.Matrix([list(uniq(*ins))]),
error: called from
pycall_sympy_ at line 178 column 7
unique at line 55 column 5
-
Updated
Aug 13, 2021 - Julia
-
Updated
Nov 12, 2019 - C++
-
Updated
Jul 12, 2021 - Python
Expand README.rst
-
Updated
Aug 1, 2021 - Mathematica
- Wikipedia
- Wikipedia
See this issue sympy/sympy#11044 . That issue was fixed in PR sympy/sympy#11566. Though no test case was added for the
lambdify
.What needs to be done?
Add test case that this works just fine:
Test case needs to