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

    Saving matrices with parameters (Adt=1time=1000)

    Thank you that solved my problem. And I used the idea to create new folders. However, now I am trying to move files (or directly save them) into the new folder. Again thank you for your help. program trialwrite implicit none integer :: i,j,k integer :: Nx, Nz integer :: iLen1, iLen2, iLen3...
  2. mjerdem

    Saving matrices with parameters (Adt=1time=1000)

    Hi, I am trying to write my matrix in a file using some parameters in its name (DxmatAsp=0.1Nx=5Nz=3) . Like number of rows,columns, etc ... But when I run the code only some part is written in the name, i.e, aspect ratio. Here is my code program trialwrite implicit none integer :: i,j,k...
  3. mjerdem

    Complex EigenVectors

    Thank you mikrom. I will try to incorporate the subroutine into my main code. I appreciate all the help.
  4. mjerdem

    Complex EigenVectors

    Thank you gummibaer and salgerman I forget to asign Eigenvector as complex for sure; however, that did not solved my problem. I made that change and corrected the input matrix. I am interested in right eigenvector in my work that is why I am not calculating the left eigenvector. The right...
  5. mjerdem

    Complex EigenVectors

    Hi, I am new to using fortran. In my work I need to calculate the eigenvalues and eigenvectors of various matrices. Sometimes they have complex eigenvectors sometimes real. You can find my simple code that calculates a simple example of 2*2 matrix's eigenvectors and eigenvalues. They are...

Part and Inventory Search

Back
Top