powered by
symsolve(Asym, Bmat)
solve
A <- matrix(c(2,1,1,2), 2) Ainv <- symsolve(A, diag(2))
Run the code above in your browser using DataLab