From a08ceeb804e40e13673339aace0c554eb50e921a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Fri, 31 Dec 2021 22:55:49 +0100 Subject: complete stuff on hypergeometric differential equations --- buch/chapters/050-differential/arcsin.maxima | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 buch/chapters/050-differential/arcsin.maxima (limited to 'buch/chapters/050-differential/arcsin.maxima') diff --git a/buch/chapters/050-differential/arcsin.maxima b/buch/chapters/050-differential/arcsin.maxima new file mode 100644 index 0000000..260d8a9 --- /dev/null +++ b/buch/chapters/050-differential/arcsin.maxima @@ -0,0 +1,5 @@ +u: asin(x); +up: diff(u,x); +upp: diff(up,x); + +(1-x^2)*upp-x*up ; -- cgit v1.2.1