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