Post by d***@gmail.comIs there a way to program the HP Prime to understand things like "[1-COS^2(x)/COS^2(x)]" is equal to "TAN(x)"? The HP Prime seems to struggle when it comes to trig identities.
Your specific example is problematic. Presumably what you meant was something like
[1-COS^2(x)]/COS^2(x)
not
[1-COS^2(x)/COS^2(x)]
which, by the way is equal to TAN^2(x), not TAN(x). If instead you meant
SQRT([1-COS^2(x)]/COS^2(x))
then that is either TAN(x) or -TAN(x). I don't have a Prime but if you put in the correct formulas does it work more as you expect?