Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

How to get result - diophantines equation

I tried to enter this question:

sage: var('x y')
(x, y)
sage: eq1=16^(x^2+y)+16^(y^2+x)-1
sage: solve(eq1,x,y)
[]

But it gives empty result []. The known result for this question is (x,y)=(-1/2,-1/2).

How to get result - diophantines equation

I tried to enter this question:

sage: var('x y')
(x, y)
sage: eq1=16^(x^2+y)+16^(y^2+x)-1
eq1=16^(x^2+y)+16^(y^2+x)==1
sage: solve(eq1,x,y)
[]

But it gives empty result []. The known result for this question is (x,y)=(-1/2,-1/2).