jscottelder

45 Reputation

7 Badges

12 years, 280 days

MaplePrimes Activity


These are questions asked by jscottelder

How does one change a previous Atomic setting back to non-Atomic?  This seems so simple, but I can't find anyway to Undo this change.  

Thanks,

How do I export a procedure written inside the GUI (i.e. Document mode) into an external file format that is directly supported by a read of a package module?

Every export format I tried requires post editting by a text editor to "fix-it".  And it seems most export options drop the comment text (i.e. text after a #).

Thanks.

Can someone explain to me how I flush the memory build up that occurs as Maple keeps track of historical execution?

If I, for example, write a FOR loop that iterates a huge amount of times and don't include the colon after "end do", but rather use the semicolon, the memory usage keeps creeping up and then finally Maple just goes off into never land and never comes back.

I tried this in Windows and Mac OS X.  Same results.

I thought I could add an interface(historysize=?...

 

Trying to plot a 3-d plane of random numbers.  How do I index the matrix A in plot3d? 


> with(RandomTools);


> A := Matrix(2^5, 2^5, Generate(distribution(Normal(1, 0.1e-1)), makeproc = true));

> plot3d([x, y, A(x, y)], x = 1 .. 32, y = 1 .. 32);
 

 

Given the following expression:

1 2 Page 1 of 2