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
  • Although I mostly post about parallel programming, my background is in algorithms and data structures.  I have a soft spot for sorting algorithms.  It probably started when I did some research into adaptive sorting as part of my coursework.  Anyway, someone added sound to visualizations of different sorting algorithms.  I'm not sure if it really helps explain the algorithms any better, but it does make them more interesting to watch.

    http://www.geek.com/articles/geek-cetera/sorting-algorithms-quite-boring-until-you-add-sound-effects-20100819/

    Darin

    Though (currently) there have been 2 changes after hirnyk's reply (=21h ago, the others 18h and 14h)
    the page for recent/all says: 21h old. Who ever wants to look in such, so discussions will die early.

    What an incredible mess, that this still is not solved after month. It really spoils the rest of interest to
    follow things here at the board, or even to contribute.

    Important new updates are now available for Maple T.A. 6.  These updates improve performance and stability in areas related to the gradebook, assignment editor, question repository, course module import, and Blackboard and MapleNet integration.

    In addition to these improvements, Maplesoft has also released language packs for French and Traditional Chinese. These language packs are a result of the new translatable interface in Maple T.A. 6. If your institution requires...

    I used to have a blog entry which contained an except from an Isaac Asimov story entitled "The Feeling of Power".

    I had removed that blog entry, but here is a link to the full text.

    I was recently reminded of it by two things. The first was that I was reading a blog entry at Walking Randomly which mentioned Maple 14. And I remembered noticing a page on that site before. And the second was ISSAC 2010.

    Dear Maple users

    I use Maple in my physics class in high school. In connection to that I have stumbled on a couple of oddities with the new version 14:

    It looks like a bug, that Maple...

    I'm not sure why this is, but almost any topic I look up there is a link to someone who has done something similar to it in Matlab or Mathematica but not Maple.  And almost always if something is found in Maple, it can be found in both Matlab and Mathematica. 

    Let's take for example googling rock paper and scissors.  Someone's done a simulation in Matlab and there's a notebook in mathematica, however I find nothing in Maple.  Also, however,...

    When replying to a reply, the text that is displayed is not the immediate reply, but rather the very first response.  This is rather annoying; I have to open a separate tab just to see what I am responding to.

    On Tuesday August 10, 2010, the first meeting of an ad hoc group focused on exploring the use of MapleSim in the engineering curriculum met at McMaster University, Hamilton, Ontario, Canada.  Faculty from McMaster University, Kettering University, Lawrence Technical University, University of Waterloo, Ryerson University, University of Ontario Inst. of Technology, and the State University of New York (Buffalo and Binghamton).

    The full-day workshop provided an ideal...

     

    This is the fourth and final part of a blog post, the first three parts of which can be found here: Generating Samples from Custom Probability Distributions (I)

    As alluded to in my previous post in this series, one of the most straight forward ways to test if a PRNG is generating good random sequences is by examining the frequency of 0's and 1's.  This is just a couple lines in Maple using Statistics:

    (**) r1 := rand(0..1):L := [seq(r1(), i=1..10000)]:
    (**) n := nops(L); tally := `+`(op(L));
    (**) Statistics:-ChiSquareGoodnessOfFitTest(
    [n-tally, tally], [n/2, n/2], ':-output'=':-hypothesis');

    Here, using the toolbar, I attempt to enter x-squared, using the superscript button: x. It shows up fine when I type this, but I don't see the raised 2 in the post.

    I thought for sure something like this would have already been done in Maple (mapleprimes).  I see it's already been done over at Mathematica.  I must admit I am a bit jealous at how much Mathematica users have done.  So anyways ... something simple

    for i from 1 to 10 do
      for j from 1 to 10 do

    This is the third post in a four-part series; the earlier posts are Generating...

    This is not a question about any technical problem with Maple.I'm not even sure that is it a question or a post.Since I'm asking something inside it,I consider it as a question.I'm sorroy that it is too long.

     

    In scientific computing(computational physics/chemestry/biology/enginnering),which needs a large amount of data to manipulate and then simulate,some high level programming languages(HLL) are used.

    Different fields have different language of choice...

    This is just an idea.  Each mapleprimes user would have an adobe file (user booklet) containing all of the posts/blogs/questions he/she has ever posted/blogged/asked on mapleprimes which would be available to mapleprimes users for download.

    I think it's a neat idea but I don't know how viable it is. 

    First 133 134 135 136 137 138 139 Last Page 135 of 306