{"uid":"cap_AozWkPpX-tlBFmBxZsR2B","slug":"forgemesh-matrix-operations-api-c73b960c","name":"ForgeMesh Matrix Operations API","description":"Matrix math API: determinant, inverse, transpose, eigenvalues, multiplication, and addition for matrices up to 50x50 — exact linear algebra.","url":"https://x402.forgemesh.io/matrix-operations","method":"POST","headers":{},"bodySchema":{"type":"object","properties":{"matrix_a":{"type":"array","description":"2D array of numbers"},"matrix_b":{"type":"array","description":"2D array (multiply/add)"},"operation":{"type":"string","description":"determinant|inverse|transpose|eigenvalues|multiply|add"}}},"responseSchema":{"type":"json","example":{"result":10,"operation":"determinant"}},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.002","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"probe","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.002/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.002","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.002","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_trCpRcm9qTr-u9O1_QVF7","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.002","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Performs exact linear algebra operations (determinant, inverse, transpose, eigenvalues, multiplication, addition) on matrices up to 50×50","exampleAgentPrompt":"Can you compute the eigenvalues of this 3x3 matrix: [[4, 1, 0], [2, 3, 1], [0, 1, 2]]?","exampleUseCases":null,"resultDescription":"Returns the result of the requested matrix operation: a scalar (determinant), a 2D array (inverse, transpose, product, or sum), or an array of eigenvalues, computed exactly for matrices up to 50×50.","failureModes":["Non-square matrix passed to determinant or inverse operation — returns error","matrix_b missing when operation is multiply or add","Matrix dimensions incompatible for multiplication (columns of A ≠ rows of B)","Matrix is singular (non-invertible) when inverse is requested","Matrix dimensions exceed 50×50 limit","Invalid operation string not matching allowed enum values"],"whenToPreferThis":"Choose this endpoint when you need exact, reliable linear algebra results for matrices up to 50×50 via a simple REST call, without setting up a local math library. Ideal for agents needing on-demand matrix computation without a Python/numpy runtime, or when integrating numerical math into a workflow that doesn't have a math engine built in.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-13T13:01:18.226Z","isFirstParty":false}