{"uid":"cap_c4hzPF1PrCDMqfJPNPfcq","slug":"numora-matrix-transpose-85629220","name":"Numora Matrix Transpose","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://numomo.vercel.app/api/matrix/transpose","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_AmGi6Zbq5lSvGu_5j6T_2","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 transpose of a 2D matrix, flipping rows and columns","exampleAgentPrompt":"Can you transpose this matrix for me: [[1, 2, 3], [4, 5, 6]]? I need the rows and columns swapped.","exampleUseCases":[{"title":"Preparing matrix for dot product","prompt":"I need to multiply two matrices but first I need to transpose the second one — it's [[1, 2], [3, 4], [5, 6]]. Can you give me the transposed version?"},{"title":"Converting row vectors to column vectors","prompt":"I have a row vector represented as a matrix [[7, 8, 9]] and I need to turn it into a column vector. Can you transpose it for me?"},{"title":"Linear algebra homework verification","prompt":"Can you transpose this 3x3 matrix and show me the result: [[1, 0, 2], [3, 1, 4], [5, 6, 0]]?"}],"resultDescription":"Returns a JSON object with 'success' (true), 'result' containing the transposed matrix as a 2D array where the original rows become columns and original columns become rows, and 'computation' with a human-readable description of what was computed.","failureModes":["Missing 'A' field returns validation error","Non-rectangular or jagged 2D array may cause computation failure","Empty array input may return error or empty result","Payment failure via x402 micropayment protocol blocks request","Non-numeric matrix values will likely cause computation error"],"whenToPreferThis":"Use this endpoint when you need a pure, dependency-free matrix transpose computation with deterministic results and no external data sources. Ideal for AI agents performing linear algebra operations as part of larger workflows (e.g., preparing matrices for multiplication, solving systems of equations, or performing PCA). Prefer this over general-purpose code execution endpoints when you want a single focused math operation with micropayment pricing per call.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-14T18:51:17.217Z","isFirstParty":false}