From 531c564ecc1d73e1ddf25890720212d89f18edc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Wed, 8 Dec 2021 20:15:41 +0100 Subject: add new stuff about airy and hypergeometric functions --- buch/chapters/050-differential/verallghyper.maxima | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 buch/chapters/050-differential/verallghyper.maxima (limited to 'buch/chapters/050-differential/verallghyper.maxima') 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)); + + -- cgit v1.2.1