Info
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
Find modulo for matlab
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
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 comentario
Respuestas (0)
La pregunta está cerrada.
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!