mpolyListArithmetic | R Documentation |
Element-wise arithmetic with vectors of multivariate polynomials.
## S3 method for class 'mpolyList'
e1 + e2
## S3 method for class 'mpolyList'
e1 - e2
## S3 method for class 'mpolyList'
e1 * e2
e1 |
an object of class mpolyList |
e2 |
an object of class mpolyList |
An object of class mpolyList.
( ms1 <- mp( c("x", 'y') ) )
( ms2 <- mp( c("y", '2 x^2') ) )
ms1 + ms2
ms1 - ms2
ms1 * ms2
ms1^3
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.