Annoying Popup-Dialogs in Maple 11

  • Context: Maple 
  • Thread starter Thread starter wildemar
  • Start date Start date
  • Tags Tags
    Maple
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 4K views
wildemar
Messages
20
Reaction score
0
OK, last question for today :)

As you may see from my other questions, I'm trying to do some tensor calculations in Maple. I would have liked to use the grTensor2 package for this, but what blew it for me is that apparently the readstat command summons a dialog box, which makes it not only inconvenient (no "pretty" math input) but pretty much unusable in the case of grTensor, as you define metrics via several steps of text entry. The problem then is that the actual queries are not displayed on screen because the dialog box blocks all the rest of maple (even the help screens are unusable).

So in short: How can I turn off these wretched dialog boxes? I'm running maple 11 on a fedora 8 box, in case that's important.

Thanks for any pointers.
/W
 
Physics news on Phys.org
Hi, I have now the same problem as you had but with
Maple 12 and Grtensor. Did you solve this problem somehow?
Your advice would be highly welcomed because I am not able
to do some reasonable work without GRtensor.
Thanks Hedvika
 
Sorry, haven't found a real solution yet. But as a workaround, I just started defining the tensors as .mpl files (the same way they are stored anyway) and loading these with qload. Just look at some predefined metrics and you'll figure it out pretty quickly.

best of luck,
/W
 
Thanks for reply :-)
I have just found "solution" -- there exists classical worksheet for maple 12
for 32 bit linux, try in terminal

xmaple -cw

It really works:-) no pop up dialog!
The classical worksheet does not exists for 64 bit linux, sorry if you have one then
I believe your approach is the good one.
Good luck :-) H
 
Hey, cool. Thanks.

By now I've gotten so used to defining metrics via the scripts that I'm probably not going to do this a lot, but it's good to know nonetheless.

:) Take care
/W