aboutsummaryrefslogtreecommitdiffstats
path: root/buch/chapters/050-differential/arcsin.maxima
diff options
context:
space:
mode:
authorAndreas Müller <andreas.mueller@ost.ch>2021-12-31 22:55:49 +0100
committerAndreas Müller <andreas.mueller@ost.ch>2021-12-31 22:55:49 +0100
commita08ceeb804e40e13673339aace0c554eb50e921a (patch)
treec371665d6d66f6328af30b33ac989afccc5561d6 /buch/chapters/050-differential/arcsin.maxima
parentMerge branch 'master' of github.com:AndreasFMueller/SeminarSpezielleFunktionen (diff)
downloadSeminarSpezielleFunktionen-a08ceeb804e40e13673339aace0c554eb50e921a.tar.gz
SeminarSpezielleFunktionen-a08ceeb804e40e13673339aace0c554eb50e921a.zip
complete stuff on hypergeometric differential equations
Diffstat (limited to '')
-rw-r--r--buch/chapters/050-differential/arcsin.maxima5
1 files changed, 5 insertions, 0 deletions
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 ;