I have a function y^2 = x^3 + Ax + B mod p. I know the curve has a singularity as the discriminate is zero mod p. I'm trying to isolate the non-singular points of the curve by mapping the singularity to infinity. I've read a lot about the steps I'm supposed to follow - find the singularity S, calculate the distinct tangents at S (y = a1x + b1 and y = a2x + b2) and then apply the mapping, but I can't find any practical examples on how to actually do this.
Can anyone please point me in the direction of a similar calculation using actual numbers, instead of a proof?
Thanks very much!