is.bertini | R Documentation |
Test whether an object is an bertini object.
is.bertini(x)
x |
object to be tested |
Vector of logicals.
if (has_bertini()) { soln <- poly_solve("x^2 - 1 == 0") is.bertini(soln) }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.