Last chance! 50% off unlimited learning
Sale ends in
sinc(x)
computes the sinc function
$s(x)=\sin(x)/x$ for $x\ne 0$ and
$s(0) = 1$, such that $s()$ is continuous, also at $x = 0$. A..Z(x, a)
computes Zolotarev's function to
the power 1-a
.
sinc(x)
A..Z(x, alpha, I.alpha = 1 - alpha)
numeric
argument in $[0,\pi]$,
typically a vector.= 1 - alpha
, maybe more accurately
when alpha
is very close to 1.A..Z(x,alpha)
is $\tilde A_{Z}(x,\alpha)$,
defined as
where $\alpha\in(0,1]$ is alpha
.
retstable
internally makes use of these functions.curve(sinc, -15,25); abline(h=0,v=0, lty=2)
curve(A..Z(x, 0.25), xlim = c(-4,4),
main = "Zolotarev's function A(x) ^ 1-alpha")
Run the code above in your browser using DataLab