Groups | Search | Server Info | Keyboard shortcuts | Login | Register


Groups > comp.soft-sys.math.maple > #1278

Re: "asymptotically instead"?

Newsgroups comp.soft-sys.math.maple
Date 2017-10-24 00:14 -0700
References <b0a58aa5-3db0-4155-8cf2-bab96f5e8923@googlegroups.com>
Message-ID <6f0ccadf-6e67-4e05-b7a8-2c6a338b4f92@googlegroups.com> (permalink)
Subject Re: "asymptotically instead"?
From acer <maple@rogers.com>

Show all headers | View raw


On Monday, October 23, 2017 at 5:55:50 PM UTC-4, Peter Luschny wrote:
> ogf := (1/x)*BesselI(0, x^(-1/2)/2)^4*BesselK(0, x^(-1/2)/2)^4: 
> series(ogf,x,20): seq(simplify(coeff(%,x,n)),n=0..6);
> 
> # This works for me (I have a very old version).
> # Someone told me that it does not work with Maple 2017.
> # Updating is not always a good idea with Maple.


restart;
ogf := (1/x)*BesselI(0, x^(-1/2)/2)^4*BesselK(0, x^(-1/2)/2)^4: 
MultiSeries:-series(ogf,x,20): seq(simplify(coeff(%,x,n)),n=0..6); 
                0, 1, 2, 15, 302, 12559, 900288

kernelopts(version);
   Maple 2017.2, X86 64 LINUX, Jul 19 2017, Build ID 1247392

Back to comp.soft-sys.math.maple | Previous | NextPrevious in thread | Find similar


Thread

"asymptotically instead"? Peter Luschny <peter.luschny@gmail.com> - 2017-10-23 14:55 -0700
  Re: "asymptotically instead"? rouben@x301-1.(none) (Rouben Rostamian) - 2017-10-24 05:12 +0000
  Re: "asymptotically instead"? acer <maple@rogers.com> - 2017-10-24 00:14 -0700

csiph-web