Recent content by Canerg

  1. C

    Evaluation of oscillatory integrals

    Please this problem is similar to your problem. But i could'nt solve please help me
  2. C

    What is the Integral of -e^(-x)?

    https://www.physicsforums.com/showthread.php?p=3412141#post3412141 please help me
  3. C

    Solve Complicated Integral: Get Professional Help

    Hi BackEMF this is my Matlab code you can use quad instead of quade %clc; clear all lamda=1.55e-6; k=2*pi/lamda; a=10000; r=1e-2;L=1000; f=@(x)(1./(1+a*x.^2).*exp(i*k/(2*L)*(x.^2-2*x*r)));%% integral by numerical solution numerical=quade(f,-inf,inf)
  4. C

    Using the method of steepest descent

    hi tide can you help me ?i couldn't solve this problem link below. Please help me https://www.physicsforums.com/showthread.php?p=3411289#post3411289
  5. C

    Solve Complicated Integral: Get Professional Help

    :) ok i will try
  6. C

    Solve Complicated Integral: Get Professional Help

    can you help me to solve using square
  7. C

    Solve Complicated Integral: Get Professional Help

    yes Calculus of residues but true path is important may be fresnel integral can solve this problem but diffucult to understand. :(
  8. C

    Solve Complicated Integral: Get Professional Help

    j=sqrt(-1) and a is positive I solved this integral numerically and i found the exact result in both Matlab and Mathematica program but I need analytical solution. I tried residue theorem but result didn't match numeric solutions.I asked some mathematicians but they couldn't find true path...
  9. C

    Solve Complicated Integral: Get Professional Help

    Hi this is very complicated integral i couldn't solve can you help me ? how does it solve
Back
Top