{"uid":"cap_QO2Q23dkfcUSH4FUEpAEK","slug":"forgemesh-matrix-calculator-fc20fb43","name":"ForgeMesh Matrix Calculator","description":"Matrix math calculator for determinant, inverse, transpose, eigenvalues, and matrix multiplication or addition, on arrays up to 50x50. Built for graphics transforms, engineering simulations, and any workflow where a language model's mental arithmetic on matrices can't be trusted. Exact numeric output every call.","url":"https://x402.forgemesh.io/matrix-calculator","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_AJ19YLrKvqjMDm4oDmwz6","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":"Computes determinant, inverse, transpose, eigenvalues, multiplication, or addition for matrices up to 50×50 with exact numeric output","exampleAgentPrompt":"Calculate the inverse of this 3×3 matrix: [[2,1,0],[1,3,1],[0,1,2]] — I need the exact numeric result, not an approximation.","exampleUseCases":null,"resultDescription":"Exact numeric result of the requested matrix operation: a scalar for determinant, a 2D array for inverse/transpose/multiply/add, and a list of eigenvalues for eigenvalue decomposition — all computed precisely, no floating-point approximation from LLM reasoning.","failureModes":["Matrix is singular (determinant = 0) when inverse is requested — returns error indicating non-invertible matrix","Dimension mismatch between matrix_a and matrix_b for multiply or add operations","Matrix exceeds 50×50 size limit — returns size error","Invalid operation string not matching allowed enum values","Non-numeric values in matrix arrays — schema validation error"],"whenToPreferThis":"Use this endpoint whenever a workflow needs mathematically exact matrix operations — especially in graphics pipelines, engineering simulations, or ML preprocessing — where relying on an LLM's internal arithmetic would introduce unacceptable numerical error. Prefer this over general-purpose code execution when you need a lightweight, single-call, pay-per-use solution without spinning up a compute environment.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-13T13:00:59.234Z","isFirstParty":false}