Matrix multiplication accepts both polynomial and numerical matrices.
1 2 3 4 5 6 7 8 | ## S4 method for signature 'polyMatrix,polyMatrix'
x %*% y
## S4 method for signature 'polyMatrix,matrix'
x %*% y
## S4 method for signature 'matrix,polyMatrix'
x %*% y
|
x, y |
first and second operands |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.