MSOLVE
Solves the linear system A·x = b for x, where A is a square matrix and b is a column vector.
| Category | Matrix |
| Syntax | MSOLVE(A, b) |
Parameters
| Parameter | Required | Description |
|---|---|---|
A | Required | A square coefficient matrix (n×n). |
b | Required | A right-hand-side column vector (n×1). |
Example
MSOLVE([1, 2; 3, 4])
Auto-generated from the EngCanvas function registry.