36-Solve | R Documentation |
Solve a system of equations or invert an MPCR matrix.
## S4 method for signature 'Rcpp_MPCR'
solve(a, b = NULL, ...)
a , b |
An MPCR objects. |
... |
Ignored. |
Solves the equation AX=B .and if B=NULL t(A) will be used.
library(MPCR)
x <- as.MPCR(1:20,4,5,"double")
solve(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.