Learn R Programming

contextual (version 0.9.8.4)

inv: Inverse from Choleski (or QR) Decomposition.

Description

Invert a symmetric, positive definite square matrix from its Choleski decomposition.

Usage

inv(M)

Arguments

M

matrix

Examples

Run this code
# NOT RUN {
inv(cbind(1, 1:3, c(1,3,7)))

# }

Run the code above in your browser using DataLab