{"uid":"cap_q5vRuf6pPQ3gWZpgD_j7p","slug":"numora-jacobian-matrix-computation-460b23e4","name":"Numora Jacobian Matrix Computation","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/calculus/jacobian","method":"POST","headers":{},"bodySchema":{"type":"object","required":["fns","point"],"properties":{"fns":{"type":"array"},"point":{"type":"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_NBlb7SoZUgpK3h18EOxGj","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 Jacobian matrix of a system of multivariate functions evaluated at a given point","exampleAgentPrompt":"Calculate the Jacobian matrix of the functions [x^2*y, x*sin(y)] at the point [2, pi/2] for me.","exampleUseCases":[{"title":"Nonlinear system sensitivity analysis","prompt":"I have a system of two nonlinear equations f1 = x^2 + y^2 and f2 = x*y - 1. Can you compute the Jacobian matrix at the point [1, 1] so I can analyze local linearization?"},{"title":"Robotics inverse kinematics","prompt":"I need the Jacobian of my robot arm's forward kinematics equations [cos(q1) + cos(q1+q2), sin(q1) + sin(q1+q2)] evaluated at joint angles [pi/4, pi/4] to plan motion control."},{"title":"Optimization gradient verification","prompt":"Before running Newton's method, can you compute the Jacobian of my system [x^3 - y, y^2 - x] at the current estimate [1.5, 1.2] so I can verify the gradient structure?"}],"resultDescription":"Returns a JSON object with a 'result' containing the Jacobian matrix (array of arrays of partial derivative values), a 'success' boolean, and a 'computation' string describing what was computed in human-readable form.","failureModes":["Invalid or non-parseable function expressions in 'fns' array","Dimension mismatch between number of functions and point coordinates","Evaluation point causes singularity or undefined value (e.g. division by zero)","Empty 'fns' or 'point' arrays","Unsupported mathematical syntax in function strings"],"whenToPreferThis":"Choose this endpoint when you need a precise, numerically computed Jacobian matrix for a system of multivariate functions at a specific point — especially in calculus, optimization, nonlinear equation solving, or robotics contexts — without needing to set up a full CAS environment or external math library dependency.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-14T12:56:50.388Z","isFirstParty":false}