MaplePrimes Posts

MaplePrimes Posts are for sharing your experiences, techniques and opinions about Maple, MapleSim and related products, as well as general interests in math and computing.

Latest Post
  • Latest Posts Feed
  • Why not create a bug forum on here?

    Maplesoft might automate a process to add a comment to posts made in such a forum, whenever the status of the bug was changed (in whichever internal database is used to manage bugs).

    I have long suspected that software users do not usually submit their bugs, and that they could do with some encouragement.

    acer
    If one only wants numerical values in double precision for real arguments then Maple is quite slow, even for the quite typical case of index 1 or 0. A way is to use the GNU Scientific Library GSL as external source for this special cases or to compile the needed stuff into a DLL and use that through external calls. However I (once) wanted to have that as Maple code and translated Ooura's solution into Maple (which is not too complicated). The motivation was to have something fast for evaluating integrals over such Bessel functions. Putting the coefficients needed for the numericial approximation into global arrays this makes Maple as fast as GSL (almost, M9.5 did, M11 is somewhat slower for this approach) for this functions, if one uses hardware float evaluations 'evalhf' (=double precision).

    Using Safari (browser on Mac), when I click "Post new forum topic" I get this... Click to see the image... The text box where the text should be entered is too far to the right, partly covered by other stuff... Slightly inconvenient for typing a message there.

    I installed Maple 11 on two Macs yesterday. No problems (so far at least) on an Intel Mac. But on a G5 Mac, I have crashed the Mac 6 times in two days... more than the preceding month for sure, probably more than the preceding year... Before I contact support, I am interested in whether this is only me, or something general for PPC Macs. So, anyone using Maple 11 on a PPC Mac? [technical: Mac OS 10.4.9; PowerMac G5; one processor 1.6 GHz]
    how to make maplet which can run some window by using builder maplet..? how its steps.. regard Hari(ary_raper@yahoo.com)
    At what age do you think students should start learning and using Maple? What are your reasons?
    I am generally dissatisfied with poor quality plots in Maple obtained with implicitplot3d. In particular, I have a polynomial in three variables x,y,z with 84 terms of degrees ranging from 0 through 12 and with integer coefficients. I have tried using options grid=[np,np,np] with np=40 and higher, and numpoints=k, where k = 1000, 10,000, 100,000, or even 1,000,000: the edges are visibly not smooth even though the size of the .eps file grows considerably to some 3MB. Question: Any suggestions how to improve the quality of the plot? I say right away that I do not have parametrization for that surface - only an implicit definition. Perhaps I should try to find it.
    1. When Maple exports its worksheet to LaTeX, it converts each plot to an .eps file with /drawborder set to true in the .eps file as a default. I have found no information or a preference in Maple 10 that would allow me to change that default to false. Is there a way to change that default in Maple to false? If not, is there a way in a TeX file later to change that switch to false so that .eps figures drawn with \includegraphics command would appear without a border? I know I can open any .eps file in say MS Notepad and manually edit the line /drawborder true to /drawborder false, but I am looking for a smarter way to do that.
    Is anyone here an online member of the seti (search for extraterrestrial intelligence) organization, and allows the use of their machine for the processing of data ? Also would Maple, or any other computer algebra system be applicable or useful in this organization's effort ? If so would anyone provide some possible examples ? Thanks, v/r,
    The Royal Observatory, Greenwich is one of the most important scientific sites in the world. As well as being the defined location of zero degrees longitude, it is also the home of Greenwich Mean Time. As well as various exhibitions relating to astronomy, the observatory houses displays regarding the determination of longitude (the navigation problem that the observatory was set up to solve), and which was eventually solved by watchmaker John Harrison. http://www.nmm.ac.uk/server/show/conWebDoc.13496
    Click on one of the specific math-related sites in London.
    Quite a few of the polls on mapleprimes ask the reader a question whose answer describes something about themselves or their behaviour.

    It would be refreshing to see more polls which ask the reader to give an opinion. Such an opinion, or question, might relate to future aspects of Maple.

    One of the few prior polls like this was about where Maplesoft ought to devote its focus (graphics, algorithmic development, document preparation etc).

    It would be nice to see more polls like that. The question could be simple and all on one narrow topic, such as the default value for Heaviside(0). Or the question could involve many areas, asking which one of 6-10 or so more specific areas for improvement would be best for maple (eg, Std GUI code editor, full IDE, more use of parallel kernel, etc, etc).
    I am looking for a maple worksheet with a maplet using Newton's law of cooling to show my students in their Pre-Cal class. I didn't have any problem creating the maplet but can't seem to get the coding to work! If anybody has one, I would certainly appreciate it greatly. Thanks
    I am using Maple to solve some inequalities where the solution I get is a RealRange or a real constant. And I want to get an union of these values. I wrote a short procedure which does the work. But is there a better way to do this (there must be :-) )? > RealRangeUnion:=proc(L::list) local L2, rel, rel2, eq, sol, x; > assume(x, real); > L2:=map(a->`if`(a::realcons, x = a, x in a), L); > rel:=convert(L2, relation); > rel2:=convert(Or(op(rel)), relation); > eq:=piecewise(rel2,1,0); > sol:=solve(1=eq,x); > RETURN(sol); > end proc: > > L:=[RealRange(Open(-2),-1), RealRange(Open(0),1), RealRange(1/2,2), -3, -2];

    In several comments on a post about a surprising failure of an attempted Maple calculation, subscripted names and indexed names are discussed as if somehow are naturally meant to go together. But the only reason that they are associated in Maple's Standard GUI's 2dmath is because Maplesoft chose to implement it this way. My own feeling is that subscripted names and indexed names should certainly not...

    First 240 241 242 243 244 245 246 Last Page 242 of 306