Learn R Programming

caracas (version 1.0.1)

solve_lin: Solve a linear system of equations

Description

Find x in Ax = b. If b not supplied, the inverse of A is returned.

Usage

solve_lin(A, b)

Arguments

A

matrix

b

vector