acer

32293 Reputation

29 Badges

19 years, 301 days
Ontario, Canada

Social Networks and Content at Maplesoft.com

MaplePrimes Activity


These are Posts that have been published by acer

Does anyone else see the following strange behaviour in the Maple 11 plot engine?

I was acting in a Std GUI Worksheet, not a Document. (I use Maple for 64bit Linux, which may or may not matter.)

1) In this next plot below, a (superfluous?) solid triangle appears. It lies in a xz-parallel plane at y=-1, with vertices (0.0,0.0,0.0), (1.0,-1.0,0.4), and (1.0,-1.0,0.0).

plot3d(sqrt(1-y^2),x=1..2,y=-1..1,colour=red,filled=true,view=[-0..2,-1..1,0..1]);

How many registered mapleprimes members are there, I wonder. And what proportion of those post here? If the postings totals page is anything to go by, then these next figures might be close: >=0 posts: 3117 >1 post: 1122 >5 posts: 265 It's not quite clear, since it may be that someone can register more generally (for the maple application centre) and so get listed here. There is also some indication that there may have been 4736 mapleprimes members to register to date.

In the admirable quest to make Maple better and stronger, and since so few people responded to the Suggestion to add a searchable bug database here on mapleprimes, here's another tack.

What are the fewest keystrokes that can make the TTY commandline interface of Maple 10.06 or 11 crash?

By crash I mean something like bus-error or segmentation-fault, stack-limit-exceeded, or lost-kernel-connection. I don't mean a runaway computation that simply consumes all...

I was mulling over an example that behaved differently when cut and pasted in a Document (2dmath input) and a Worksheet (1dmath maple input). The example was this,

M := Matrix([a]);
N := Matrix([b]);
(M.N)[1,1];
(M.N+N)[1, 1];

The last line of that, in Maple 11.00, produces the product of the list [1,1] and the addition M.N+N, instead of indexing into that sum's Matrix result as it does with 1dmath input.

Is that a bug? Clearly there are...

Maple uses the GnuMP (a.k.a. GMP, or gmp) library in computing with large integers, see ?gmp .

Visiting the GMP web page one can find this interesting benchmark table. It indicates a higher known benchmark for Opteron/Athlon64 than for Core2. (I don't know that GMP makes special use of multiple cores at this time.)

First 26 27 28 29 Page 28 of 29