{"uid":"cap_DCJlDMJnmAIWARNMebXoQ","slug":"numora-matrix-inverse-60b4812c","name":"Numora Matrix Inverse","description":"100 pure math computation endpoints for AI agents. Statistics, financial math, linear algebra, equation solving, calculus, number theory, sequence generation, and unit conversions. Zero external dependencies. x402 micropayments on Base.","url":"https://numormo.vercel.app/api/matrix/inverse","method":"POST","headers":{},"bodySchema":{"type":"object","required":["A"],"properties":{"A":{"type":"array","description":"Matrix (2D array)"}}},"responseSchema":{"type":"object","required":["success","result","computation"],"properties":{"result":{"type":"object","description":"Computation result varies by endpoint"},"success":{"type":"boolean","description":"Always true on success"},"computation":{"type":"string","description":"Human-readable description of what was computed"}}},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.1","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"registry","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.1/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.1","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.1","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_pBIb51IRWP4mv_aFv_V__","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.1","costPer":"request","priority":0,"asset":null,"unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Computes the inverse of a square matrix using pure math with no external dependencies","exampleAgentPrompt":"Can you compute the inverse of this matrix: [[4, 7], [2, 6]]?","exampleUseCases":[{"title":"Solving a system of linear equations","prompt":"I need to solve a system of equations using matrix inversion — find the inverse of [[2, 1, 0], [1, 3, 1], [0, 1, 2]] for me."},{"title":"Checking matrix invertibility in ML pipeline","prompt":"Can you invert this weight matrix [[5, 2], [3, 4]] so I can use it in my neural network backpropagation calculation?"},{"title":"Financial portfolio optimization","prompt":"I'm doing portfolio optimization and need to invert this covariance matrix: [[0.04, 0.006], [0.006, 0.09]] — can you compute that for me?"}],"resultDescription":"Returns a JSON object with a 'success' boolean, a 'result' object containing the inverse matrix as a 2D array, and a 'computation' string describing what was computed (e.g. 'Computed inverse of 3x3 matrix').","failureModes":["Singular or non-invertible matrix returns an error (determinant is zero)","Non-square matrix input causes a validation error","Malformed 2D array (jagged rows) may return a parsing error","Payment failure via x402 returns 402 status before computation begins"],"whenToPreferThis":"Choose this endpoint when you need a fast, self-contained matrix inverse computation with no external dependencies, especially in agentic workflows where accuracy matters and you want to avoid importing heavy math libraries. Ideal for AI agents doing linear algebra as part of larger calculations (solving linear systems, portfolio optimization, ML operations) via simple micropayment-based API calls on Base.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-14T19:03:42.000Z","isFirstParty":false}