Anthrazit

855 Reputation

11 Badges

5 years, 128 days

MaplePrimes Activity


These are questions asked by Anthrazit

We just switched to a new Antivirus program (Bitdefender), and we are getting a bunch of security warnings because of outdated software.

I do have  a couple of those for my PC, e.g. some regarding Apache. I don't have Apache installed on my PC, but I think Maple does use it.

So I wonder which policy Maple has regarding updating its open source libraries.

A quick review on Maple Help - copyright information shows a couple of Open Source licenses code which seems to be delivered in old versions.

Bitdefender classifies them with a high security risk.

While Maple itself is a pleasure to work with, the multitude and persistance of bugs in the Units package doesn't stop to surprise.

Especially as the same bugs come up again and again, after having been fixed i older versions.

In general, working with units and 0 is a pain in the ass. And this one doesn't even need a unit to compare with.

This one works in Maple 2022 - does not work in Maple 2023.

with(Units[Simple]);
min(0, 0);

According to Maple help, the plots:-display function can be called with parameter (P).

P - a set, list or Array (one- or two-dimensional) of plot structures, or an animation structure

Both in the last section of the help function, and code in this example (https://mapleprimes.com/questions/236270-Plot-Objects-Created-Created-With-Geometry), it apparently can be called differently.

  • display(A, B, view = [-3*Pi .. 3*Pi, -1 .. 1])
  • display(F, draw(B))

A, B or F, draw(B) er graphics objects, but the call format is neither a set, list or Array.

Is the explanation for plots:-display incorrect, or am I missing something here?

Recently, Maple takes quite long to start here, and I wonder if there are any hints about how to speed up.

Maple itself starts quickly, but opening the start page takes quite long.

Antivirus? Other settings?

I'm struggling a bit to understand the results of the following program.

Apparently variables are not being changed after the first run. Otherwise I can't explain the results of the last line.

GeometrySegment.mw

2 3 4 5 6 7 8 Last Page 4 of 25