Loading [MathJax]/jax/output/HTML-CSS/jax.js
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Integrating Green's function and plotting.

Hi, I am trying to integrate product of two Green's functions and plot the results using Maxima. The problem is that Green's functions have singularities.

I=+dxG1(x)G2(x)(F1(x)F2(x))

and

G1(x)=1(x0.1)+0.5+0.00001i

G2(x)=1(x0.1)+0.50.00001i

F1(x)=11+ex0.2

F2(x)=11+ex+0.40.2

When I use wxMaxima (CAS), it fails to integrate and it fails to plot the solution y. I know that the solution plot should look like a smoothed step function where rising edge should be at x=0.1.

Any suggestions how to code wxMaxima is appreciated.

click to hide/show revision 2
retagged

updated 7 years ago

FrédéricC gravatar image

Integrating Green's function and plotting.

Hi, I am trying to integrate product of two Green's functions and plot the results using Maxima. The problem is that Green's functions have singularities.

I=+dxG1(x)G2(x)(F1(x)F2(x))

and

G1(x)=1(x0.1)+0.5+0.00001i

G2(x)=1(x0.1)+0.50.00001i

F1(x)=11+ex0.2

F2(x)=11+ex+0.40.2

When I use wxMaxima (CAS), it fails to integrate and it fails to plot the solution y. I know that the solution plot should look like a smoothed step function where rising edge should be at x=0.1.

Any suggestions how to code wxMaxima is appreciated.