Info
This question is closed. Reopen it to edit or answer.
Find modulo for matlab
1 view (last 30 days)
Show older comments
Hi,I want to find d from 7*d mod 40=1 , I do
syms d
eqn= 7*d==1;
solve(eqn,d,Domain=Dom::IntegerMod(40))
But there error ,help me please
1 Comment
Answers (0)
This question is closed.
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!