glnritchie

10 Reputation

5 Badges

17 years, 12 days

MaplePrimes Activity


These are questions asked by glnritchie

 

Preliminaries:

  • Not processing matrics, vectors, or equations (as members).
  • Decided sequence Data Structure for an element addressable DS, is most liking to my needs.

Task at Hand:

  • Processing integers consecutive from 1 to 10,000 (later upto one million) for multiple properties.
  • Presumed marking of a memeber to indicate T/F.
  • (later) Although, in time, to perhaps? place a sequence inside that member, for additional degrees of marking, or "bigger data" too.
  • Example: bag_list[ 3] := 1; BL[5] 1, 7 1, 11 1, 13 1, 17 19 23 ...
  • ie, Marking the primes.

Page 1 of 1