Solve inequation
Solves an inequation or a system of inequations.
Syntax
solve_inequation(Inequation, Identifier)
solve_inequation(List, Identifier)
Description
Given an inequation and an identifier , solves the inequation for . If one uses logical operators to express the inequations, the output is true
or false
, whether the system of inequations has a solution or not.
Given a list of inequations representing the system of inequations and an identifier , solves the system of inequations for .