Learn R Programming

PEIP (version 1.7)

Ainv: An Inverse Solution

Description

QR decomposition solution to Ax=b

Usage

Ainv(GAB, x, tol = 1e-12)

Arguments

GAB
design matrix
x
right hand side
tol
tolerance for singularity

Value

  • Inverse Solution

Details

need something to make up for the lame-o matlab code that does this h = G\x to get the inverse