.matrixInverse {twoddpcr}R Documentation

Get the inverse of a matrix

Description

Get the inverse of a matrix

Usage

.matrixInverse(s)

Arguments

s

A 2x2 matrix.

Value

The inverse of 's', or NULL if the matrix is singular

Given a matrix, compute the inverse or return NULL if it is singular.


[Package twoddpcr version 1.18.0 Index]