powered by
Element-wise arithmetic with vectors of multivariate polynomials.
# S3 method for mpolyList +(e1, e2)# S3 method for mpolyList -(e1, e2)# S3 method for mpolyList *(e1, e2)
# S3 method for mpolyList -(e1, e2)
# S3 method for mpolyList *(e1, e2)
an object of class mpolyList
An object of class mpolyList.
# NOT RUN { ( ms1 <- mp( c("x", 'y') ) ) ( ms2 <- mp( c("y", '2 x^2') ) ) ms1 + ms2 ms1 - ms2 ms1 * ms2 ms1^3 # }
Run the code above in your browser using DataLab