{"slug":"matrix-openverbs-com-v1-solve-0e2fbd","title":"Solve the linear system A·x = b for a square coefficient matrix A and vector b v","host":"matrix.openverbs.com","method":"POST","resource":"https://matrix.openverbs.com/v1/solve","category":"other","description":"Solve the linear system A·x = b for a square coefficient matrix A and vector b via Gaussian elimination with partial pivoting. A non-square A or a b of the wrong length is a clean 400. A singular system is NOT an error — it returns a successful { solvable:false, solution:null }.","price_listed":0.004,"price_asked":0.004,"state":"answering","state_label":"Answering","checks_7d":1,"answered_7d":1,"latency_ms_median":600,"reported_calls_30d":5,"reported_payers_30d":2,"networks":["eip155:8453"],"badge":"unverified","paid_checks_7d":0,"paid_ok_7d":0,"example_input":{"body":{"a":[[1]],"b":[1]},"bodyType":"json","method":"POST","type":"http"},"output_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"additionalProperties":false,"properties":{"a":{"description":"Square coefficient matrix (n×n).","items":{"items":{"type":"number"},"minItems":1,"type":"array"},"minItems":1,"type":"array"},"b":{"description":"Right-hand-side vector (length n).","items":{"type":"number"},"minItems":1,"type":"array"}},"required":["a","b"],"type":"object"},"bodyType":{"enum":["json","form-data","text"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"const":"http","type":"string"}},"required":["type","method","bodyType","body"],"type":"object"}},"required":["input"],"type":"object"},"history":[{"day":"2026-09-24","reachable":true,"status":402,"valid_402":true,"asked_usdc":0.004,"price_match":true,"latency_ms":600,"error":null}],"description_full":"Solve the linear system A·x = b for a square coefficient matrix A and vector b via Gaussian elimination with partial pivoting. A non-square A or a b of the wrong length is a clean 400. A singular system is NOT an error — it returns a successful { solvable:false, solution:null }.","last_updated":"2026-09-14T19:59:15.586Z","schemes":["exact"]}