Elliptic Curve Point Calculator
Add or double points on a small prime-field elliptic curve. Processing takes place locally in your browser.
Start using
What Elliptic Curve Point Calculator does
Add or double points on a small prime-field elliptic curve.
Worked example
Input
p=17, curve y²=x³+2x+2, P=(5,1)
Result
2P=(6,3)
Calculation method
Point addition uses the curve slope modulo p; doubling uses the tangent slope and modular inverse.
Useful workflows
- Check a small teaching example and inspect intermediate results.
- Compare an independently calculated answer or software test fixture.
- Copy the result together with its input notation and selected options.
Limits and review checks
- Combinatorial, graph and search problems can grow exponentially and are intentionally size-limited.
- Confirm integer, modular, set-order, precision and rounding assumptions before comparing answers.
- Cryptography-related pages are educational demonstrations and must not generate or validate production security keys.
Frequently asked questions
Why is my input rejected?
Check separators, variable names, supported operators, numeric ranges and whether the selected algorithm requires integers.
Can I use this result in a high-stakes decision?
Use the tool for learning and independent checks. Verify legal, financial, safety or security decisions with an authoritative method and qualified reviewer.
Processing takes place locally in your browser.