Processing math: 100%

First time here? Check out the FAQ!

Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

asked 4 years ago

Gamzeee gravatar image

How is curve C(b) converted to elliptic curve?

How can we transform curve C(b): (3+b)X^2Y+(9+b)XY^2-(4+b)X^2Z+(3-b^2)XYZ+(-4+b)Y^2Z+(-9+b)XZ^2+bY*Z^2 into an elliptic curve without valuing b?

click to hide/show revision 2
None

updated 4 years ago

dan_fulea gravatar image

How is curve C(b) converted to elliptic curve?

How can we transform curve C(b): (3+b)X^2Y+(9+b)XY^2-(4+b)X^2Z+(3-b^2)XYZ+(-4+b)Y^2Z+(-9+b)XZ^2+bY*Z^2 C(b) : (3+b)X2Y+(9+b)XY2(4+b)X2Z+(3b2)XYZ+(4+b)Y2Z+(9+b)XZ2+bYZ2 into an elliptic curve without valuing b?b?

Edited: Expression in code format:

(3+b)*X^2*Y + (9+b)*X*Y^2 - (4+b)*X^2*Z + (3-b^2)*X*Y*Z + (-4+b)*Y^2*Z + (-9+b)*X*Z^2 + b*Y*Z^2