photo

Pragathi


Actif depuis 2013

Followers: 0   Following: 0

Message

Statistiques

  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


Problem in writing a loop
The following program is for p=3. I am facing a problem to write a loop for the program for any p value where p is prime number....

presque 11 ans il y a | 1 réponse | 0

0

réponse

Question


How to plot an equation with two independent and one dependent variable?
p= 0.5 * ∑ ( (-1)^i * (w!/(i!*(w-i)!))*(1-(2*f*i)/w)^k-1) where ∑ is between i=0 to w, f= w^2/(4*l), l=any prime numbe...

environ 11 ans il y a | 2 réponses | 0

2

réponses

Question


How can I expand a matrix by replacing its elements?
%mod p multiplication% p=5; a=0:p-1; b=repmat(a,p,1); s=mod(b.*b',p); the above code generates the matrix s as s=[0 ...

plus de 11 ans il y a | 5 réponses | 0

5

réponses