Christopher2222

5785 Reputation

24 Badges

16 years, 354 days

MaplePrimes Activity


These are Posts that have been published by Christopher2222

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,...

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 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. 

As a solution to solve the disjointed answers here on mapleprimes for answers bubbling up and causing a terrible mixed flow of answers.

I propose that users have the option to have the answers sorted by date answered OR by thumbs up.  That way the flow of an answered post(question) can be followed properly or the user may just want to see the best answer first.  However I find in general I want to read all of the answers to the post but bubbling is not good...

I stumbled upon this interesting quirk.  My apologies if it's already been brought up.  This is for Maple 12 on a 32 bit windows machine.  It's possibly different for newer versions and operating systems. 

restart;
gc();
memory usage displays 1.37M

restart; gc();
memory usage displays 0.43M

The point was that it uses more than a half a megabyte more if gc() is put on a seperate line ... interesting..

First 22 23 24 25 26 27 28 Last Page 24 of 38