예제 #1
0
def test_issue_7903():
    a = symbols(r'a', real=True)
    t = exp(I * cos(a)) + exp(-I * sin(a))
    assert t.simplify()
예제 #2
0
def test_issue_7903():
    a = symbols(r'a', real=True)
    t = exp(I*cos(a)) + exp(-I*sin(a))
    assert t.simplify()