matrix.openverbs.com
5 resources listed under matrix.openverbs.com.
Source: https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources · last updated 2026-09-18
Resources
Solve the linear system A·x = b for a square coefficient matrix A and
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 }.
Invert a square matrix via Gauss-Jordan elimination
Invert a square matrix via Gauss-Jordan elimination. A non-square, ragged or empty matrix is a clean 400. A singular (non-invertible) matrix is NOT an error — it returns a successful { invertible:false, inverse:null }.
Compute the determinant of a square matrix via Gaussian elimination wi
Compute the determinant of a square matrix via Gaussian elimination with partial pivoting. A non-square, ragged or empty matrix is a clean 400; a singular matrix simply returns 0.
Transpose a matrix, swapping rows and columns
Transpose a matrix, swapping rows and columns. A ragged/empty matrix is a clean 400.
Multiply two matrices A·B
Multiply two matrices A·B. The inner dimensions must agree (columns of A equal rows of B); a mismatch or a ragged/empty matrix is a clean 400.
Machine-readable
All resources from this provider: /discovery/merchant (by payment address) or filter /discovery/resources.