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
  • This tutorial shows how to setup a dual-language project such as Maple/Java or Maple/C in Maple IDE. In the end of the article you can find some links for further reading.

    Maple Connectivity

    The integration of Maple projects with other Eclipse projects is designed for seamless development and building of your C, Fortran, or Java code for Maple using External Calling package.

    Maple Project can be mixed with

    This is a wish list for the version of Maple after whatever immediate next version is being developed.

    It's about three-quarters of a year since Maple 16 came out, and if Maple follows its recent history of annual releases then development of new features of the very next release after 16 would be quite well along, and possibly even nearing completion. But that could mean that this is a good time to discuss wish lists for the version after that -- the version two releases after 16.

    I would like to pay attention to http://www.ams.org/samplings/feature-column/fc-2012-12, where a discrete analog of vector calculus on graphs is applied to rankings. In my opinion, it would be useful to implement that in the GraphTheory package.                           ...

    Ten more Clickable Calculus solutions have been added to the Teaching Concepts with Maple section of the Maplesoft web site. Solutions to problems include examples in algebra, differential and integral calculus, lines-and-planes in multivariate calculus, linear algebra, and vector calculus.

    The algebra additions include an example illustrating how a

    Mathematica 9 was just released Nov 28 which caused me, of course, to have a look to see what wolfram has done in way of comparing itself to maple. 

    Perhaps we can discuss, compare, debunk, clarify some of their claims or perhaps dismiss the results altogether

    Here is one speed comparison chart I came across.  Is it relavent?  It shows Maple 16 as the worst performer.

     

    Stop ordering posts by votes! ... For two reasons.

    1 - Someone who comes up with the idea first should be ordered as such.

    2 - Conversations can get mixed up

    **edit change** I have changed the title from Stop ordering posts by votes to Mapleprimes wish list. 

    We have added over 2000 new questions to the Maple T.A. Content Center.   Content comes from the University of Guelph, the University of Waterloo, the University of Portsmouth, and Keele University. Topics include calculus, statistics, engineering mathematics

    We have just released Maple 16.02 and MapleSim 6.01.

    Maple 16.02 includes updated platform support, enhancements to the Physics package (including fixes to problems first reported on MaplePrimes - thank-you),  connectivity to the latest version of MATLAB and Visual Studio , as well as some efficiency and interface improvements. See the Maple 16.02 update page for more details.

    MapleSim...

    Hi,

    I used Maple in my studies, but it is not suitable for screens with high-dpi resolutions and it has no full screen mode.

    I have a Macbook Pro Retina.

    Thanks.

    I would like to be able to read Maple manuals and the AEM book that I have bought on the ipad. I can understand that I will not be able to run the commands. But it woud be nice to read through the different sections while reclining on my bed. Hope that you will make it possible.


    On several occasions, while working with lists or Matrices, I have been drawn to using a combination of seq and if, as in the following:

    seq(`if`(a,b,c), i = 1 .. 10 )

    This appears to be a powerful approach. Unfortunately, I have not found much documentation on it.

    I have been able to pattern-guess to a limited extent for my limited needs.

    Would you know of a good place to go for information?

    My understanding is: "a" is the conditional...

    I have found very little help about the Generate command of the RandomTools package.

    I also have minor gripes about the syntax. And what better way to deal with these than to voice them?

    This is how I was able to generate random lists and random Matrices.

    A list of 10 random integers between 1 and 100:

    L := RandomTools:-Generate(list(integer(range=1..100),10));

          L := [47, 8, 46, 44, 9, 77, 59, 16, 1, 70]

     

    As many of you know now the MRB constant = sum((-1)^n*(n^(1/n)-1),n=1..infinity).

    Here are some equations involving various forms of that summation.

    The first one involves convergent series and is too obvious. The others involve divergent series.

    The last two, however, are new!

     

    Let c=MRB constant and a, c~, x, and y = any number.

     

    sum((-1)^n*(c~*n^(1/n)-c~),n=1..infinity)= c*c~.

    evalf(sum((-1)^n*(n^(1/n)-a),n=1..infinity)) gives c-1/2*(1-a).

    evalf(sum((-1)^n*(x*n^(1/n)+y*n),n=1..infinity)) gives (c-1/2)*x-1/4*y.

    And it appears that

    evalf(sum((-1)^n*(x*n^(1/n)-a),n=1..infinity)) gives (c - 1/2)*x + 1/2*a.

    Dear friends,

    I was working on the integral of cosh(ax)/cosh(x) from zero to infinity with "a" being a rational number p/q where p<q and p-q being odd. I was quite shocked to discover that Maple 15 (X86 64 LINUX)cannot do this integral while Mathematica gets it right every time. I certainly hope this will be rectified soon.

    For those who might be interested the calculation of the integral

    there is a link

    The Maple IDE project team is pleased to announce the release of the standalone version of the Maple programming toolkit. Now Maple IDE is available for Windows, Unix and Mac OS as standalone tool.

    For the information about new versions, please see Maple IDE page.

    For the complete installation instructions see the following video:

    First 94 95 96 97 98 99 100 Last Page 96 of 297