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

solve_multivar might return not all solutions #1235

Open
sumiya11 opened this issue Aug 25, 2024 · 0 comments
Open

solve_multivar might return not all solutions #1235

sumiya11 opened this issue Aug 25, 2024 · 0 comments

Comments

@sumiya11
Copy link
Contributor

Our solve_multivar makes assumptions about the transcendence basis which do not hold in this case:

julia> @variables x y z
julia> symbolic_solve([(x - y) * (x - z) * (y - z)], [x,y,z])
2-element Vector{Dict{Num, Any}}:
 Dict(z => z, y => y, x => y)
 Dict(z => z, y => y, x => z)
# missed y = z
@sumiya11 sumiya11 changed the title symbolic_solve might return not all solutions solve_multivar might return not all solutions Aug 25, 2024
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