Calculus Integration

Issue #58 resolved
Former user created an issue

integration does not apply trig identity for sin x cos x dx followed by chain rule

Comments (2)

  1. Axel Kramer repo owner

    Can you give more detailed examples?

    This works:

    >>> Integrate(Sin(x)*Cos(x),x)
    (-1/2)*Cos(x)^2
    

    Known issue is, that the class: org.matheclipse.core.reflection.system.TrigReduce needs more transformation rules to better prepare trig functions for integrate.

  2. Log in to comment