nm

8552 Reputation

19 Badges

12 years, 353 days

MaplePrimes Activity


These are replies submitted by nm

@acer 

thanks, this works. too bad one has to use print() there to see the output, but it is still faster than having to make new text file or open Maple if one wants to try one quick command on the fly.

@acer 

I tried -c -c but that did not work

cmaple.exe -c -c "int(sin(x),x);"
maple: error, could not open "int(sin(x),x);" for input

memory used=0.3MB, alloc=8.3MB, time=0.05

thanks for the link, I looked at it, but it is all about Linux. I tried using examples there, like using EOF and all those but they do not work on the command line from windows DOS.   Well, it is ok, will just have to make a file then.

and how did you want someone to help you when you paste an image of 20 lines expression that can't be copied?

 

@acer 

opps, I see. My mistake. I read it as the first 3 commands in separate group from the print command.

now it works, finally :). Thank you

@acer 

I did. Each in separate group. I used F3. But still no change, screen shot

Also tried just dsolve, same thing, inner `` are missing

 

Anything else I should try?

@acer 

Thanks. It seems not all changes are documented. For example, Maple 2015 says these commands below have changed. I looked at the compatibility section of each and it all what it says is this that the command changed, but does not says what changed

 

 

and more...

@acer 

Can you please explain what you mean by "Note the _syslib attribute needs to be stripped off, in order for the proc body to be displayed when prettyprint=1" ?

I do not understand what I need to actually do. I tried your commands and there is no difference in outout. I tried this

restart:
interface(prettyprint=1):
interface(verboseproc=3):
print( setattribute(copy(dsolve)) );

and also
restart:
interface(prettyprint=1):
interface(verboseproc=3):
print(dsolve);

and in both cases, the screen display shows those inner `` are missing, just like I showed above in my question.
Does one have to do something else?
Maple 2015 on windows 7

@Preben Alsholm 

Becuase to be consistent.

One can't write  print(dsolve/interactive); for example, but have to write print(`dsolve/interactive`);

so to avoid keep noticing if I need to use `` or not. I use them all the time on the call. That is all.

 

 

@Christopher2222 

Sorry, but it does not work for me. I am using 2015 on windows 7, 64 bit.

esc just gives beeps and does not autocomplete unless there is space after the word. I am using worksheet UI, not the Document mode UI.  Here is a movie. You can see only when I have space it does autocomplete. You can't hear the beeps, but I am pressing ESC all the time before

 

 

@Thomas Richard 

No, it does not work. It only works if you have SPACE beyond the word you want to autocomplete.

Please try this:

LinearAlgebra[Cro]

Now put the mouse after the "o", but do not make space between "o" and "]". now autocomplete do not work. I tried your suggestions, they do not work. Only where there is space it works.

Basic usability bug that have not been fixed for long time. Also one that has not been fixed, is F3. (split execution group) Clicking on F3 in the middle of line, breaks the code. it moves the rest of the line code to the new group.

What F3 should do, when clicked in any place on current line, is split from end of the line, not from its middle. This is the logical way, and 99% of what one intends to do, and without changing or splitting the current line of code. Now one must remember to move the cursor to end of line before hitting F3. 

May be Maplesoft should hire usability engineers or do some usability study on its UI(s). It is very awkward to use.

 

 

@Carl Love 

This bug has not been fixed in 2015. Very disappointing. This makes using Maple very awkard. The UI is allready hard to use, and this makes it even harder. One has to make space just to do automcomplete, then remove the space.

It is clear to me that Maplesoft does not care about usability in its product. Such a basic problem could be fixed in one hr by someone internal to the company, but no one seems to care.   Just make a release, year after year, same time, but what does get fixed? Do we have list of bug fixes in each release?

@tomleslie 

        "such as having text in matrices, keys as a set not a list"

Really? What is wrong with having text in a matrix? In Mathematica, you can have graphics (2D and 3D), audio, even video in a matrix. A generic matrix is just a list of lists.  A matrix really is a rectangular arrangement of data. Who said it can only have numbers?

 

@Axel Vogt 

 

You seem to be running 32 bit Maple. Mine is 64, so it is in "C:\Program Files\Maple 18\lib" on my PC.

So according to you, one should put the maple.ini in that folder and it will be read from there only and no other place, even if there is an old maple.ini somewhere else?

That is the reason I wanted to know which maple.ini is read. It seems strange that there is no command or a way to find out which files are read by Maple after it starts. This is such a basic requirment.

@gkokovidis 

 

Use the command below at the Maple prompt.

libname();

It will display a list of files that get read from the maple.ini file

 

I typed the command and got this

         "C:\Program Files\Maple 18\lib")(), (".")

I do not see list of files? I wanted a way to find out, which maple.ini file Maple loaded, while inside Maple.  Or if there is a log file I can look at and see this information.

I also do not have a C:\Maple18 folder.

 

@Rouben Rostamian  

oh, that is just the PDF reader itself that I have. I am on windows 7.

 

For example, I cropped your plot, and this is the result

Before:

After:

Since your pdf file is one page, this is even easier than having to deal with multi-page pdf.

If I have to do this in multi-page paf, I first extract the page in question to separate pdf file, and then crop it.It really takes less than few seconds to do.  I assume this crop tool is there is all pdf reader from adobe.

First 56 57 58 59 60 61 62 Last Page 58 of 71