isPolynomial | R Documentation |
Checks whether a ratioOfQsprays
actually is polynomial,
that is, whether its denominator is a constant qspray
polynomial
(and then it should be equal to one).
isPolynomial(roq)
roq |
a |
A Boolean value.
x <- qlone(1)
y <- qlone(2)
roq <- (x^2 - y^2) / (x - y)
isPolynomial(roq)
roq == x + y
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.