Learn R Programming

ecd (version 0.9.2.4)

solve_sym.ecd: Analytic solution for a symmetric elliptic curve

Description

Analytic solution for a symmetric elliptic curve \(y(x)\)

Usage

# S3 method for ecd
solve_sym(object, x)

solve_sym(object, x)

# S4 method for ecd solve_sym(object, x)

Arguments

object

an object of ecd class

x

array of x dimension

Value

array of y

Examples

Run this code
# 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