It appears possible to compute the transform for ``zeta > 1`` by replacing 
``zeta`` with ``1 + zeta``.

In [22]: G = K/(tau**2*s**2 + 2*tau*(1 + zeta)*s + 1)

In [24]: print(inverse_laplace_transform(G, s, t))
K*(exp(t*sqrt(zeta)*sqrt(zeta + 2)/tau) - 1)*(exp(t*sqrt(zeta)*sqrt(zeta + 
2)/tau) + 1)*exp(-t*(sqrt(zeta)*sqrt(zeta + 2) + zeta + 
1)/tau)*Heaviside(t)/(2*tau*sqrt(zeta)*sqrt(zeta + 2))


The transform of the original is obtained by replacing ``zeta`` with ``zeta 
- 1``.
        


-- 
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 [email protected].
To post to this group, send email to [email protected].
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/974a962b-2b04-4b8e-95ff-d28850333505%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to