|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
Trig
Trig
is an option for various polynomial manipulation functions that specifies whether trigonometric functions should be treated like polynomial elements.
ExamplesExamplesopen allclose all
Basic Examples (2)Basic Examples (2)
By default, Simplify uses trigonometric identities:
| In[1]:= |
| Out[1]= |
| In[2]:= |
| Out[2]= |
This simplifies the expression without using trigonometric identities:
| In[3]:= |
| Out[3]= |
By default, Expand expands out products and positive integer powers:
| In[1]:= |
| Out[1]= |
This also expands out trigonometric functions:
| In[2]:= |
| Out[2]= | ![]() |
New in 2
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »

