photo

rjnt Kaur


2013년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

15 질문
5 답변

순위
39,183
of 302,023

평판
1

참여
15 질문
5 답변

답변 채택
33.33%

획득한 표
1

순위
 of 21,505

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 178,195

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


How to write matlab code for modular multiplicative inverse in cryptography
Hello Professionals ... Can anyone help in how to write matlab code for following ... ...

대략 13년 전 | 답변 수: 3 | 1

3

답변

답변 있음
where my code is wrong
i want to display a which has char value 97 but at output side it doesnot come 97

대략 13년 전 | 0

답변 있음
where my code is wrong
l_mod is m file for module...for example i have to calculate c^e mod f then mod(c,e,m) is calculated using m file of mod

대략 13년 전 | 0

답변 있음
where my code is wrong
l_mod is mfile for cryptography without this mod cannot be calculated ...because i am doing this for example c^e mod m

대략 13년 전 | 0

질문


where my code is wrong
hello professionals can you plz help me in this code i want to display a at decrypted part but there is no value .plz help in c...

대략 13년 전 | 답변 수: 4 | 0

4

답변

질문


please help me how to write code for this for cryptography
NEED MATLAB CODE FOR CRYPTOGRAPHY FOR FOLLOWING EQUATION t=a^(b^c mod d)*r^m(mod m^2)

13년 초과 전 | 답변 수: 1 | 0

1

답변

질문


what is the matlab code for follwing equation
t=s^e(mod n) u=m*m c=(g^t)*r^m mod u

13년 초과 전 | 답변 수: 1 | 0

1

답변

질문


how to convert float value(0.68) to real one
need matlab code for converting float value to real value..or make the code to calculate only real value..please suggest regardi...

13년 초과 전 | 답변 수: 0 | 0

0

답변

질문


hello professinals suggest me matlab code
help me how to write or send me matlab code for e*dp-kp1*kp2(p-1)=1....if this equation then display e and kp2 where dp,kp1 and ...

13년 초과 전 | 답변 수: 1 | 0

1

답변

질문


hi professoinals.....how to run this code
%Calculate the value of e and kp2 p=3 kpi=4 dp = 5 kp2=rand(10); e=rand(10); for i=1:1 j=1:5 ...

13년 초과 전 | 답변 수: 3 | 0

3

답변

질문


hello professionals can you please help me how to make matlab code for following equation
I want to satistisfy the equation e*dp-kp1*kp2*(p-1)=1.... the value of dp,kp1 and p are previously calculated my code...

13년 초과 전 | 답변 수: 1 | 0

1

답변

답변 있음
hi professoinals.....how to run this code
Thanks Florian for your valueable time ...i want to satistisfy the equation e*dp-kp1*kp2*(p-1)=1....my code is not generating r...

13년 초과 전 | 0

질문


hello professionals ..i have aattached my code plz suggest me why it is not displaying value of kp2 and e
kp2=rand(10); e=rand(10); for i=1:length(50) r=e(i)*dp-kp1*kp2(i)*(p-1); if r==1 break; end end ...

13년 초과 전 | 답변 수: 1 | 0

1

답변

질문


hello professionals ..i have attached my code plz suggest me why it is not displaying value of kp2 and e as it is not entering the loop
kp2=rand(10); e=rand(10); for i=1:length(50) r=e(i)*dp-kp1*kp2(i)*(p-1); if r==1 break; end...

13년 초과 전 | 답변 수: 0 | 0

0

답변

질문


hello professionals plz help me why my code is not showing the value of kp2 and e
kp2=rand(10); e=rand(10); for i=1:length(50) r=e(i)*dp-kp1*kp2(i)*(p-1); if r==1 break; end end ...

13년 초과 전 | 답변 수: 1 | 0

1

답변

질문


loop for equation a*b-c*d*(p-1)=1
I need matlab loop code for equation a*b-c*d*(p-1)=1 where a nad c are randomly selected and b,d and p are calculated previously...

13년 초과 전 | 답변 수: 1 | 0

1

답변

질문


need help on calculating complexity ,speed and time needed by given code
Hello professionals...i need help on how to calculate the comlexity,speed and time spent on calculation of matlab code.can u plz...

13년 초과 전 | 답변 수: 1 | 0

1

답변

답변 있음
i need help on making loop for given equation
Thanks alot for your suggested code..it works..but i forget to write one thing..the actual equation is a*b-c*d*(t-1)=1 where a a...

13년 초과 전 | 0

질문


need help on equation a*b-c*d(t-1)=1....
hello professionals....i need help on equation a*b-c*d(t-1)=1....where a and c are selected randomly and b , d and t are previ...

13년 초과 전 | 답변 수: 1 | 0

1

답변

질문


i need help on making loop for given equation
hello professionals.. I have problem in making loop for given equation ab-cd=1..in this i have to choose...

13년 초과 전 | 답변 수: 2 | 0

2

답변