Christopher2222

MaplePrimes Activity


These are questions asked by Christopher2222

I've seen people using different approaches to choosing random numbers.  Some people favour certain methods over others. 

One example using Sample(RandomVariable(Normal(0,1)),50) used in the random walks application.  What about using something like seq(rand(-1000..1000)()/1000,i=1..50) ?  Do they both achieve the same sense of randomness?

Just curious if there are any best upgrades to a computer to improve the speed of Maple.  Here's my issue.

It could be perhaps that I am just being bogged down by my video card.  When I have many plot displays open or a large plot structure with many points Maple really bogs down.  I think it's most likely my video card but I would like to hear some thoughts on this. 

It is a fairly old computer by todays standards ( single...

In a loop I want an output similar to this 

1x, 2x, 3x, 4x, 5x

So here's some code to get a sense of what I was trying to do

for i from 1 to 5 do
  `#mscripts(mi("x"),none(),none(),none(),none(),none(),mn(i))`;
end do;

Any ideas?

In a loop (variables set to some calculation) when maple produces an error how can I set it to a value of zero?

Can maple produce an animation while it is still calculating?

What I mean is, if Maple is calculating an animation in a loop have the displayed animation playing slightly behind the calculations so one would not have to wait until Maple is finished the full calculations.

I'm not actually sure if that's possible in Maple.  Everything I've ever done Maple has to finish it's calculations before one can even begin to view any animation.  Same thing for...

First 70 71 72 73 74 75 76 Last Page 72 of 99