powered by
Solve the elliptic curve \(y(x)\) by constructing a cubic polynomial from ecd object. Then solve it and take the smallest real root.
# S3 method for ecd solve(a, b, ...)# S4 method for ecd solve(a, b, ...)
# S4 method for ecd solve(a, b, ...)
An object of ecd class
A vector of \(x\) values
Not used. Only here to match the generic signature.
A vector of roots for \(y(x)\)
# NOT RUN { d <- ecd() x <- seq(-100,100,by=0.1) y <- solve(d,x) # }
Run the code above in your browser using DataLab