powered by
Calculate the determinant of the matrix
detmatrix(m)
a matrix
the determinant
detmatrix calculates the determinant of the matrix given.
detmatrix
Other linear: choleskymatrix(), gdls(), invmatrix(), iterativematrix, lumatrix(), refmatrix(), rowops, tridiagmatrix(), vecnorm()
choleskymatrix()
gdls()
invmatrix()
iterativematrix
lumatrix()
refmatrix()
rowops
tridiagmatrix()
vecnorm()
# NOT RUN { A <- matrix(c(1, 2, -7, -1, -1, 1, 2, 1, 5), 3) detmatrix(A) # }
Run the code above in your browser using DataLab