powered by
Convert characters of the form "p1 = p2" (or similar) to an mpoly object representing p1 - p2.
"p1 = p2"
p1 - p2
eq_mp(string, ...)
An object of class mpoly or mpolyList.
a character string containing a polynomial, see examples
arguments to pass to mpoly()
mpoly()
David Kahle david@kahle.io
eq_mp(c("y = x", "y == (x + 2)"))
Run the code above in your browser using DataLab