Recent content by Raziel13
-
Fortran How Do You Read and Manipulate Complex Number Data in Fortran?
i try, but the variables are not being allocated , so when I do the last DO to write, it just repeats the first read value PROGRAM chesb_tay IMPLICIT None call chebtay STOP END subroutine chebtay complex*8 EH0,EH1,EH2,EH3 double precision...- Raziel13
- Post #5
- Forum: Programming and Computer Science
-
Fortran How Do You Read and Manipulate Complex Number Data in Fortran?
is not a homework problem , i using fortran 90 , the program is to fit the first four moments of Chebyschev from BSA of pion.- Raziel13
- Post #3
- Forum: Programming and Computer Science
-
Fortran How Do You Read and Manipulate Complex Number Data in Fortran?
Hello, I need to read a fortran data with complex numbers and real numbers, the first column is the real numbers, the second and third complex numbers (real, imaginary). I need to read the first 64 lines and then the next 64 lines in separate ways and save in a variable. for example read from...- Raziel13
- Thread
- Complex Complex number Fortran
- Replies: 8
- Forum: Programming and Computer Science