Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

The inverse of this laplace domain: laplaceinverse(&#873

Status
Not open for further replies.

cedance

Advanced Member level 2
Joined
Oct 24, 2003
Messages
551
Helped
30
Reputation
60
Reaction score
7
Trophy points
1,298
Location
Germany
Activity points
4,622
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!!!

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
 

Re: laplace inverse?

I got this from Mathematica...there's nothing that beats it at Symbolic comp!

C

P.S. I couldn't get it to give proper latex o/p or MathML , so had to post the gifs.
 

    cedance

    Points: 2
    Helpful Answer Positive Rating
Re: laplace inverse?

chirkut_iis said:
I got this from Mathematica...there's nothing that beats it at Symbolic comp!
C
P.S. I couldn't get it to give proper latex o/p or MathML , so had to post the gifs.

hi,

i checked the value of sqrt(1+s) with mathematica and have two more things to be asked!

1) how do we check the validity of the result obtained... i mean, is htere any other softwrae by which i can cross check. i knew taking the laplace of this function would give back again the same incase it s right.. but i wanted to do it using another software, but when tried in matlab it dint give me the result... thou i dont doubt the efficiency of mathematica, i wanted to be double sure..

2) i also wanted the laplace inverse of exp(sqrt(1+s)). mathematica is not giving the result for this function. but it gives the result for exp(-sqrt(1+s)). can u help me in getting the inverse foir that too?

/cedance
 

Re: laplace inverse?

I think one way to cross-check is to compare numerically calculated and analytically obtained transform plots. It so happens that sometimes finding analytical inverses of laplace transforms is a formidable task. Then numerical solution remains the only other alternative.
So, the answer to your question could be
1) check numerical output and compare with analytical one in region of interest.
2) I will try to calculate myself and will let you know if I get an answer. In the meanwhile you might have to be content with the numerical o/p in the domain of interest. Check this out for the same...
https://library.wolfram.com/infocenter/MathSource/2691/
 

Re: laplace inverse?

U can use Series method(Taylor or Maclurin) and made a generic algorithm for that, dir it may cause problem.
I have algo , but i cant put publically ,
 

Re: laplace inverse?

arunmit168 said:
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!!!

arunmit168 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...

regards,
arunmit168.

I think answer is

\[-{\frac{1}{2t\sqrt{\pi t}}}e^{-t}\]

If the symbols dont appear correctly please type this https://www.edaboard.com/h**p://tryton.plocman.pl/gula-cgi/mimetex/mimetex.cgi?3$-{\frac{1}{2t\sqrt{\pi t}}}e^{-t}
 
Last edited:

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top