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
  • Can anyone known of or recommend a program fro converting Mathematica notebooks or files etc., into Maple worksheets

    Hi, Can anybody explain why Maple is crashing? Does it happen with Maple 13? > c:=alpha->solve(-alpha*(alpha+1)+x^(2/alpha),x); # I am too lazy to solve the eq by hand. > c(a); # Maple returns the correct value although that is difficult to see from the text version of the output /1 / 2 \ \ exp|- ln\a + a/ a| \2 / > c(1.5); # This always crashes Maple 12 on my Mac OS 10.5. Maple announces tha the connection to the kernel has been lost and I must restart. thanks,

    If I have autosave on and I'm working on a worksheet and then if I change the name of the directory in the middle of my worksheet.  Autosave re-generates the old file name and saves it there.  Not really a major bug - not many people change the names of their directories in the middle of working on a worksheet anyways.  Never-the-less I managed to stumble across it. 

    Did I do something wrong here... I want isolve to find at least one solution ... > restart; > isolve(5*x^2+11*x*y-5*y^2=11); > subs({x=1,y=1},5*x^2+11*x*y-5*y^2); 11

    Try following,

    Factor(a^4 + a^2*b^2 + b^4 + a^2*b*c + a*b^2*c + a^2*c^2 + a*b*c^2 + 
        b^2*c^2 + c^4) mod 2;
    

    I couldn't get an answer in a reasonable time and interrupted calculations.

    Alec

    Hello,

    I am maintaining a C++ application that requires Maple code generation features to produce C code.

    This application uses the EvalMapleStatement (kv, statement) function, where 'statement' is actually a CodeGeneration[C](...); command.

    The application has worked correctly before, and the generated code has been incorporated as modules into other applications that make use of it.

    From a Maple help page

    What do you think of the -1^n with no parentheses?

    I'm guessing that the following behavior is a mapleprimes feature.

    In the forums, when a thread loads, the display always jumps to the bottom of the page to an insertion point waiting in the reply box.

    I like to read messages, before I reply.

    Is there a way to turn off this "feature" ?

    Cheers,

      ~ Mark

    I just searched the mapleprimes site for information on how to mark all forum messages as "read".

    In July 2005, somebody asked how to do this.  William Spaetzel responded by noting that there is no such feature and that he would think about adding it.  He repeated this statement, about two months later.

    In March 2006, somebody else asked how.  There's no mapleprimes response to that message.

    In July 2009, I'm asking again.

    Has the suggestion from three years ago been officially rejected by mapleprimes?

    Hi,

    In which language the combinat package is written ? In C/C++ or in the Maple programming language ? When I call a combinat package function, from which file comes the function code ? I suppose the code is in a binary format, isn't it ? Thanks.

    Is this board the best place to ask about issues with Maple V Release 5?

    I'm trying to learn about animated 2d plots by using examples in the bundled help file, but something is wrong.

    Here's one example that I tried:

    restart ;

    with(plots) ;

    animate( sin(x*t), x = -10..10, t = 1..2, frames = 50) ;

    Maple renders only what appears to be sin(x) from x = -10 to 10, with "jagged" local minimums and maximums.  If I simply plot sin(x), then the graph has smooth curves.

    There is no animation.

    Through the landmark book, Zen and the Art of Motorcycle Maintenance, Robert Pirsig introduced generations of engineers to formal metaphysics. This engaging story chronicles the journey of a man and his teenage son on a single motorcycle through America. Through their encounters with challenges of all sorts, the man explores and wrestles with the notion of “quality”, in both the mechanical sense – the quality of his machine, and the human sense – the quality of a person or a relationship. I’m a big fan of interdisciplinary education and I was always thrilled to find out that this book is actually mandatory reading at many engineering universities. Today, I think I have a much better sense of where this thrill comes from.

    It appears when extended mode is selected, the Round screen display to ... under precision it is still not working. 

    When using the with(ScientificConstants) package and calling on the elements for it's properties some elements do not append the programming code. 

    GetElement(1);  contains proc and endproc's and so does GetElement(2);

    Element 3 - 5 don't but 6 - 10 do, and 11 - 16 don't and 17 - 18 do, 19 - 32 don't and 33 -  well you can find out yourselves.  Point is it's not consistent and needs to be fixed. 

    First 165 166 167 168 169 170 171 Last Page 167 of 308