I want to find d from 7*d mod 40=1 But error .help me please.

4 次查看(过去 30 天)
I tried the codes but thereis no error shown. Matlab instead asked for/tried to open some matlab files
syms d Eqn=='7*d==1'; Sold=solve(eqn,d,Domain=Dom::IntegerMod(40))

采纳的回答

Azzi Abdelmalek
Azzi Abdelmalek 2015-6-21
编辑:Azzi Abdelmalek 2015-6-21
syms d
Eqn=7*mod(d,40)-1;
Sold=solve(Eqn,d)

更多回答(0 个)

Community Treasure Hunt

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

Start Hunting!

Translated by