Tool/solver to resolve one or more equations. An equation is a mathematical expression presented as equality between two elements with unknown variables.
Equation Solver - dCode
Tag(s) : Symbolic Computation
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!
Tool/solver to resolve one or more equations. An equation is a mathematical expression presented as equality between two elements with unknown variables.
dCode can solve equations and find variables. The equations must contain a comparison character such as equal, ie. = (or < or >).
Example: 2x=1 returns for solution x=1/2
dCode returns exact solutions (integers, fraction, etc.) by default, if the equation contains comma numbers then dCode will return a solution with decimal numbers.
Example: 2x=1.0 returns for solution x=0.5
To solve a cryptarithm (replacing letters with multiple values between 0 and 9), use the dCode cryptarithm solver.
Equations can be combined with the and (logical conjunction) operator : && or ⋀ or with a line return between each equation.
Example: 2x+1 = 3 && 3x-1 = 2 gives x=1
Equations have to be separated with && or ⋀. Variables have to be listed and separated in the variables input box.
Enter the equation and click on solve, the solver will answer true if the equality is checked whatever the variable.
Example: 2n + 18n + 4 = 2 (n + 9n + 2) is TRUE for any value of n
The calculation steps of the solver are not shown because they do not correspond to the steps a human would make. The operations performed by the solver are binary calculations bit by bit very different from those of a resolution by hand from a mathematician.
dCode retains ownership of the source code of the script 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 Equation Solver script for offline use on PC, iPhone or Android, ask for price quote on contact page !