Changes between Version 9 and Version 10 of fortran
- Timestamp:
- Oct 18, 2016, 4:42:53 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
fortran
v9 v10 10 10 !in the first method after integration we obtain the trapeze formula. And the third method is 11 11 !Simpson method where the function which is integrated, is parabolic and after integration 12 !we obtain Simpson's formula. In all methods are used segment integration, which means that ! interval of integration a and b is divided into N segments. The splitting points xn are 12 !we obtain Simpson's formula. In all methods are used segment integration, which means that 13 !interval of integration a and b is divided into N segments. The splitting points xn are 13 14 !called nodes. 14 15 !In this program we calculate the same integral but using different methods the get the