--
You received this message because you are subscribed to the Google Groups "sympy" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sympy+un...@googlegroups.com.
To post to this group, send email to sy...@googlegroups.com.
Visit this group at http://groups.google.com/group/sympy.
To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/bb31e487-58e6-48cc-b682-3e62ae660224%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
H = 1/(0.07071*s**2 + 258.0*s + 1100000.)inverse_laplace_transform(1/s*H,s,t)Any ideas?
So perhaps you would have better results if you started with a Float
with higher precision, like Float("0.07071", 100).