Christopher2222

5785 Reputation

24 Badges

16 years, 352 days

MaplePrimes Activity


These are questions asked by Christopher2222

Find the least number of moves and how many different ways that is achieved to win snakes and ladders with 1 die, with 2 dice, and how about 3 dice.  How to realize this with Maple?

 

Using plottools[line], the option for coords does not work.  It remains in cartesian coordinates regardless of the coords specification.

So here's a problem.  We have two of the same commands that operate differently in and outside the plots package. 

changecoords([x, y, z], [x, y, z], spherical, [r, theta, phi])
                        [r*sin(phi)*cos(theta), r*sin(phi)*sin(theta), r*cos(phi)]
with(plots):
changecoords([x, y, z], [x, y, z], spherical, [r, theta, phi])
Error, (in plots/changecoords) changecoords does not accept plot options or other additional arguments

How can we get around that problem?

Way back in Maple 10 (I'd like to pay special attention to http://www.mapleprimes.com/questions/43066-Maple-10-How-Do-I-Change-Number-Formats) it was suggested even hinted by a Maplesoft employee that this availability would be in a future version of Maple. 

Since then there have been numerous requests on how to get Maple to change to scientific or engineering notation of the sorts. 

So what is that now, v11 v12 v13 v14 v15 v16 v17 v18 v2015 v2016 ... 10 versions!  and no implementation of engineering / scientific notation conversions. 

We rely today on printf or sprintf for e notations however I could't come up with an output of converting 3530 to simply 3.53 x 103 .  Can someone produce a proc to do so, I have tried and I can not. 

A bit of an annoyance. 

typing 'numerator' / 'denominator' generates an error.  The first quote never gets automatically grouped as it should.

Two workarounds.  The first is to move to, and delete the first quote and re-enter it again in front of numerator.
The second is to use brackets, although one shouldn't have to.

First 23 24 25 26 27 28 29 Last Page 25 of 94