Recent content by Hejmore
-
H
Fortran Solving Fortran Runtime Error 112 - Mach Number Calculation
You can see, the condition if( sucin.gt.0)go to 3 in line 10 is wrong. If I use only bisection method, the program will not work correctly, because i must to find extreme of the function and then must to choose right interval. I had to use a next numerical method to find extrem and then I...- Hejmore
- Post #4
- Forum: Programming and Computer Science
-
H
Fortran Solving Fortran Runtime Error 112 - Mach Number Calculation
Problem is solved.- Hejmore
- Post #2
- Forum: Programming and Computer Science
-
H
Fortran Solving Fortran Runtime Error 112 - Mach Number Calculation
Hi, I try to write program to calculating mach number, with using bisection method. When I run program, fortran write to me an error in line 40. Can you help? I tried to calculating function by using wolfram sucesfully but I need to run it on fortran, An equation is 1.7795 - (0.334898 (1 + 0.2...- Hejmore
- Thread
- Complex Error Fortran Runtime
- Replies: 3
- Forum: Programming and Computer Science