(%i1) is(cos(x)<=1); (%o1) true (%i2) is(cos(x)>=-1); (%o2) true (%i3) is(abs(cos(x))<=1); (%o3) unknown
Maybe inequalities involving abs(f(x)) can be reduced to f(x)^2, which is already handled correctly.
abs(f(x))
f(x)^2
Fixed by commit [96ea42].
Commit: [96ea42]
Log in to post a comment.
Maybe inequalities involving
abs(f(x))can be reduced tof(x)^2, which is already handled correctly.Fixed by commit [96ea42].
Related
Commit: [96ea42]