modular operation in matlab?

1 view (last 30 days)
jalashree trivedi
jalashree trivedi on 28 Feb 2018
Answered: James Tursa on 28 Feb 2018
I hav an equation 2750 = x mod 7829. How do i calculate x in matlab?

Accepted Answer

James Tursa
James Tursa on 28 Feb 2018
Assuming you mean 2750 = mod(x,7829), there are infinitely many solutions:
x = 2750 + n * 7829, for any integer n

More Answers (0)

Categories

Find more on Matrices and Arrays in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!