What is Mathematica option to check whether trigonometric equality is true or false?

75 Views Asked by At

What is the TrueQ analog that recognizes trigonometric equalities?

1

There are 1 best solutions below

1
On BEST ANSWER

You should try SameQ

For example :

SameQ[Sin[Pi/6], 1/2]