edgar

669 Reputation

11 Badges

20 years, 205 days

MaplePrimes Activity


These are questions asked by edgar


Is there a problem (strange) with the new algolib, or maybe an existing problem elsewhere that shows up when algolib is present? Is it only under MacOS, or more general?

The new version of algolib has been out about 2 weeks now. It is here... http://algo.inria.fr/libraries/

I downloaded files algolib.mla and algolib.hdb, but them in a directory "/Applications/Maple/algolib". It seems to work fine. But today I had a strange problem with latex(), and...

Do you have some suggestions on how to do this?

> restart;

> K := exp(-b*x+c*exp(x))*(log(x))^a-exp(-x);

> # for this identity, I want to get: {a=0, b=1, c=0} .

> solve(identity(K,x),{a,b,c}) assuming x>10;

In the example below, I find integers that solve the equation. That solution happens to be nonnegative. But in general, just plugging in zeros may not give me a nonnegative solution. What is a good way to find a *nonnegative* integer solution, if one exists?

> aa := x^(-4)*exp(-2*x);

> pmu:=product(muval[j]^a[j],j=1..kmax);

I used to do this, but it seems I have forgotten how...

> P1 := plot(sin(x),x=-Pi..Pi);

> with(plots):display([P1]);

> plotsetup(ps,plotoutput=`aa.ps`,plotoptions=`portrait,noborder`);

When I upgraded my Mac G5 from OS 10.3 to OS 10.4, the OS X versions of Maple (Maple 9.5 and Maple 10) continued to work. But the classic versions of Maple (Maple 7 and Maple Vr5) quit working. It turns out that the classic versions will run in OS 10.4 if the following files (perhaps from an old "System Folder") are moved into the "Extensions" folder of the active classic OS 9 "System Folder": OpenGLEngine OpenGLUtility OpenGLRendererATI OpenGLRenderer OpenGLMemory OpenGLLibrary Shared Library Manager PPC At least this worked for me.
1 2 3 Page 3 of 3