Anthrazit

865 Reputation

13 Badges

5 years, 190 days

MaplePrimes Activity


These are questions asked by Anthrazit

Apparently the Units[Simple] package has not implemented certain features of the original implementation, which (again) leads to very unexpected and wrong results.

This is not acceptable.

Either...

  1. Implement everything
  2. Give a proper warning

a := [0, 1.2, 2, 8, -1.3]

[0, 1.2, 2, 8, -1.3]

(1)

max(a)

8

(2)

Units[Simple]:-max(a)

8

(3)

max[index](a)

4

(4)

Units[Simple]:-max[index](a)

8

(5)

````

Download maxindex.mw

Has someone tried to connect Grasshopper with Maple yet?

Grasshopper is a visual programming environment on Rhino.

https://en.wikipedia.org/wiki/Grasshopper_3D

Can someone confirm, that autosave is not implemented for workbooks?

The only thing I can restore form a workbook session are specific worksheets of the workbook that I was working on.

None of the Maple codes are saved for example.

This is a major issue, folks. If you haven't implemented it, you need to tell us about it in the help document.

IN CAPITAL LETTERS!

Just wanted to post that I had some data loss because I opened two different workbooks with the same name from different locations.

This could lead to loss of data.

I had code attachments from the "old" workbook implemented in the "new" workbook, while the new code was gone.

Has somebody experienced something like that before?

I was searching for a bug in a sheet, and was absolute unable to find out why some results in a sheet were different from another sheet.

Found out that it actually was a pure graphics problem. With normal zoom (100%) the minus signum is not visible.

Blowing up the zoom to 125% shows the signum again.

First 8 9 10 11 12 13 14 Last Page 10 of 25