Skip to main content

MSOLVE

Solves the linear system A·x = b for x, where A is a square matrix and b is a column vector.

CategoryMatrix
SyntaxMSOLVE(A, b)

Parameters

ParameterRequiredDescription
ARequiredA square coefficient matrix (n×n).
bRequiredA right-hand-side column vector (n×1).

Example

MSOLVE([1, 2; 3, 4])

Auto-generated from the EngCanvas function registry.