Today, I asked question in the seminar. I asked two questions there, first.
Firstly I asked does E_0 depend on A ? it was indeed nice question, but the consequence was not good. Speaker answered it does not, and I just nodded, but it was m
E := EllipticCurve([0,0,0,17,0]); // Define your elliptic curve E
Q := QuadraticTwist(E, 5723); // Compute the quadratic twist of E by 15*7
rank := Rank(Q); // Calculate the rank of the quadratic twist
rank;