which version of fortran are you using mikrom?
Is your version compatible with windows 7?
I was using microsoft powerstation 4, but this version is not compatible with windows 7, so one of my friends give me microsoft visual fortran 2010 and it is compatible with windows 7. Can I have the...
How should I use LAPACK?
Where should I copy liblapack.lib and liblapack.dll files? I get these files but I don't how can I use hem!! :(
And I am using microsoft visual fortran 2010.
Dear mikrom and salgerman
Thanks a lot for your Illustrations.
But now I have another problem! :(
My responsible professor told me that coding with fortran will be faster than any language especially matlab because other languages use more interfaces than what fortran used. For example if you...
thanks for your attention again. I don't mean that fortran is not good or do not work well. i am one of the fans of fortran and I prefer fortarn to other new programming languages. This is not serious problem so I don't pay attention to it and i don't search enough to find the solution. So i can...
Thanks a lot again
your code is working but there is a little problem. I have to send an array to a module, the array sends it to a function and then return answer. This process is time consuming in large matrices like those we deal with in mechanics!
It seems that there is no way!
:(
Thanks a lot mikrom
No i meant a function that defined after:
program Matrix_Operation
.
.
.
End program Matrix_Operation
the program I wrote above is defined inside main program:
program Matrix_Operation
.
.
contains
function matrix_multiple(x,y,n)
.
.
.
End function...
Hi everybody
I have a little problem with functions and subroutines in fortran! I want to write a program that takes one or more array in main program, then sends this arrays to a function or subroutine and return an array to main function again. For example consider a program that takes (a) and...
Hi every body
I am new to this forum and I have a question about fortran read statement. I want to send cursor to a specified position in output screen and enter data at that position. Take a look at these lines:
program GaussElimination
implicit none
print *,"PLEASE ENTER...
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.