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
  • We conduct regular reviews of our platform support to ensure that we are focusing on the platforms that are most valued by our customers. Based on our most recent review, we will offer the next release of Maple on the platforms listed below. As additional versions of operating systems on these platforms are announced, we will take those into account as well.

    Supported Platforms and Operating Systems
    Windows
    Windows XP
    Windows Vista
    Windows 7
    Windows Server 2008 R2
    Windows Server 2012
    Windows 8

    Linux
    Red Hat Enterprise Linux 6
    SUSE Linux Enterprise Desktop 11
    Ubuntu 12.04 LTS
    Ubuntu 13.10 (Planned)

    Mac
    OS X 10.7
    OS X 10.8

    Discontinued
    Mac OS X 10.6
    Red Hat Enterprise Linux 5 update 5
    Ubuntu 12.10
    Oracle Solaris 10 (the next release of Maple will not be available on Solaris)

    If you have any questions or concerns, please don’t hesitate to reply to this topic, or contact us directly at: maplepm (at) maplesoft.com

    In a webinar on July 10, 2013, I solved the related rate problem:

    Helium is pumped into a spherical balloon at the constant rate of 25 cu ft per min.
    At what rate is the surface area of the balloon increasing at the moment when its radius is 8 ft?

    A question in the Q&A at the end of the Webinar asked if it were possible to have an animation illustrate the expanding sphere and the rate of change in the surface area thereof. 

    I'm fairly sure I discovered a bug with the Maple 17 Calculus Integration tutor.

    I was working on int((x^2+2*x)*cos(x), x);.

    The first step that the tutor wants you to do is to rewrite the integral by factoring out an x from the first term, and changing cos(x) to -sin(x).

    The next step is to rewrite it again, this time changing sin to cos, making the intergal  -x(x+2)cos(x)

    Next, the tutor distributes the X again, making the integral -(x^2+2*x...

    Voting is open for the first individual prize to be awarded as part of the Möbius App Challenge.  The winner will receive a MacBook Air! 

    Here are the finalist Apps:

    Technology is changing the face of education. An obvious statement, of course. Everybody from students to instructors to parents will agree. Over 40 years ago, the introduction of the pocket calculator allowed us to change the focus from menial calculations to applying our knowledge to solve problems and discover the power of mathematics. 

    Since then we have seen leaps from innovation to innovation. The personal computer. Computer Algebra systems. Tablet computing....

    An update to Maple 17 is now available. Maple 17.01 includes improvements to the mathematics, interface, and plotting capabilities of Maple, including:

    • An expansion of the  video component to provide new start/stop time index controls and audio file support, as well as improved ability to play video files from a URL
    • Extended MATLAB® connectivity to include MATLAB® R2013a
    • Improvements to printing and resizing code edit regions

    The latest Maple 17 bashing from Mathematica appears on their comparison webpage.

    The first thing that paid my attention in their "comparison" was their comparison of the Mobius project to the Mathematica demonstrations project.  To my knowledge the Mobius project is an extension to application center which I thought was the same as Mathematica demonstration project anyways ???

    Anyways anyone have thoughts on this recent comparison?

    I've been playing around with power towers and thought my latest might be interesting enough to post.

    I used Wolfram Alpha on the big numbers (n=5..50). Some corrected.

    What do you think about spliting of single worksheet where code and results are placed into two separate worksheets where code and results of computation are placed separately?

    Thank you.

    Recently I was presented with some code that had a seq command that used i as the index variable. While this code had been used in a number of applicaitons, it was now giving trouble.

    seq( i^2, i=1..10 );
    Error, illegal use of an object as a name

    After a stroke of fortune it was discovered that the problem was that Maple's imaginary unit had been changed from I to i. Given that this change was made, the error message now made sense.

    In this article I want to discuss the right way to store and build Maple code.

    As mentioned in the Introducing the Maple IDE post, over 90 percent of the algorithms built into Maple are implemented using Maple language. The code of the algorithms is stored as Maple Libraries (.mla files).

    As

    At some point a version of the Maple Player (for the PC, rather than iPad) became available for download from its webpage.

    Try to run the following:

    >restart;
    >d := conjugate(u)*conjugate(y)+conjugate(v)*conjugate(x);
    >z := conjugate(f)/d+conjugate(G)*w*conjugate(w)*conjugate(y)/d;
    >z2 := simplify(z);

    and you will get correct answer

                             _        _   _ _

    Everyone knows that Maple combines a smart user interface with a highly sophisticated mathematical engine, where common tasks are performed quickly and seamlessly with point, click and drag operations. Of equal importance, however, is the fact that Maple is also backed by a comprehensive programming language. Also called "Maple", this language combines elements from procedural languages (like C), functional languages (like Lisp) as well as object oriented languages (like C++...

    Comments to posts should also have the option to up vote.

    First 97 98 99 100 101 102 103 Last Page 99 of 307