powered by
Analytic solution for a symmetric elliptic curve \(y(x)\)
# S3 method for ecd solve_sym(object, x)solve_sym(object, x)# S4 method for ecd solve_sym(object, x)
solve_sym(object, x)
# S4 method for ecd solve_sym(object, x)
an object of ecd class
array of x dimension
array of y
# NOT RUN { d <- ecd() x <- seq(-100,100,by=0.01) y <- solve_sym(d,x) # }
Run the code above in your browser using DataLab