Processing math: 100%

First time here? Check out the FAQ!

Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Polynomial Substitution for only higher terms

I'm dealing with elliptic curves in SAGE. Say the elliptic curve I have is y2=x3+x working over GF(43) and I have a polynomial expression in x and y: y2+xy+1. I want to be able to substitute y2=x3+x to get (x3+x)+xy+1. How do I do this?

click to hide/show revision 2
retagged

updated 3 years ago

FrédéricC gravatar image

Polynomial Substitution for only higher terms

I'm dealing with elliptic curves in SAGE. Say the elliptic curve I have is y2=x3+x working over GF(43) and I have a polynomial expression in x and y: y2+xy+1. I want to be able to substitute y2=x3+x to get (x3+x)+xy+1. How do I do this?

click to hide/show revision 3
retagged

updated 3 years ago

FrédéricC gravatar image

Polynomial Substitution for only higher terms

I'm dealing with elliptic curves in SAGE. Say the elliptic curve I have is y2=x3+x working over GF(43) and I have a polynomial expression in x and y: y2+xy+1. I want to be able to substitute y2=x3+x to get (x3+x)+xy+1. How do I do this?