evalRatioOfQsprays | R Documentation |
Evaluation of the fraction of multivariate polynomials
represented by a ratioOfQsprays
object.
evalRatioOfQsprays(roq, values_re, values_im = NULL)
roq |
a |
values_re |
vector of the real parts of the values; each element of
|
values_im |
vector of the imaginary parts of the values; each element of
|
A bigq
number if values_im=NULL
, a pair of bigq
numbers otherwise: the real part and the imaginary part of the result.
x <- qlone(1); y <- qlone(2)
roq <- 2*x / (x^2 + 3*y^2)
evalRatioOfQsprays(roq, c("2", "5/2", "99999")) # "99999" will be ignored
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.