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 127 public repositories matching this topic...
-
Updated
Mar 28, 2021 - TypeScript
-
Updated
Apr 18, 2021 - Python
-
Updated
Apr 20, 2021 - CoffeeScript
-
Updated
Apr 19, 2021 - C++
using ModelingToolkit, DifferentialEquations
@parameters r t
@variables x(t)
D = Differential(t)
eq = D(x) ~ r*x
sys = ODESystem(eq)
prob = ODEProblem(sys, rand(1), (0, 10.))
solve(prob)It makes much more sense to error when ODEProblem is not given adequate information to be able to solve, and not during solve.
We already go through a lot of effort to set HELP_VIEWER_INFO.browser to a function like this for HTML; but I know that the very least, the numericalsgps package by @pedritomelenas and friends needs such functionality, see https://github.com/gap-packages/numericalsgps/blob/231329432a3e6e651cfc8e719271ccb23ae973a7/gap/dot.gi#L62-L68 -- but I also t
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
Jan 28, 2020 - Mathematica
-
Updated
Apr 22, 2021 - Julia
-
Updated
Apr 22, 2021 - C#
-
Updated
Jan 16, 2021 - F#
-
Updated
Apr 7, 2021 - C++
-
Updated
Oct 23, 2019 - C#
-
Updated
Jan 10, 2021 - Julia
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
This would be a nice function to have, instead of having to rewrite it each time I write a question that needs it.
u is a scalar multiple of v if there is a scalar k such that u = k*v. You could find this k by computing the ratio u_i / v_i for each non-zero component i, then check that the ratios are all equal. This should work similarly to isclose, allowing given relative and a
-
Updated
Apr 18, 2021 - Clojure
-
Updated
Apr 17, 2021 - C
-
Updated
Apr 8, 2021 - Python
-
Updated
Apr 22, 2021 - Julia
Presumably this just calls atan2 and hypot...
Could also investigate whether upstream Octave can be improved to make these "just work" on any class that has atan2 and hypot.
-
Updated
Apr 21, 2021 - Julia
-
Updated
Nov 12, 2019 - C++
-
Updated
Apr 12, 2021 - Python
Expand README.rst
-
Updated
May 20, 2019 - 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