Degrees
expand
resolve degrees trig functions before calling main expand command
int
resolve degrees trig functions before calling main int command
diff
resolve degrees trig functions before calling main diff command
solve
resolve degrees trig functions before calling main solve command
trigsubs
resolve degrees trig functions before calling main trigsubs command
Calling Sequence
Parameters
Description
Examples
Compatibility
diff( expr, ... )
expand( expr, ... )
int( expr, ... )
solve( expr, ... )
trigsubs( expr, ... )
expr
-
expression
The Degrees package provides some "wrapper" commands that process degrees-based trig functions into their radians-based form before calling the main library command of the same name. The result is then processed back into degrees form.
These functions are part of the Degrees package, so they can be used in the short form, for example expand(..), only after executing the command with(Degrees). However, they can always be accessed through the long form of the command by using for example Degrees:-expand(..).
with⁡Degrees:
int⁡sind⁡x,x
−cosd⁡x
expand⁡sind⁡x+y
sind⁡x⁢cosd⁡y+cosd⁡x⁢sind⁡y
The Degrees[expand], Degrees[int], Degrees[diff], Degrees[solve] and Degrees[trigsubs] commands were introduced in Maple 2021.
For more information on Maple 2021 changes, see Updates in Maple 2021.
See Also
Degrees[ConvertToDegreeForm]
Degrees[ConvertToRadForm]
Degrees[Simplify]
Download Help Document