Hi mikrom,
Thanks a lot. you are absolutely right.
can you look into my integral program. is it like
do i=1,m
sum=0. !phi(x)
do j=1,n
dy=0.01 !intervals of width, as the interval are very small
sum=sum+exp(-F(i,j)*dy)
enddo
write(*,*)x(i),log(sum)
enddo
Hi mikrom
Thanks to you.
I need a fortran program which can numerically integrate from the data set
of 2 variables using the equation like F(x1) = ln ?e?F(x1,x2)dx2 .
Please help me.
Hi,
I am looking for a program in Fortran 77/90/95 to calculate integration from a data set.
I have a data set like
x1[1] x2[1] F(x1,x2)[1]
x1[2] x2[2] F(x1,x2)[2]
..... ..... ...........
..... ..... ...........
x1[n] x2[n] F(x1,x2)[n]
I need a numerical integration of the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.