powered by
Partial elliptic integral
pEllipticInt(x, saxes, n = 5)
Return the partial elliptic integral.
the \(x\)-coordinate.
a \((2 \times 1)\) vector of the length of the ellipse semi-axes.
the number of iterations.
arcLengthEllipse
# Ellipse with semi-axes: a = 5, b= 2 saxes <- c(5,2) # 1 iteration pEllipticInt(3,saxes,n=1) # 5 iterations pEllipticInt(3,saxes,n=5) # 10 iterations pEllipticInt(3,saxes,n=10)
Run the code above in your browser using DataLab