Last chance! 50% off unlimited learning
Sale ends in
Buy Now
Rdocumentation
powered by
Learn R Programming
PEIP (version 1.7)
ginv: Get inverse
Description
Get inverse of matrisx or solve Ax=b.
Usage
ginv(G, x, tol = 1e-12)
Arguments
G
Design Matrix
x
right hand side
tol
tolerance
Value
inverse
Details
This function used as alternative to matlab code that does this h = G\x to get the inverse
See Also
solve, Ainv