Qurak

Symbolic calculations read

Tutorial 2 steps, run in order in one session. Every step was executed against the engine and the output below is what it produced.

Step 1
D[x ^ n, x]
Output
n*x^(-1 + n)
Step 2
D[x ^ 2 Log[x + a], x]
Output
x^2/(a + x) + 2*x*Log[a + x]

Functions used

Related recipes

All recipes · Function reference · Use this from an MCP client