I hav an equation 2750 = x mod 7829. How do i calculate x in matlab?

 Accepted Answer

Assuming you mean 2750 = mod(x,7829), there are infinitely many solutions:
x = 2750 + n * 7829, for any integer n

More Answers (0)

Categories

Tags

Community Treasure Hunt

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

Start Hunting!