Info
Questa domanda è chiusa. Riaprila per modificarla o per rispondere.
Find modulo for matlab
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commento
Risposte (0)
Questa domanda è chiusa.
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!