photo

Pragathi


Attivo dal 2013

Followers: 0   Following: 0

Messaggio

Statistica

  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


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....

oltre 10 anni fa | 0 risposte | 0

0

risposte

Domanda


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...

quasi 11 anni fa | 2 risposte | 0

2

risposte

Domanda


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 ...

circa 11 anni fa | 5 risposte | 0

5

risposte