Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 530 Bytes

File metadata and controls

27 lines (14 loc) · 530 Bytes

TrigReduce

TrigReduce(expr)

rewrites products and powers of trigonometric functions in expr in terms of trigonometric functions with combined arguments.

Examples

>> TrigReduce(2*Sin(x)*Cos(y))
Sin(-y+x)+Sin(y+x)

Implementation status

  • ☑ - partially implemented

Github