f
linsolve(): array | matrix
A: matrix,
b: array | matrix
Solve a linear system of equations Ax = b.
Usage
import * as mod from "linalgebra/linsolve.ts";
Solve a linear system of equations Ax = b.
import * as mod from "linalgebra/linsolve.ts";