Recent content by logi

  1. L

    Fortran How to Write Fortran Code for a Complex Phase Speed

    Hi, We assume Max hBy(y) = α1 for y ε (a1, a2) and Min hBy(y) = α2 for y ε (a1, a2) Where -∞ < α2 ≤ α1 < ∞, and the complex phase speed must lie in the region defined by (CR + α1 )^2 + CI^2 ≤ µγ^2/k^2, if CR <- α1 CI^2 ≤ µγ^2/k^2, if -α1≤ CR ≤-α2, (CR + α2 )^2 + CI^2 ≤ µγ^2/k^2...
  2. L

    Fortran Error: Run-time error M6201-MATH -atan2: Domain Error

    Hi alphysicist , I have some problem again. I found the values for cguess.Now I have to find the exact C using this values. How can i do that? Pl help me out. Thanks Logi
  3. L

    Fortran Error: Run-time error M6201-MATH -atan2: Domain Error

    Hi alphysicist, Thank you so much for your reply. You are right. I didn't declared any value for cguess, that is why I got the problem. Now I am running my program. If I get any problem, I will reply to you. Thanks again. Regards Logi
  4. L

    Fortran Error: Run-time error M6201-MATH -atan2: Domain Error

    Hi all, Thank you for the reply. I sending my program( not all because long). Please check that for me. Thanks again Logi C PROGRAM silocoldfront REAL*8 GR,GRMX,K,MU,A,B,D1,L,D2,S2,S3,SEMI,ST,EN,KMAX,LMAX,MUMIN, &CI COMPLEX*16 CGUESS(100) INTEGER N,ISZ...
  5. L

    Fortran Error: Run-time error M6201-MATH -atan2: Domain Error

    Hi All, I have some problem about my Fortran program. When I execute my program, it says Run-time error M6201-MATH -atan2 : Domain error I don’t know what to do. Please help me out from this error. Thanks Logi
Back
Top