|
|
|
|
|
by nsajko
1153 days ago
|
|
Inequalities can be transformed into equations quite easily, by adding variables: Consider a strict inequality with real variables x_i: f(x_1,...,x_n) > 0
By adding the variable y we obtain an equivalent equation: f(x_1,...,x_n) = y^-2
This is correct because y^-2 is always strictly positive.If f is a polynomial, the above can be written as a polynomial equation like so: f(x_1,...,x_n) * y^2 = 1
To transform a non-strict inequality into an equation, on the other hand, the procedure is the same, just use 2 instead of -2 as the exponent. That is, this inequality: f(x_1,...,x_n) ≥ 0
... is equivalent to this equation: f(x_1,...,x_n) = y^2
|
|