I have the following elliptic curve that I want to look up in the LMFDB-database:
$$\text{n}:\space\space\space 3b^2-b=a^3+a^2\tag1$$
Now, we need to write it in the Weierstrass form so we let $a=x/3$ and $b=y/9$, then we get:
$$y^2-3y=x^3+3x^2\tag2$$
Using the Weierstrass form of my elliptic curve, I wrote my equation in the form:
$$y^2+a_1xy+a_3y=x^3+a_2x^2+a_4x+a_6\tag3$$
Which gives $a_1=0,a_2=3,a_3=-3,a_4=0$ and $a_6=0$. Using that $[0,3,-3,0,0]$ I will get to the elliptic curve 135a1 with the minimal Weierstrass equation:
$$y^2+y=x^3-3x+4\tag4$$
But how do I get from $(2)$ to $(4)$? What substitution do I've to take?