powered by
choleskiDecomposition(A, tol = 1e-07)
A<-matrix(c(4,-2,2, -2,2,-4,2,-4,11), nrow=3,ncol=3, byrow = TRUE) chdA<-choleskiDecomposition(A)
Run the code above in your browser using DataLab