Christopher2222

MaplePrimes Activity


These are Posts that have been published by Christopher2222

Off to the right of mapleprimes we have Recent Questions/Maplesoft Blog Posts/Recent Posts and Active Conversations.

I propose to have the category Workarounds added. 

 

There are two instances I can think of that would be beneficial for Maple users that would belong here.  The most recent one http://www.mapleprimes.com/posts/201844-Possible-Bug-In-Maple- and one regarding issues adding the dissipative term to the heat equations http://www.mapleprimes.com/questions/97391-Whats-Wrong-With-Maple-Solution

Users of older versions of Maple or even current Maple versions not yet updated would find this quite useful. 

 

There are some great comments and replies by users that are worth upvoting.   Also choosing as best answer to some posts that were converted from questions would also be helpful here at mapleprimes.

Mapleprimes should have an option to sort Mapleprimes by the date of the original poster.

There are few ways to determine the day of the year.  The first way I show here is a bug.

with(Finance):
FormatDate("Aug-4-2015","%j")
                                             "%j"

it was described on the help page that the options can be of the form of any described in StringTools[ParseTime] of which %j did not work.  Fortunately there's other ways.

with(StringTools):
ParseTime("%m-%d-%Y", "8-4-2015"):-yearDay
                                                                       216

with(Finance):
DayCount("jan-1-2015", "aug-4-2015")+1
                                                                  216

 

 

                                                              

 

 

Why hasn't mapleprimes yet been able to solve the spam problem.  There was never this long a problem with Mapleprimes 1, every morning I find spam for the last few weeks. 

Also the timing still has yet to be fixed.  After 1 hour the times for when a post was made goes back to 0 minutes ago.

 

 

First 7 8 9 10 11 12 13 Last Page 9 of 38