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
  • A few weeks ago, we announced that we had established a partnership with DigiArea, Inc. to bring the Maple IDE to the Maplesoft Web Store.  Development is progressing well, and I'm happy to report that we expect to have the IDE available for download beginning on June 19th.  

    One of the most basic decisions a baseball manager has to make is how to arrange the batting order.  There are many heuristics and models for estimating the productivity of a given order.  My personal favourite is the use of simulation, but by far the most elegant solution from a mathematical perspective uses probability matrices and Markov chains.  An excellent treatment of this topic can be found in Dr. Joel S. Sokol's article,

    Hi all,

    This is just for fun.

    I am originally from Shanghai China and I went abroad to UK in 2006. Maple has always been there for me. Maple was there for my senior year, for my foundation year, for all my undergraduate year, for my master's degree and for my PhD!

    Somehow, I lost Maple 10. I will see if I can find it from my backup drive again!

    I will post here the output of two commands that has me a bit worried. Of course it is entirely possible that I am overlooking something very simple, which is why I am writing to your site.

    > residue(1/(2^s-1), s=2*Pi*I*3/log(2));
                                               0

    Some errors in MapleSim Tutorials! While I was working with MapleSim tutorials, I have encountered some problems that the results did not match the answer. I have uploaded the files, that I have worked on, in a zip file to this address (http://www.mediafire.com/download/2pirvfbawyjfa18/MapleSim_Projects.zip). The problems are as follows:

    1. Based on video tutorial on this page (



    On May 17, 2013 I finished a 2,000,000 or more digit computation of the MRB constant, using only around 10GB of RAM. It took 37 days 5 hours 6 minutes 47.1870579 seconds. You can write marvin@marvinrayburns.com for the digits.
    The program I used was based on Richard E. Crandall's work:
    Richard E. Crandall,Unified algorithms for polylogarithm, L-series, and zeta variants(53 pages)

    I would like to pay attention to http://www.ams.org/samplings/feature-column/fc-2013-05 .
    Comparing the Galileo's calculation 87654/53 with the capacity of Maple, the question arises:
    "Are we  cleverer than Galileo Galilei?". I don't know the answer.

    Introduction
    The purpose of this post is the investigation of the connection between the connectivity of an undirected graph and the numbers of its vertices and edges with help of the GraphTheory package.
    The reader is  referred to http://en.wikipedia.org/wiki/Graph_theory and to ?GraphTheory for info.
    Let us...

    Using the Quandl API, we have created a Quandl library for Maple.  The Quandl library for Maple provides easy access to Quandl’s repository of over 5 million time-series datasets from directly inside Maple, allowing you to utilize Maple’s robust tools for mathematical statistics and data analysis on Quandl’s extensive collection of data.  This library features a similar set of functionalities to the Quandl

    We have just released a new, more powerful version of the Maple Global Optimization Toolbox.  

    For this new release, Maplesoft has partnered with Noesis Solutions to develop a new version of the Maple Global Optimization Toolbox that is powered by Optimus technology. Optimus, from Noesis Solutions, is a platform for simulation process integration and design optimization that includes powerful optimization algorithms. This advanced technology is now available...

     

    An intersection in my neighbourhood, currently controlled by a 2-way stop, is under consideration to become a 4-way stop.  This means the traffic that currently has the right-of-way will be required to come to a complete stop, wheras previously they could have coasted down the hill, and accelerated up the other side.   Politics aside, I was curious to explore the following question:

    It's interesting that every continuous piecewise linear function can be specified by one explicit equation with absolute values​​. The procedure JoggedLine carries out such conversion.

    Formal arguments of the procedure: 

    A - a list of the coordinates of the vertices of the polyline or the continuous piecewise linear expression defined on the entire real axis.

    B (optional) - a point on the left "tail"...

    Hi,

    Here an example of integral that Maple 17 cannot calculate (mean of standard Gumbel distribution)

    > G:=int(x*exp(-x)*exp(-exp(-x)), x = -infinity .. infinity);

    The result is known as the Euler-Mascheroni constant as shown by a numerical computation:

     > evalf(G);

    0.5772156649

    >  identify(%, extension = [gamma]);

    gamma

    > evalf(gamma)

    0.5772156649

    Also, it cannot compute the variance

    As described on the help page ?updates,Maple17,Performance, Maple 17 uses a new data structure for polynomials with integer coefficients. Our goal was to improve the performance and parallel speedup of polynomial algorithms that underpin much of the system and create a platform for large scale polynomial computations. Shown below is the new representation for 9xy3z

    Dear Colleagues,Surfing the web I found several applications in MatLab, which perform image processing. One of them caught my attention and challenge to reproduce in Maple.I attached the text of the original application and my attempt to play in Maple. I ask you your guidance, support and intervention to reproduce as faithfully as possible the original application. It was impossible on the final image point to the center of the circle and draw.I believe that together we can achieve...
    First 98 99 100 101 102 103 104 Last Page 100 of 307