symbolic-integration Questions
1
I'm trying do the following integration:
where d >= 0.
I try to get an explicit expression and I think the result should be a positive value since the integrand is greater or equal to 0, but...
Taeniafuge asked 12/4, 2017 at 12:47
2
Solved
I think Sympy makes a mistake in calculating the Fourier transform of a trig function. For example:
from sympy import fourier_transform, sin
from sympy.abc import x, k
print fourier_transform(sin(...
Gebhart asked 18/1, 2014 at 9:18
2
Solved
I tried the following on SymPy Live
b,c,t = symbols('b c t')
g = 1/(1+exp(c*(b-t)))
integrate(g,t)
The result is Integral(1/(exp(c*(b - t)) + 1), t) which I understand as "could not handle this"...
Whiggism asked 11/5, 2013 at 17:10
1
© 2022 - 2024 — McMap. All rights reserved.