TrigExpand Command

From GeoGebra Manual
Revision as of 18:02, 23 August 2011 by Christina.biermair (talk | contribs) (Created page with "<noinclude>{{Manual Page|version=4.0}}</noinclude> {{command|CAS}} ;TrigExpand[ <Expression> ] :Transformes a trigonometric expression into an expression using only simple variab...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


This command works in CAS View only.

TrigExpand[ <Expression> ]
Transformes a trigonometric expression into an expression using only simple variables as arguments.
Example: TrigExpand[tan(x+y)] gives \frac{cos(x) sin(y) + cos(y) sin(x)}{cos(x) cos(y) - sin(x) sin(y)}.
TrigExpand[ <Expression>, <Target Function> ]
Transformes a trigonometric expression into an expression using only simple variables as arguments, preferring the given target function.
Example: TrigExpand[tan(x+y),tan(x)] gives \frac{-tan(x) - tan(y)}{tan(x) tan(y) - 1}.
TrigExpand[ <Expression>, <Target Function>, <Target Variable> ]
Transformes a trigonometric expression into an expression using only simple variables as arguments, preferring the given target function and tagret variable.
TrigExpand[ <Expression>, <Target Function>, <Target Variable>, <Target Variable> ]
Transformes a trigonometric expression into an expression using only simple variables as arguments, preferring the given target function and tagret variables.
Example: TrigExpand[csc(x) - cot(x) + csc(y) - cot(y), tan(x), x/2, y/2] gives tan(\frac{x}{2})+tan(\frac{y}{2}).
© 2024 International GeoGebra Institute