Dear Professor Cremona,
Thank you sincerely for taking the time to respond. I’m truly honored, and I appreciate your clarity. I now better understand what LMFDB seeks to catalog in terms of mathematical significance and nontriviality.
You were absolutely right to point out that I did not find points by taking linear combinations of known generators. In fact, I used a structured, height-based rational scan (banded in ) to find points before calling .gens()
. The generator basis returned by Sage was used afterward to confirm that all twelve recovered points lie in the Mordell–Weil lattice, and that none appeared to be torsion (we explicitly checked torsion order and canonical heights). Interestingly, one of the twelve points matched one of Sage’s generators (up to sign), though that was only recognized in hindsight.
I realize now that my message did not explain this well... My curiosity about the j-invariant and possible inclusion in the database got ahead of a clear explanation. Your reply helped me calibrate what would actually make a curve interesting or relevant to the community.
I’m now working to adapt this method to higher-rank curves, particularly in the range , where Sage’s generator detection sometimes becomes less reliable. I’m curious to see whether structured point-finding might help identify independent points in such settings, though I recognize the limitations without full descent machinery.
Thank you again for your time and expertise.
Thanks for pointing me to your paper and the indep_test tool, that’s really helpful. It might be exactly what I’ve needed. So far, my point-finder seems solid for lower-rank curves and recovering rational points, but confirming whether those points are generators has been out of reach. I’m now starting to explore higher-rank cases where Sage may stop returning full generator sets, so having a binary test for independence that avoids floating-point thresholds would be ideal.
I am really grateful for your guidance so far and the tools you’ve made available.
P.S. If and when your time permits, I’d truly appreciate the chance to stay in touch as I continue developing these tools alongside yours, but I completely understand how busy you must be.
Chris