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

 採用された回答

James Tursa
James Tursa 2018 年 2 月 28 日

0 投票

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

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeResizing and Reshaping Matrices についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by