Symja can't compute inequality

Issue #86 closed
Former user created an issue

Abs((x^2-3)/x)>2 return Abs((x^2-3)*x^(-1))>2 as result

Comments (5)

  1. Axel Kramer repo owner

    Yes I meant which function or method syntax you would expect to solve the inequality. It wouldn't be solved through normal simplification rules.

  2. Log in to comment