Description Usage Arguments Examples
View source: R/solve_unipoly.R
Solve a univariate mpoly with polyroot
1 | solve_unipoly(mpoly, real_only = FALSE)
|
mpoly |
an mpoly |
real_only |
return only real solutions? |
1 2 | solve_unipoly(mp("x^2 - 1")) # check x = -1, 1
solve_unipoly(mp("x^2 - 1"), real_only = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.