aboutsummaryrefslogtreecommitdiffstats
path: root/buch/chapters/050-differential/verallghyper.maxima
diff options
context:
space:
mode:
Diffstat (limited to 'buch/chapters/050-differential/verallghyper.maxima')
-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));
+
+