mpoly-package |
Multivariate polynomials in R. |
*.mpoly |
Multiply multivariate polynomials. |
*.mpolyList |
Multiply vectors multivariate polynomials element-wise. |
+.mpoly |
Add multivariate polynomials. |
+.mpolyList |
Add vectors multivariate polynomials element-wise. |
-.mpoly |
Subtract multivariate polynomials. |
-.mpolyList |
Subtract vectors of multivariate polynomials element-wise. |
== |
Determine whether two multivariate polynomials are equal. |
==.mpoly |
Determine whether two multivariate polynomials are equal. |
as.function.mpoly |
Change a multivariate polynomial into a function. |
as.function.mpolyList |
Change a vector of multivariate polynomials into a function. |
as.mpoly |
Convert an object to an mpoly |
burst |
Enumerate integer r-vectors summing to n |
deriv.mpoly |
Compute partial derivatives of a multivariate polynomial. |
gradient |
Compute gradient of a multivariate polynomial. |
grobner |
Compute a grobner basis of a list of multivariate polynomials. |
insert |
Insert an element into a vector. |
is.mpoly |
Test whether an object is an mpoly object. |
is.mpolyList |
Test whether an object is an mpolyList. |
is.wholenumber |
Test whether an object is a whole number. |
LCM |
Compute the least common multiple of two numbers. |
mp |
Define a multivariate polynomial. |
mpoly |
Multivariate polynomials in R. |
mpolyAdd |
Add multivariate polynomials. |
mpolyEqual |
Determine whether two multivariate polynomials are equal. |
mpolyExp |
Exponentiate multivariate polynomials. |
mpolyList |
Define a collection of multivariate polynomials. |
mpolyListAdd |
Add vectors multivariate polynomials element-wise. |
mpolyListProd |
Multiply vectors multivariate polynomials element-wise. |
mpolyListSub |
Subtract vectors of multivariate polynomials element-wise. |
mpolyProd |
Multiply multivariate polynomials. |
mpolySub |
Subtract multivariate polynomials. |
package-mpoly |
Multivariate polynomials in R. |
partitions |
Enumerate the partitions of an integer |
permutations |
Determine all permutations of a set. |
print.mpoly |
Pretty printing of multivariate polynomials. |
print.mpolyList |
Pretty printing of a list of multivariate polynomials. |
reorder.mpoly |
Reorder a multivariate polynomial. |
terms.mpoly |
Extract the terms of a multivariate polynomial. |
tuples |
Determine all n-tuples using the elements of a set. |
vars |
Determine the variables in a mpoly object. |
^.mpoly |
Exponentiate multivariate polynomials. |