aboutsummaryrefslogtreecommitdiffstats
path: root/buch/chapters/050-differential/arcsin.maxima
blob: 260d8a9be91f93c05471d8dcb2980ab81ce31e9e (plain)
1
2
3
4
5
u: asin(x);
up: diff(u,x);
upp: diff(up,x);

(1-x^2)*upp-x*up ;