aboutsummaryrefslogtreecommitdiffstats
path: root/buch/chapters/050-differential/verallghyper.maxima
diff options
context:
space:
mode:
authorAndreas Müller <andreas.mueller@ost.ch>2021-12-08 20:15:41 +0100
committerAndreas Müller <andreas.mueller@ost.ch>2021-12-08 20:15:41 +0100
commit531c564ecc1d73e1ddf25890720212d89f18edc1 (patch)
tree814df17dd23b969d56f3ae93920166613c3b2b79 /buch/chapters/050-differential/verallghyper.maxima
parentadd new section on hypergeometric differential equation (diff)
downloadSeminarSpezielleFunktionen-531c564ecc1d73e1ddf25890720212d89f18edc1.tar.gz
SeminarSpezielleFunktionen-531c564ecc1d73e1ddf25890720212d89f18edc1.zip
add new stuff about airy and hypergeometric functions
Diffstat (limited to '')
-rw-r--r--buch/chapters/050-differential/verallghyper.maxima12
1 files changed, 12 insertions, 0 deletions
diff --git a/buch/chapters/050-differential/verallghyper.maxima b/buch/chapters/050-differential/verallghyper.maxima
new file mode 100644
index 0000000..d914bbc
--- /dev/null
+++ b/buch/chapters/050-differential/verallghyper.maxima
@@ -0,0 +1,12 @@
+x:
+-(rho+k)*(rho+k-1)
++(rho+k+1)*(rho+k)*q
++c*(rho+k+1)*q
+-(a+b+1)*(rho+k)-a*b;
+
+y: subst(1-c,rho,x);
+
+factor(coeff(y, q, 0));
+factor(coeff(y, q, 1));
+
+