Christopher2222

5785 Reputation

24 Badges

16 years, 350 days

MaplePrimes Activity


These are questions asked by Christopher2222

I'm looking for all of the Maple product brochures for a project I plan to put together.  Does anyone have any of the product brochures?  They are certainly a quick reference between versions to see what has changed. 

Sadly I cannot find the older pdf brochures for all the Maple V releases, Maple 6, Maple 7,  Maple 8, and Maple 9 anywhere online. 
So far I was able to locate all of the brochures for 9.5 and up.

I have a simple loop and a couple of questions

a:=1:
n:=30:
for i from 1 to n do
   a := nextprime(a),i:
od;

Why didn't the colon supress the output?  And how do I get the output in the form i,a ?  I tried what I thought might have worked i,a:=nextprime(a):

How do I Read a file into maple.  I searched mapleprimes but it appears to be obscure topic. 

I keep getting Error, invalid terms in product.  I've tried backslash for the path name and forward slash for the pathname.  How would I read a textfile for example if it's a file on the F drive under the folder name Jan2010?

5^2^2^2^2   I get a rediculously large number where in the middle it has [...45608 digits...] why am I unable to right click and use the explore option to view this number?  How do I explore this number?

We can pull values of a list

a:=[2,5,g,f,5,h];
 

a[3];
                g

a[2];
                5

etc... but it doesn't work in reverse.  You can't place a value in a certain position in a list

First 84 85 86 87 88 89 90 Last Page 86 of 94