Product Suggestions

Post your suggestions on new features and products.
Many people seem to find difficulty in getting the information they need from Maple's help pages - witness the questions asked in MaplePrimes. Perhaps the moment has come to re-think the help search methods and rewrite many of the help pages.

May I suggest that Maplesoft gives this priority in the coming months?

J. Tarr
I find that when I'm working on something new I consistently end up reading the same set of help pages over and over. The "History" option in the help system has been very useful to me, but I would like to see a "Bookmarks" option added to Maple's help system as well.
Hello, I sent this letter to MAPLE tech support and they suggested that i post it here. After using MATHCAD for a number of years, I recently purchased MAPLE 10. I am really blown away by this software’s depth and versatility. I am particularly impressed by how well geared it is to do symbolic math, and by the fact that with MAPLE you can see the steps involved in a complicated symbolic integration. I do find however, that the price of MAPLE’s extra power is that it is less intuitive and has a steeper learning curve in comparison to MATHCAD. There is definitely one area in which I have found MATHCAD is superior to MAPLE. I realize that I may not be fair to MAPLE. There exists the possibility that one can do in MAPLE a certain thing I have been doing in MATHCAD and I just don’t know how to do it yet. It is that possibility which is behind this letter.
I'm not entirely sure if this is the best place to post this topic as it doesn't necessarily fit any of the forums perfectly, but, regardless, here goes: I was wondering if there are any applications or Maple add-ons in existence that harness Maple's two and three-dimensional plotting facilities for use in diagram creation for inclusion in something like a Latex document. I'm familiar with the capability of Maple to export a plot or graphic as something like an encapsulated postscript file, but I was curious as to if there was a tool geared more towards diagram and image creation for publications (articles, books, papers ,etc.).
Google Desktop search has already been widly used, so why not develop a plug-in for maple document and helpfiles?
It would be nice to have keyboard shortcuts for superscripting and subscripting in text mode like those of math mode in Document format. (Maple 10.03, OS X 10.3.9)
Currently saving the worksheet and removing the output can only be done via the menu. It would be nice if these tasks could be performed using commands. If this would possible, one could for example start the worksheet with restart;removeoutput;saveworksheet; and never loose any programming after rerunning the script. Furhtermore, a hard break statement stopping completely the excution of the worksheet would be nice. If the current break break statement is executed, the result is to exit from the innermost repetition (for/while/do) statement within which it occurs. After exit, execution proceeds, with the first statement following the repetition statement.
It would be really nice if some basic "less" (as in the program, as in an improved "more") functionality was added into the maple online help (as viewed from the terminal). I find myself having to constantly re-open documents just to get back to the top. These would be very helpful: 1. Returning the terminal to previous state when help is closed. I'm not sure this is clear, but try opening less on a document, when it closes you're left right back at the prompt where you can see where you left things off. Compare this to the current scheme where you can only
It would be nice if maple (as run from a terminal) would add a couple of the Emacs keybindings. Support for Ctrl-[whatever] keys seems pretty good but there is no support for Meta keybindings. I tend to use these pretty regularly (quoted from bash man page): forward-word (M-f) Move forward to the end of the next word. Words are composed of alphanumeric characters (letters and digits). backward-word (M-b) Move back to the start of the current or previous word. Words are composed of alphanumeric characters (letters and digits).
Does somebody want Maple to support symmetric elliptic integrals? These are the Legendre elliptic integrals defined in terms of symmetric elliptic integrals. ELLIPTICF:=proc(x,k) x*R_F(1-x^2,1-k^2*x^2,1) end proc: ELLIPTICE:=proc(x,k) ELLIPTICF(x,k)-k^2*x^3/3*R_D(1-x^2,1-k^2*x^2,1) end proc: ELLIPTICPI:=proc(x,n,k) ELLIPTICF(x,k)+n*x^3/3*R_J(1-x^2,1-k^2*x^2,1,1-n*x^2) end proc: ELLIPTICK:=proc(k) R_F(0,1-k^2,1) end proc: ELLIPTICEK:=proc(k) ELLIPTICK(k)-k^2/3*R_D(0,1-k^2,1) end proc: ELLIPTICPIK:=proc(n,k) ELLIPTICK(k)+n/3*R_J(0,1-k^2,1,1-n) end proc: Jim FitzSimons
Currently Maple doesn't offer any vector graphics export besides the slightly flaky postscript. I almost don't care whether it is pdf, svg, or for most windows users probably most preferable wmf. Please, get some into the next version. It may be the one reason why I hardly ever see Maple plots in a Powerpoint presentation. The bitmaps just look downright ugly, unless you blow up the resolution. Gregor
I remember, that similar bug was in the 10.0. Now I found it in 10.03. How to reproduce it: 1) Create new worksheet 2) Enter and execute next statements (using ctrl-L to enter referencies to formulas): >exp(-y^3/x)*y/x^(4/3); ... (1) >1-a*x; ... (2) >assume(y,positive); >inttrans[laplace]((1),x,s); ... (3) >inttrans[laplace]((2),x,s); ... (4) >inttrans[invlaplace]((3)*(4),s,x) ... (5) >plot(subs(x=1,a=1,inttrans[invlaplace]((3)*(4),s,x)),y=0..3)
The existing Maple10 "fortran" command generates Fortran77 code which differs considerably from Fortran95 code in several respects, especially in the syntax of "continuation" lines. It is suggested that a new command "fortran95" be made available that will generate code that obeys Fortran95 syntax.
I'd like to suggest that the forums be split a bit farther apart: Algebra & Geometry Announcements from Maple Astronomy & Navigation Calculus (maybe this and algebra go into Math) Chemical Engineering Civil Engineering Economics & Finance Educational Applications Electrical Engineering Mechanical Engineering Physics Probability & Statistics Programming Puzzles & Games This is just a suggestion. More categories might be warranted. I wouldn't want it to be much more specific, but I may have missed some categories that interest others. I am new to the forum and might find it easier to find what items of interest.
It would be very nice if Maple could handle true infinite sequences. In addition to basic operations performed elementwise between two (or more) sequences, it should be possible to: - plot a sequence - determine if the sequence converges Note that the seq command (and the list datatype) can be used only for FINITE sequences. Also, the current limit command assumes the independent variable is continuous - not discrete. Here's a simple example of what I would like to be able to do: > S := Seq( sin(n*Pi), n=1..infinity ); > plot( S, view=[1..100,DEFAULT] ); > L := Limit( S, n, type='Sequence' );
First 20 21 22 23 24 Page 22 of 24