photo

Pragathi


Aktiv seit 2013

Followers: 0   Following: 0

Nachricht

Statistik

  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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

mehr als 10 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

fast 11 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

mehr als 11 Jahre vor | 5 Antworten | 0

5

Antworten