Learn R Programming

dccmidas (version 0.1.2)

Inv: Inverse of a matrix

Description

Calculates the inverse of a numeric matrix

Usage

Inv(x)

Value

The inverse of x.

Arguments

x

a numeric matrix

Examples

Run this code
x<-matrix(sample(1:25,25,replace=TRUE),ncol=5)
Inv(x)

Run the code above in your browser using DataLab