Christopher2222

MaplePrimes Activity


These are Posts that have been published by Christopher2222

It's funny that multiplication of a single number works on a list for each element but addition does not work the same way.

a:=[1,2,3]

3*a;
       [3,6,9]

3+a;
 error

You have to use zip(`+`,3,a) for it to work.  Is there not a simple way.  Why is that?

Zooming in on plots is rather annoying.  Always zooming and then having to pan the plot back into view.

Rather it would be much nicer to zoom in on a plot from the position of the pointer and not from the center of the plot.

I'm not sure why maple opted not to include the color option in the colormap when browsing an array?

The only available options are Grayscale, Hue, Hot and Cool.  Does anyone know why color was not included as an option?

 

 

hmm, unless I've missed something.  In any of the forums here, the first welcome post, sticky, just says hi welcome.  No explanation as to how to use the forum.  Unless one knows to navigate to books -> mapleprimes help there is no link in the first sticky post to go there and no rhym or reason why someone would go under books to find the mapleprimes help page.  I believe it should be a link available in the first sticky post of any forum.  Just my two cents.

I'm having a ton of trouble trying to insert a picture into a post.  I got it to work the other night however it's not a simple 1 step procedure.  First I upload the jpg file using the file manager which inserts a red x on the body of text then I have to click on the red x and click the insert edit image button for the picture to actually appear in the post before I post the message. 

First 30 31 32 33 34 35 36 Page 32 of 38