In my Number theory class my exam problem was to solve Mordell equation $y^2=x^3+3$.
But I don't know how to solve this. One approach was to subtract 3 and use the fact that $F=Q(\sqrt 3)$ is ED, but what I can do was just transforming this equations to another Thue equations... So I want to know how to solve this.
$$ y^2-4 =x^3-1$$ $$ (y-2)(y+2) =(x-1)(x^2+x+1)$$
– EDX Jun 11 '24 at 12:33