Ask Your Question

Karn3003's profile - activity

2020-05-30 22:24:22 +0200 received badge  Teacher (source)
2020-05-30 22:24:22 +0200 received badge  Necromancer (source)
2020-02-28 13:51:14 +0200 commented answer Is this a known bug with integral()

integral(cos(x)/(1+sin(x)),(x,-pi/6,pi/6),algorithm='sympy')

log(2) + log(3/2)

2020-02-28 13:51:13 +0200 answered a question numerical_integral throwing an error

If we use h(x) instead of h in expression it is working fine.

print numerical_integral(h(x), 1, 2)