Tool/solver to resolve a modular equation. A modular equation is a mathematical expression presented in the form of a congruence with at least one unknown variable.
Modular Equation Solver - dCode
Tag(s) : Arithmetics
dCode is free and its tools are a valuable help in games, maths, geocaching, puzzles and problems to solve every day!
A suggestion ? a feedback ? a bug ? an idea ? Write to dCode!
Sponsored ads
Tool/solver to resolve a modular equation. A modular equation is a mathematical expression presented in the form of a congruence with at least one unknown variable.
A modular equation is an equation (at least one unknown variable) valid according to a linear congruence (modulo/modulus).
For several modulus equations (non linear), this is a different calculation that can be solved with the tool solving the Chinese remainders problem available on dCode.
Enter the equation, the variables and the value of the modulo. The value of the modulo is global and applies to all equations.
Example: $$ x+12 \equiv 3 \mod 5 \Rightarrow x = 1 $$
The modular equation solver can not work with inequalities, only the equal sign is accepted to solve the equations.
Enter one equation per line or separate them with operator &&.
It is not necessary to write it ≡ (congruent) so that dCode can solve the equations, the equal sign = is enough.
dCode retains ownership of the source code of the script Modular Equation Solver online. Except explicit open source licence (indicated Creative Commons / free), any algorithm, applet, snippet, software (converter, solver, encryption / decryption, encoding / decoding, ciphering / deciphering, translator), or any function (convert, solve, decrypt, encrypt, decipher, cipher, decode, code, translate) written in any informatic langauge (PHP, Java, C#, Python, Javascript, Matlab, etc.) which dCode owns rights will not be released for free. To download the online Modular Equation Solver script for offline use on PC, iPhone or Android, ask for price quote on contact page !