{"uid":"cap_FGeQ_TA6felr_8zXuw-uz","slug":"numora-linear-equation-solver-95f2ac8b","name":"Numora Linear Equation Solver","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/solve/linear","method":"POST","headers":{},"bodySchema":{"type":"object","required":["a","b"],"properties":{"a":{"type":"number"},"b":{"type":"number"}}},"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_nr-ajy34SPce_IpnoQVex","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":"Solves a linear equation of the form ax + b = 0, returning the exact solution value with no external dependencies.","exampleAgentPrompt":"Can you solve the linear equation 5x + 20 = 0 for me — just give me the exact value of x?","exampleUseCases":[{"title":"Break-even point calculation","prompt":"I need to find where my profit line crosses zero — my slope coefficient is -3 and my constant term is 150. What's the break-even x value?"},{"title":"Physics problem root finding","prompt":"Help me solve this physics equation for time: 9.8t - 49 = 0. What value of t satisfies it?"},{"title":"Classroom algebra check","prompt":"My student says the answer to 7x + 21 = 0 is x = -3. Can you verify that by solving it directly?"}],"resultDescription":"Returns a JSON object with a boolean 'success' field, a 'result' object containing the solved value of x (i.e. x = -b/a), and a 'computation' string describing in human-readable terms what was calculated (e.g. 'Solved 3x + 9 = 0 → x = -3').","failureModes":["Division by zero when a = 0 (no unique solution exists; expect error or undefined result)","Missing required fields a or b returns a 400-level validation error","Non-numeric values for a or b cause schema validation failure","Extremely large or small float values may produce precision loss in the result"],"whenToPreferThis":"Choose this endpoint when you need a fast, dependency-free algebraic solution to a single-variable linear equation (ax + b = 0). It is ideal for agents that need reliable, deterministic math results without calling a general-purpose LLM or symbolic math library. Prefer it over full CAS systems when simplicity and micropayment-based pricing are acceptable, and when the equation is guaranteed to be linear (degree 1).","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-14T12:43:41.936Z","isFirstParty":false}