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
  • The complexplot3d command can color by using (complex) argument for the hue, and compute height z by magnitude. So, when rotated to view the x-y plane straight on, it can provide a nice coloring of the argument of whatever complex-valued expression is being plotted.

    Another way to obtain a similar plot is to use densityplot (with appropriate values for its scaletorange option) and apply argument to the expression or function being plotted. For some kinds of complex-valued...

    The June edition of the IBM Ponder This website poses the following puzzle:

    Assume that cars have a length of two units and that they are parked along the circumference of a circle whose length is 100 units, which is marked as 100 segments, each one exactly one unit long.

    A car can park on any two adjacent free segments (i.e., it does not need any extra maneuvering space).

    The problem

    Back in 1996 I was working for the Symbolic Computation Group at the University of Waterloo, developing algorithms and code...

    11_1_eng.mw This Maple worksheet Ukrainian students have downloaded 84.581 times a week. ("ZNO")

    I would like to pay  attention  to the PhD thesis by John Baber in an actual field of complex analysis done with Maple: http://arxiv.org/PS_cache/arxiv/pdf/1106/1106.4737v1.pdf . It should be noticed that the usage of Maple is an essential tool of this work (for example, see p. 28, 43, and around), not a fashion trend.

    Just wanted to let everyone know that there is a Maple 15 update available. Maple 15.01 provides:

    • Enhancements to MapleCloud security settings
    • Improvements to tools supporting multi-process programming on a local grid
    • Extended MATLAB® connectivity to include MATLAB® R2011a
    • Compatibility with MapleSim 5

     

    To get this update, you can use Tools>Check for Updates from within Maple, or visit for ...

    In a reply to Markiyan Hirnyk's recent question on this topic, Alec Mihailovs posted solutions 
    for n=1..7 for the mean distance between random points in an n-cube.
    I also 

    This is more of a blog entry, mostly a note to myself.

    I wanted to generate a list of points on the surface of a deformed sphere. It turns out that Robert recently showed how to do that on a unit sphere.

    http://www.mapleprimes.com/questions/35962-Limited-Random-Points-Plot-On-A-Surface#comment66936

    Adapting his code is straightforward. So here is what I came up with. One proc generates the random points on the surface of the ellipsoid. Another proc generates...

    A short remark. This would be a blog entry if those still existed.

    I am comparing plot,options.

    The style=point option has versatile options for symbols, their sizes, the number of points:

      , 'style' = point
      , 'numpoints' = 50
      , 'symbol' = solidcircle
      , 'symbolsize' = 8

     

    Hope the following statistics is of interest for the Maple community. Here are some data concerning the numbers of downloads of unlicensed copies from one of Russian torrents (see scrn1.doc , scrn2.doc , and scrn3.doc):
    Maple 14 - 11.427
    Mathematica 7 - 21.137.
    In fact, the quantity for Mathematica 7 is  a...

    The ability to color a 3D plot using a color function is geared more for functions of x and y only.

    But quite often, the surface or pointwise 3D position of the plot is itself being specified as a height z which is a function of x and y. For the plot3d comand, that's pretty much the way it works (whether using an expression or a procedure).

    So, of course, the very same rule that...

    We have published an update to MaplePrimes today that addresses a number of reported issues with the site, and also introduces some new features.  Much of what has changed has been in direct response to your suggestions and feedback, and I sincereley thank you for that!  

    Please note that we have plans to make other substantial changes in the not-too-distant future.  I have written in the past about improvements we want to make to search (including adding an advanced search feature...

    Down votes seem to disappear and "Add to my favorites" is showing instead.

    Sleep Sort is a hilarious (to me anyway) joke dressed up as a sorting algorithm.

    Here it is in non-obfuscated (if somewhat garbagey) Maple code (need version 15 since it uses ?Threads,Sleep )

    SleepSort := proc(L::list(posint),$)
    local Lout, p, i;
        Lout := NULL;
    
        p := proc(n::posint,$)
            Threads:-Sleep(n);
            Lout := Lout, n;
        end proc:
    
        Threads:-Wait( seq( Threads:-Create( p(i...

    for the record, I just discovered that while you can save a worksheet with a name like

    mywork,mapleprimes.mw

    you cannot open it (with Maple 15, June 2011)

    Maple will return an error message like "file mapleprimes.mw could not be found" (swallowing up the "mywork," part of the name)

    but if you rename it mywork-mapleprimes.mw

    it will work fine.

    In other words, do not insert commas in file names.

    I do not know/remember if...

    First 119 120 121 122 123 124 125 Last Page 121 of 307