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

5 Ansichten (letzte 30 Tage)
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))

Akzeptierte Antwort

Azzi Abdelmalek
Azzi Abdelmalek am 21 Jun. 2015
Bearbeitet: Azzi Abdelmalek am 21 Jun. 2015
syms d
Eqn=7*mod(d,40)-1;
Sold=solve(Eqn,d)
  2 Kommentare
Sakunrat Jaejaima
Sakunrat Jaejaima am 21 Jun. 2015
7*d mod 40==1 ans 23 Why you do = 1/7
Sakunrat Jaejaima
Sakunrat Jaejaima am 22 Jun. 2015
I want to solve the equation in mod.what to do

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by