invMat: Inverse matrix

Description Usage Arguments Value Examples

View source: R/Derivative.R

Description

Returns the inverse matrix of the selected one

Usage

1
invMat(A)

Arguments

A

matrix to be inverted

Value

inverse matrix of the selected

Examples

1
invMat(A = matrix(c(1,2,6,14), nrow = 2))

EleChemr documentation built on Feb. 9, 2021, 5:05 p.m.

Related to invMat in EleChemr...