-
[TAPE_START]
0101 // Binary foundation
⟪ // Start of definition block
0:∅, 1:∃ // 0 defines empty set, 1 defines existence
00:¬, 01:∧, 10:∨, 11:→ // Logic operators
000:0, 001:1, 010:2, 011:3, 1…
-
TL;DR: I think we shouldn't do any automatic simplification.
I have a big question about the automatic simplifications that symengine does. Because in the cases where I am using symengine it would …
-
Provides autodetect dependent and independent variables in desolve(), desolve_laplace()
Additionally as module which helps to solve first problem provides unified interface for standard python type…
-
Hi everyone,
I have a slight issue with the matrix product evaluated on lazy tensors. Let's `K` is a [N, M] matrix - the result of a distance function on inputs `x` and `y` with shapes [N, 1] and […
-
I ran a few experiments and the results look pretty good. Let's go for the fun polyphony part? :smile:
-
Thanks for the very useful library!
I am struggling to use Sage's Reed Solomon code. Although it has linting issue and more difficult to use than Galois (thanks again), I noticed that it is faster …
-
Thought I'd report an issue, provided below, which I came across while running the shap explainer, concerning reduce_max() function not expecting keyword 'keepdims'.
According to https://github.com…
-
Hello,
I would like to use multithreading in Symbolics.jl to accelerate a symbolic computation.
In an application, `expand_derivatives(),` becomes a bottleneck for large symbolic expressions with…
-
A thorough revision of the "Manual" section of the documentation is needed. There is no transition between the different sections and some important features are only found in the Library (API Referen…
-
I see a lot of deprecation warnings when running the doctests. These are warnings coming from within sympy when running its own doctests. These need to be fixed before sympy 1.13 can be released.
I…