Mohammed AL Rashedi
Followers: 0 Following: 0
統計
MATLAB Answers
2 質問
0 回答
ランク
of 153,991
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
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年以上 前 | 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年以上 前 | 1 件の回答 | 0