ianmccr

190 Reputation

6 Badges

18 years, 117 days

MaplePrimes Activity


These are questions asked by ianmccr

Currently I have Maple versions 2023,2025, and 2026 installed on Windows 11. Today I installed a workbook package containing a module that I just completed using the PackageTools installer in Maple 2026.. To my surprise, I found that a package installed from Maple 2026 was also available in Maple 2023 and, conversely, a package installed in Maple 2023 was automatically available in Maple 2026. i noticed that, with the exception of the Maple Customer Support Updates, the toolbox directory is no longer broken down by versions. I also noticed that the directory containing the module installed by Maple 2026 was named by the workbook instead of the module name (ie. hopfwords.maple). As I recall, the toolboxes used to be version dependent. 

The question is to what extent can one assume that a package created in Maple 2026 will be compatible with at least the more recent versions of Maple, I am also wondering why the directory name is now the workbook name instead of the module name. 

I was atttempting to ask a question about I problem with styles in the editor in Maple 2026. When I attempted to upload a worksheet  showing the problem, my upload was blocked (SQL injection detected). The worksheet is question was, so far as I know, a standard Maple Worksheet containing a module in the start up code editor. How do I successfully upload a maple worksheet?

Note that Maple 2026 is not an available option on the product list above. This operation was used in Maple 2026.

I obtained code for the shuffle product of two lists from the AI Assistant. Included in the code was the following list operation to extract a sublist.:

 defined list  u:=[a,b,c]:  extract the sublist using the operation u[2..-1] which gives correct result [b.c]

Normally, I would have expected this operation would be encoded as [op(2..-1),u] . 

Is the shortcut notion reliable or should the operation have been encoded using op() to be safe.

In attempting to follow a link in a Maple Template, I tried to use the URL in the link to search in the Application Center.This link only brings you to the main page for the application center. Attempts to search for AID 2438 did not bring up any returns.  Is there a procedure to search from the main page using the application ID. 

Specifically, I used the following link in the template.  Maple Application Center link

My question is: How do I search for a specific application page in the application center when you have an application ID?

Maple documents appear to be an excellent way of documenting problems and procedures, and notetaking in general, but I have always found them laborious and frequently encountered problems with formatting. One may as well use Tex. This is the reason that I was struck by the ability of the GenerateDocument() procedure in the NaturalLanguage package to create Maple documents.

Is there any practical way to use NaturalLanguage for notetaking and documentation of procedures. By this I mean, the ability to input math and or explanatory text and request(direct) the AI to produce a maple document.

1 2 3 4 5 6 7 Page 1 of 7