![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/23712132_1630582676065_DEF.jpg)
Mohammed AL Rashedi
Followers: 0 Following: 0
Statistics
2 Questions
0 Answers
RANK
130,470
of 297,016
REPUTATION
0
CONTRIBUTIONS
2 Questions
0 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
0
RANK
of 20,419
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157,725
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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 ...
2 years ago | 1 answer | 0
1
answerQuestion
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...
2 years ago | 1 answer | 0