edgar

669 Reputation

11 Badges

20 years, 1 days

MaplePrimes Activity


These are Posts that have been published by edgar

I guess there is a limit bug here somewhere.  With MultiSeries things are OK...

L:=(x*BesselI(k-1, x)+x*BesselI(k+1, x))*BesselI(-k, x);
L := (x BesselI(k - 1, x) + x BesselI(k + 1, x)) BesselI(-k, x)
simplify(limit(L,x=0)) assuming k>0;
0
with(MultiSeries): simplify(limit(L,x=0)) assuming k>0;
2 sin(Pi k)
-----------
Pi

BesselLimit.mw

A problem with convert,StandardFunctions

 

P := hypergeom([-k,1/2-k],[-2*k],1-z^2);

(1)

convert(P,StandardFunctions);
P1a:=subs(k=1,%);

 

(2)

P1:=subs(k=1,P);

(3)

plot({P1,P1a},z=-1..1,0..2);

 

convert(P,StandardFunctions) assuming k::posint;

(4)

 

 

Download hyp.mw

 

Saving a 3D object computed in Maple.  Maple itself has only limited capabilities for this.

There is a Maple library called JavaViewLib that sends the data from Maple to a Java applet called JavaView.

From there it can be viewed and saved in many different formats.

Find all the info at www.javaview.de

The last web page update was 2006, but the server that provides the free licenses is still running.

Mostly JavaViewLib...

Who has some insight on this, apparent bug in MultiSeries... The sqrt(2) answer is correct, not the 2.
Is the "math" typesetting in the forum working? Example Sum((-1)^n/n,n=1..infinity)
1 2 3 4 5 6 7 Page 1 of 7