Christopher2222

3 years, 311 days


These are Posts that have been published by Christopher2222

I am finding, if you add to an old question directed towards someone at maplesoft before the weekend but after a maplesoft business day has ended, your question may not be answered or addressed. This is because your new question in the thread has been swamped by newer questions and yours has trickled down the list and essentially becomes buried or lost. 

I also find too much information related to posted questions are being summarized in the top level making it...

There is no option to change your original email address and save in mapleprimes. 

**edit add**  Sorry the option is there but the option to save the new email is not.

Just a small digression.  It would be nice if the numbers on the x-axis could be rotated or angled so it does not look like they collide with each other.  When the numbers reach the 100's or 1000's there will be congestion. 

This is perhaps a suggestion for a future Maple version as the current versions do not support number rotations on the axis.

This should be a blog post but there is no option for ordinary mapleprimers. 

If you have a gmail account you can access the data on google insights (what people search for on google and where in the world is that keyword searched the most).  Actually you don't need gmail but you don't get access to the full data and your limited to a few searches.  Using Maples internet connectivity commands I'm sure could prove to create some interesting apps.

I created a procedure over a year ago to collect earthquake data from the usgs and save it into a file. The procedure pulls data off the internet and saves it in a text file with a date stamp (minus the year - because I haven't been bothered to change it ) in the folder location f:/7 day earthquakes.  Feel free to modify it as you wish.  Here it is, pretty much still in it's original format when I created it.

earthquakedatasave := proc ()
  local a, b, c, d, e, i:

If I'm not mistaken Maple already had technical interactive documents.  And Mathematica introduced cdf only in mid 2011, however why is there so much hype about cdf and media coverage about it replacing pdf's.  Of course it differs by one letter and probably done so by design.  And if pdf is so popular, then so might cdf be in the future.  Pretty slick and trick marketing by Wolfram if you ask me. 

Also Maple released the maple Player in...

I am a little disappointed in the update frequency of Maple. 

Maple 15 saw one relatively minor update and I don't foresee any more updates for this version before the next release which is unfortunate.  Then again, was Maple 15 refined so good that it didn't need much fixing?  Something tells me no, but please enlighten me otherwise. 

The threshold for updating seems to be getting smaller and smaller.  What I mean by that is, it seems...

No, I'm willing to bet it's about as random as flipping a coin.  You might say, huh?!  I think my theory is interesting but this isn't really a maple question although perhaps we can make it into one, it would be that much more interesting.  I haven't done so yet, but anyone is welcome to.

With practice, I can flip a coin and get 30 heads in a row no problems.  Now say for a roulette wheel operator who uses it constantly, you don't think he's gained...

I was digging through my old worksheets and came across something I created for one of my projects I never finished or well am still intending to work on.  Anyways I had come across a plot created in Matlab and noticed Maple didn't have an option to create gridlines in the axis on a 3d plot like Matlab did (at least I think it was Matlab) in any case I tried to mimic the same thing in Maple as exactly as I could.  The below is the groundwork I came up with and I...

Sometimes if code is not made available to download it must be transcribed or copied (I prefer the select content, crtl-c (copy), crtl-v (paste), route.  However sometimes the code must be decoded due to the way 2-D math is interpreted when it is copied to Notepad. 

For example,

a:=(x,t)->5*x+3*t*x^2    

in Standard mode looks like       a := proc (x, t) options...

I've noticed times are off in mapleprimes. 

For example, Foreign exchange post I replied to (yesterday morning? I'm sure it was, it was not last evening).  However this morning 7:58 am Sept 29 the post I replied with says I replied Yesterday at 8:45pm (something is amiss with am's and pm's or something)

 

I think this is more of a blog but we don't have that option so it is here in a post.  Occassionally I like to use Maple to grab data from the internet. 

The problem is that everyone seems to be changing the formats of their webpages.  Out with the old simple txt fomatted data webpages and in with the new html formatted webpages. The trouble with that is, if you already have a worksheet setup to manipulate the data using sockets or HTTP[Get] you...

Most of the time I don't know what or why things are happening here on the mapleprimes site. 

I don't want it as a post or question as it gets shuffled down and is useless later on anyway. 

I would like a news section to inform me and everyone else of what is currently being worked on (ie the site programmers are currently working on ....  currently tags for posts are being updated), what is currently happening (spam attack - although this seems to be on the upswing lately...

Although the source is very old (Maple 6) the topic is interesting.  Should one come across the webpage Analysis and Synthesis of digital sound samples with Maple 6 located here http://www.maplesoft.com/applications/view.aspx?SID=3940&view=html they may have a dissapointing maple browsing experience when 3 of the links they try to access are broken and not available.  

Time and time again you get caught up working with Maple and before you know it your 20 minutes of alloted time has turned into almost 1 hour.

Here's a little procedure alarm message to remind you it's time to start shutting down.  Start this procedure in a seperate worksheet and enter the number of minutes before you want your Maple alarm message popping up.  Open a new worksheet and start your work.  When the time is up, your message will pop up unless...

1 2 3 4 5 6 7 Page 1 of 8