MaplePrimes Questions and Posts

These are Posts and Questions associated with the product, MaplePrimes

Has anyone else noticed that Mapleprimes response/loading/refreshing time has become relatively much slower in the past few weeks?

I was about to update an older discussion with the information that the context pannel now contains an entry "Normalized Expanded".

I only remember that I was participating with another user.

So, I tried C_R AND other_user in the search field. This gives an error.

A space as an implict AND operator does also not work.

Happy new year everyone. Instead on making my usual new year resolutions, I though I would put up a request for some helpful  improvements here.

1) Please make search work properly. Allow searches to target specific sections. Posts, Questions, My own account, Other users. etc,

2) Add links to Maple help. Is there an online way of viewing Maple document? Or build Maple viewer into this site.

3) Add links to Maple Learn.

I just got an email saying a maple primes moderator deleted my question as 'SPAM'. It was not remotely SPAM but a strraight forward question about how to determine lengths of lines drawn in Maple Sketcher. 

The email tells me and gives me a link to 'contact' but it's not clear which of the many possible contacts listed to use!

Here's the email:

Your MaplePrimes post Length of a line drawn in Sketcher? was deleted by a moderator for the following reason: Spam. If you believe this was done in error, please contact Maplesoft customer service: https://www.maplesoft.com/contact.

I was trying to fill a Submit Software Change Request form a couple of times (with an interval of a couple of days) to report a small issue in Maple2023, which happens when I try to open an empty mpl-file. However, each time I received an error message. It looks like it is just broken.

Does anyone know if there is any reliable mechanism to provide feedback on MapleSoft products?

When the original poster receives or finds the answer to the question he/she posed, should he/she

  1. Reply to it
  2. Answer to it?

I have seen "true answers" that were converted to a reply, despite addressing the initial answer correctly. In case there are no other answers, the question will still be listed under unanswered question which is incorrect.

What practice should be applied in MaplePrimes for "true answers"?

I want to report a bug.

This was possible in MaplePrimes but I cannot find the option software change request (if i remember correctly) any more. Hast this option moved or been removed?


For several hours I experience difficulties to upload a mw file (file LaneEmdenNumeric.mw to answer this question).

Given the error message I get

I thought it was a general technical problem.

But then I realized that this file ColumnSorting_4.mw , for instance, could be uploaded.

Nevertheless, as soon as I try to upload LaneEmdenNumeric.mw I get the error displayed above and it becomes impossible to upload any other file, even ColumnSorting_4.mw.

Does someone has any idea about what's going on?
TIA

For the record, LaneEmdenNumeric.mw contains nothing special that could prevent its uploading.
This file can be uploaded here  DropBox  (replace the txt extension by mw before opening it with Maple).

I clicked on the author's page link and was redirected to front page instead. Does this link work? Why does it not work for me?

How to define constants - MaplePrimes

Mapleprimes advanced search isn't working properly

I wanted to find only my (Author: Christopher2222) related to (keyword: plot) and the search found posts and plots where I wasn't even involved! 

Mapleprimes - please fix

Hello 
I have two questions if you please.
Q1)
Is there any kind of a ruler in the maple worksheet that helps me to Adjust the wideness of the line text? 0r even to  spilt the outputs in two columns 
you know as the ruler in the "Word document ".
Q2) Is there any way"method" to change the output type 
since the default adjustment of the outputs is a type of stretchable image? But I need the outputs of the text type. That may  help me to insert them in a given templet

Thank you

How can we manage them?

During the last few days
@Rana47 https://www.mapleprimes.com/questions/236758-HPM-Error-Invalid-Input
@SHIVAS https://www.mapleprimes.com/questions/236755-How-To-Run-Or-Implement-HPM-Method-In-Maple
@Madhukesh J K https://www.mapleprimes.com/questions/236747-Error-In-The-Program-HPM

have both asked a similar question on the same topic (HPM) and uploaded both quite the same code (same name of variables, same commands and same syntax errors).
This reveals an obvious close proximity of these three OP.

Given the extreme resemblance of the three threads, my guess is that there is a single person behind those three login names who expects that asking the same question from different login names will prevent the moderators from moving the new thread to an old one, and thus keeping his question in the foreground?

Am I on the wrong track (in which case I humbly ask the three OPs to excuse my words[1])
If not, how can we prevent this type of behaviour?

[1] but, as it is likely that they are then close colleagues from the same lab they should coordinate not to ask the same question three times.

Earlier today I observed this:



What would be the reason?

What do you think is the acceptable limit to the effort required to answer a question?

At what point does the question-and-answer game between two contributors become unreasonable?

How do you, the most highly ranked, deal with situations that last for days?

In the following I show two functions f and g where ShowSolution(Limit(..)) works for f but not for g. Any idea why?

with(Student[Calculus1]);

f := x^2 + x:
limit(f, x = -infinity);
infinity
ShowSolution(Limit(f, x = -infinity), maxsteps = 100);
// step-by-step solution is produced

g := x^2 + 3*x:
limit(g, x = -infinity);
infinity
ShowSolution(Limit(g, x = -infinity), maxsteps = 100);
Error, (in Student:-Calculus1:-ShowSolution) unable to compute solution steps

Maple is able to change f into an equivalent expression by factoring out x^2, but does not seem to be able to do it with g.

I attach two screenshots that show this curious behaviour.

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