EleChemr (version 1.1.0)

invMat: Inverse matrix

Description

Returns the inverse matrix of the selected one

Usage

invMat(A)

Arguments

A

matrix to be inverted

Value

inverse matrix of the selected

Examples

Run this code
# NOT RUN {
invMat(A = matrix(c(1,2,6,14), nrow = 2))

# }

Run the code above in your browser using DataCamp Workspace