| prev | next |
| File: | Content/ElementaryFunctions/trigonometry_6.html | |
| Author: | Design Science, Inc. (E. Cannon, E. Tabacman, R.Miner) | |
| Description: | (sin x / cos x) ^ 2 | |
| Sample Rendering: |
|
Your browser's rendering:
Source Code:
<math>
<apply>
<power/>
<apply>
<divide/>
<apply>
<sin/>
<ci>x</ci>
</apply>
<apply>
<cos/>
<ci>x</ci>
</apply>
</apply>
<cn>2</cn>
</apply>
</math>