Clear Filters
Clear Filters

Info

This question is closed. Reopen it to edit or answer.

Find modulo for matlab

1 view (last 30 days)
Sakunrat Jaejaima
Sakunrat Jaejaima on 17 Jun 2015
Closed: Walter Roberson on 18 Jun 2015
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

Answers (0)

This question is closed.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!