Last chance! 50% off unlimited learning
Sale ends in
a
is inverted and
assigned to a
.## S3 method for class 'pdMat':
solve(a, b, \dots)
pdMat
object similar to a
, but with coefficients
corresponding to the inverse of the positive-definite matrix
represented by a
.pdMat
pd1 <- pdCompSymm(3 * diag(3) + 1)
solve(pd1)
Run the code above in your browser using DataLab