🦀 ClawHub
Math Expression
by @pansuestc
Use when the user wants an actual math result, simplification, expansion, exact value, high-precision value, analytic solution, or numerical solution for alg...
💡 Examples
Factor[x^4 - 1]Integrate[x^2 Exp[-x], {x, 0, Infinity}]Limit[(Sin[x] - x)/x^3, x -> 0]DSolve[y''[x] + y[x] == 0, y[x], x]NDSolve[{D[u[x, t], t] == D[u[x, t], {x, 2}], u[0, t] == 0, u[1, t] == 0, u[x, 0] == Sin[Pi x]}, u, {x, 0, 1}, {t, 0, 1}]Asymptotic[LogGamma[x], x -> Infinity, 5]N[Pi, 120]📋 Tips & Best Practices
wolframclient and WolframKernel.TERMINAL
clawhub install math-expression