Christian Wolinski

MaplePrimes Activity


These are questions asked by Christian Wolinski

I have two lists. I would like to confirm that one is a permutation of the other. Which Maple procedure does this?

Edit:
So surprising answer is Maple has no builtin one command to establish the fact.

When using FunctionAdvisor(branch_cuts, f(x), plot="2D"); how do I enforce discontinuous lines be presented with option discont=true?

Does this happen to you (ChatGPT session):

How do I explain this:

isolve({a*b=4,a>=1,b>=1});

I am running a code that loops through some 500 cases, each one considered separate, each working with a matrix of rationals 100x30 to 5000x900 or possibly larger dimensions. The matrices are not preserved and variables are reused. A concerning pattern emerges as more and more memory is slowly added until all ram (32GB) is spent and this makes no sense. Observing kernelopts(heaps); the number of entries increases steadily. Using gc() a few entries will occasionally disappear, but gc() itself takes longer with each loop.

What can I use to manage this condition?
Also why is there an increasing number of "Thread-Local" entries among the heaps?

1 2 3 4 5 6 7 Last Page 1 of 15