Skip to main content
POST
Solve Linear System Ax = b

Authorizations

X-API-Key
string
header
required

API key for authentication. Get your key at https://api.fincept.in/auth/register

Body

application/json
A
number[][]
required

Coefficient matrix (n × n, must be non-singular)

Example:
b
number[]
required

Right-hand side vector (n × 1)

Example:

Response

Successful Response

success
boolean
Example:

true

data
object