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 does not work in one of two very similar cases #25006

Open
matswb mannequin opened this issue Mar 18, 2018 · 0 comments
Open

solve does not work in one of two very similar cases #25006

matswb mannequin opened this issue Mar 18, 2018 · 0 comments

Comments

@matswb
Copy link
Mannequin

matswb mannequin commented Mar 18, 2018

var('n')
solve(abs(-(8*n+1)+(-11*n-1)*3+(8*n-2)*(-2)-30*n)/sqrt((8*n+1)^2+(11*n+1)^2+(8*n-2)^2)==sqrt(29), n)

does not find solutions (which are n==1 and n==-1/2), but the very similar

var('m')
solve(abs(-(8+m)+(-11-m)*3+(8-2*m)*(-2)-30)/sqrt((8+m)^2+(11+m)^2+(8-2*m)^2)==sqrt(29), m)

works just fine.

Component: algebra

Keywords: equation solve abs quadratic

Issue created by migration from https://trac.sagemath.org/ticket/25006

@matswb matswb mannequin added this to the sage-8.2 milestone Mar 18, 2018
@matswb matswb mannequin added c: algebra labels Mar 18, 2018
@mkoeppe mkoeppe removed this from the sage-8.2 milestone Dec 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant