Question: USING MATLAB Use the primes function (hint: type help primes in the command window) to create a list of all the primes below 100. Now

USING MATLAB
Use the primes function (hint: type "help primes" in the command window) to create a list of all the primes below 100. Now use a for loop to multiply adjacent values together. For example, the first four prime numbers are 2, 3, 5 and 7. Your calculation would be 2*3, 3*5 and 5*7 which gives 6, 15 and 35
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
