Modulus Arithmetic Function Not Working
이전 댓글 표시
I'm trying to use the function rem() to determine the remainder of some modulus arithmetic equation, however my implementation doesn't seem to work. The equation in question is:
. The correct answer should be
but when I try solving it with the rem() function I get an unexpected answer. What am I doing wrong?
. The correct answer should be
but when I try solving it with the rem() function I get an unexpected answer. What am I doing wrong?>> r=rem(715^17,2773)
r =
2089
>>
I checked the original equation using Wolframalpha and it does give me the answer I was expecting:

채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Number Theory에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!