linsolve (MATLAB Functions)
matlab.izmiran.ru/help/techdoc/ref/linsolve.htmllinsolve (MATLAB Functions) MATLAB Function Reference linsolve Solve a linear system of equations Syntax X = linsolve(A,B) X = linsolve(A,B,opts) Description X = linsolve(A,B)solves the linear system A*X = Busing LU factorization with partial pivoting when A is square and QR factorization with column pivoting otherwise.