Make sure to check out 'Self-paced Lesson 4 - Collections of expressions' on Moodle. In Maple, the ithprime function ret
Posted: Mon Jul 11, 2022 12:55 pm
Make sure to check out 'Self-paced Lesson 4 - Collections of expressions' on Moodle. In Maple, the ithprime function returns the ith prime number. Note that 1 is not a prime number. The first prime number is 2. For example, P:=[seq(ithprime (i),i=1..100)]; will assign P the list of the first 100 prime numbers. (a) Enter the sum of the first 61 prime numbers in the box below. 数字 (b) Enter the sum of squares of the prime numbers from the 34 th prime to the 57 th prime inclusive in the box below 数字 (c) Enter the product the prime numbers from the 10 th prime to the 18 th prime inclusive in the box below.