-
The contents of `qualtran.symbolics` should explain how these helpers are used. Examples of how Shaped and HasLength can be used (and why)
-
As the title suggests symbolic_solve fails with an error if one tries to solve an algebraic equations involving time-dependent variables. An MWE is :
`@variables t S(t) R(t)`
`expr=[S+R-2,2*S-3*R-6]…
-
```Julia
import Symbolics as Smb
using Nemo
using Groebner
Smb.@variables x, a, b
Smb.symbolic_solve(x * a ^ b + x, x)
# ┌ Warning: This expression cannot be solved with the methods available to…
-
Hi, so I'm trying to use the package for a graph with terms from Symbolics.jl as the weights. I'm pretty sure everything should work just fine except when I try to add a new edge via add_edge! which c…
-
Hi,
I am opening this issue as suggest to me in the Julia discord topic [Matrices and tensors with Symbolics.jl](https://discourse.julialang.org/t/matrices-and-tensors-with-symbolics-jl/119394). I…
-
```julia
@variables t S(t) R(t)
Symbolics.groebner_basis(expr)
Symbolics.groebner_basis(expr, ordering=Lex(S, R))
```
Output:
```julia
julia> Symbolics.groebner_basis(expr)
2-element Vector{Po…
-
It would be useful to have a way to have mappings between functions and their inverses. One option would be to add to `@register_symbolic` but the concept of an inverse then is only really valid when …
-
@jverzani IIUC the conversions work between them now right? Do you have a script that shows the round tripping that I can use to write some docs from?
-
at the moment, due to how we define functions and the fact that our models need to support ForwardDiff.jl, we have the ability, in theory, to generate fully symbolic versions of an EoS. for a proof of…
-
**Describe the bug**
Math symbols are not properly processed in the live view, but appear normally on the Paper title page. In this case, italics are causing an issue in the live feed.
**To Reprod…