Info

此问题已关闭。 请重新打开它进行编辑或回答。

Find modulo for matlab

1 次查看(过去 30 天)
Sakunrat Jaejaima
Sakunrat Jaejaima 2015-6-17
关闭: Walter Roberson 2015-6-18
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

回答(0 个)

此问题已关闭。

Community Treasure Hunt

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

Start Hunting!

Translated by