aboutsummaryrefslogtreecommitdiffstats
path: root/buch/chapters/060-integral/experiments/rxy.maxima
blob: 0d5a56d273221a7433cd762d8abb1857eb7433ae (plain)
1
2
3
4
5
6
7
8
9
y: sqrt(a*x^2+b*x+c);

F: log(x + b/(2 * a) + y/sqrt(a))/sqrt(a);

f: diff(F, x);

ratsimp(f);

ratsimp(y*f);