Mohammed AL Rashedi
Followers: 0 Following: 0
Feeds
提问
my error in the write n!+1 = 0 mod n
n=1:500; n_true = []; for i=1:length(n) x = 2:n(i); nq=factorial(n(i)))+1; x3 = mod(0,n(i)); if ...
1 year 前 | 1 个回答 | 0
1
个回答提问
my error when i wrote that x*x or x^2 is not working
n=1:100; x=0:1; for i=1:length(n) x^2 = mod(x,n(i)); end i want to get all value of n where x=0 And x = 1 onnnlll...
1 year 前 | 1 个回答 | 0