Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Groebner basis failing with time-dependent variables #1323

Open
n0rbed opened this issue Oct 25, 2024 · 1 comment
Open

Groebner basis failing with time-dependent variables #1323

n0rbed opened this issue Oct 25, 2024 · 1 comment

Comments

@n0rbed
Copy link
Member

n0rbed commented Oct 25, 2024

@variables t S(t) R(t)
Symbolics.groebner_basis(expr)
Symbolics.groebner_basis(expr, ordering=Lex(S, R))

Output:

julia> Symbolics.groebner_basis(expr)
2-element Vector{PolyForm{Real}}:
 -12 + 5S(t)
 2 + 5R(t)
 
 julia> Symbolics.groebner_basis(expr, ordering=Lex(S, R))
ERROR: DomainError with Lex{Num}(Num[S(t), R(t)], false):
The given monomial ordering is inconsistent with the input.
The variable S(t) does not seem to belong to the ring: DynamicPolynomials.Variable{DynamicPolynomials.Commutative{DynamicPolynomials.CreationOrder}, Graded{LexOrder}}[S_1759935379886511107, R_10860254744257118785].
@n0rbed
Copy link
Member Author

n0rbed commented Oct 25, 2024

@sumiya11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant