Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. tesaoghost

    Problem with the rank of the matrix

    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...
  2. tesaoghost

    Problem with the rank of the matrix

    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.
  3. tesaoghost

    problem with functions and subroutines that returns arrays

    Thanks a lot for your priceless advice
  4. tesaoghost

    problem with functions and subroutines that returns arrays

    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...
  5. tesaoghost

    problem with functions and subroutines that returns arrays

    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...
  6. tesaoghost

    problem with functions and subroutines that returns arrays

    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! :(
  7. tesaoghost

    problem with functions and subroutines that returns arrays

    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...
  8. tesaoghost

    problem with functions and subroutines that returns arrays

    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...
  9. tesaoghost

    Problem with read statement

    Ok thank you for your complete answer :)
  10. tesaoghost

    Problem with read statement

    Thanks a lot It really works! But can I use this formatting with print statement or it works with write statement only?
  11. tesaoghost

    Problem with read statement

    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...

Part and Inventory Search

Back
Top