cedance
Advanced Member level 2
laplace inverse?
hi,
i need to know the inverse of this laplace domain variable badly!
laplaceinverse(√(1+s)) = ?????
i experimented with matlab and got the same thing as the inverse. it is not calculating the ivnerse and displaying the result in the time domain.. is there an inverse existing for this function if so wat is it? pls anyone help me getting the result!!!
Thank u very much! i have been wanting this for many days! dint know abt the power of mathematica!!! wuill have it in mind hereafter! GR8...
/cedance
hi,
i need to know the inverse of this laplace domain variable badly!
laplaceinverse(√(1+s)) = ?????
i experimented with matlab and got the same thing as the inverse. it is not calculating the ivnerse and displaying the result in the time domain.. is there an inverse existing for this function if so wat is it? pls anyone help me getting the result!!!
cedance said:matlab command:
syms s
f1 = sqrt(1+s)
ilaplace(f1)
ans =
ilaplace(√1+s, s, t)
it gives back the same result like this!!!
Thank u very much! i have been wanting this for many days! dint know abt the power of mathematica!!! wuill have it in mind hereafter! GR8...
/cedance