Question: 1.Using MATLAB and the mod(n,i) function write a For Loop or while loop to solve the following statement The number 8915087321786783 is the product of
1.Using MATLAB and the mod(n,i) function write a For Loop or while loop to solve the following statement
The number 8915087321786783 is the product of two prime numbers. Write a script le that nds the two factors of this number. The command mod(N,i) will return a 0 if N is divisible by i. It will return something nonzero otherwise.
2.Use a while loop to nd the smallest n such that n! > 123456789.
thanks in advance
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
