Skip to contents

Solves a system of linear equations A * x = B where A is a square matrix and B is a vector.

Usage

Solve2vect(A, B)

Arguments

A

A square matrix of coefficients.

B

A vector of constants.

Value

The solution vector x.