powered by
Use Chebyshev trigonometry for a depressed cube to solve a elliptic curve \(y(x)\).
# S3 method for ecd solve_trig(object, x)solve_trig(object, x)# S4 method for ecd solve_trig(object, x)
solve_trig(object, x)
# S4 method for ecd solve_trig(object, x)
an object of ecd class
array of x dimension
array of y
# NOT RUN { d <- ecd() x <- seq(-100,100,by=0.1) y <- solve_trig(d,x) # }
Run the code above in your browser using DataLab