photo

Pragathi


Active since 2013

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
222,155
of 300,584

REPUTATION
0

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
66.67%

VOTES RECEIVED
0

RANK
 of 21,030

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,723

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

  • Thankful Level 1

View badges

Feeds

View by

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

11 years ago | 0 answers | 0

0

answers

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

12 years ago | 2 answers | 0

2

answers

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

12 years ago | 5 answers | 0

5

answers