-
I benchmarked some derivative computations using Symbolics.jl, SymEngine.jl, and SymPy.jl. As expected, SymPy.jl was the slowest solution in my case. However, SymEngine.jl was significantly faster tha…
-
Symbolics may be used to **construct a computational graph**, code for which can be generated by `build_function`. I have run into a number of hurdles trying to pursue this approach that I will list h…
-
## 🚀 Feature
Modeling of accessing shape attribute of Tensor/TensorProxy has raising up to discussion in separate PRs & discussions.
We are trying to debate on whether we would want to lift shap…
-
**Problem Statement**
Expressions in the history cannot be edited.
**Evidence or User Insights**
This is a regression from the Win32 app. Requested by #150 and part of #139. I am pretty sure it u…
-
By example: if I do
```
defint(x sin(x), x, 1, 2)
```
it gives me:
```
cos(1)-2*cos(2)-sin(1)+sin(2)
```
if I add double number in the range, sometimes it works, sometimes it doesn't.
By …
-
(Sympy 1.11.1)
I'm playing with the `Beam` class from the `sympy.physics.continuum_mechanics` module. I'm attempting to solve a simple beam with symbolic length and loads:
```python
from sympy …
-
I've been struggling with some unexpected results in my computations with polynomials over the symbolic ring. Eventually, I came to the conclusion that it should not be possible to *coerce* polynomi…
-
I am currently working with custom mathematical expressions in Julia. One limitation I've encountered is the inability to use multiple dispatch with the short-circuit logical operators && and ||. Whil…
-
I'm working on qualitative reachability in SMGs for my bachelors' thesis, and I'm trying to compare my results to prism-games.
I keep running into the issue that on properties like ` P>=1 [ F state…
-
Symbolic expressions may be part of type-neutral computations, e.g. matrices, polynomials. Developers do not expect proof machinery to crank up when writing `if x!=0`, but this is just what happens.…