how to integrate and plot this function?
Mostra commenti meno recenti
hello people.i would like some help with a problem i have in matlab.does anyone know how to integrate and plot the following function
y=besselj(1,omeg.*x).*cos(omeg.*x)./(besselj(1,omeg.*x)+1i.*Y1).*besselj(0,omeg.*x)-(1./k).*(besselj(0,omeg.*x)+1i.*YO).*besselj(1,omeg.*x);
1 Commento
Walter Roberson
il 12 Gen 2013
Integrate with what limits and with respect to which variable?
Risposte (1)
Walter Roberson
il 12 Gen 2013
0 voti
When I substitute in fixed values for omeg, k, YO and Y1, y becomes complex and oscillating in both real and imaginary, so the integral from x = -infinity to +infinity would be 0 + 0i. But over any subset of reals, there would be a lot of real and complex cancellation to work through and the integral would be complex except over very specific x range choices.
It appears to me that if the integral is over x, that you are not going to be able to remove the multiple besselj, except by identity transformations that leave you no further ahead (e.g., transforming to calls to the Huen function.)
Categorie
Scopri di più su Bessel functions in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!