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))

FedericoViv/ElechemR documentation built on Jan. 17, 2022, 12:23 a.m.