MathGroup Archive 2006

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: How to work out Real part through Kramers-Kronig relation in mathematica?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg64050] Re: How to work out Real part through Kramers-Kronig relation in mathematica?
  • From: manuelquintana at infosel.net.mx
  • Date: Sun, 29 Jan 2006 05:57:27 -0500 (EST)
  • Sender: owner-wri-mathgroup at wolfram.com

Try this:
 Integrate[(x/(x^2-y^2))*eps2(x),{x,0,Infinity},PrincipalValue->True]
where eps2(x) is the imaginary part of the dielectric constant.

Link to the forum page for this post:
http://www.mathematica-users.org/webMathematica/wiki/wiki.jsp?pageName=Special:Forum_ViewTopic&pid=7931#p7931
Posted through http://www.mathematica-users.org [[postId=7931]]



  • Prev by Date: Re: numerical derivatives at very high x-values: precision problem
  • Next by Date: Generating DAGs in mathematica
  • Previous by thread: Re: General--A Minor Annoyance
  • Next by thread: Re: How to work out Real part through Kramers-Kronig relation in mathematica?