Recent content by muzzy29
-
M
Reading matrices from user-specified files in Fortran 90
I basically don't understand the loops which i included below.I do not understand that how fortran reads these loops and i want to write flowchart so if you can tell me how these loops works and the formatting statement that you used in write statement. Also there is some issue with 2nd loop...- muzzy29
- Post #5
- Forum: General Engineering
-
M
Reading matrices from user-specified files in Fortran 90
THank you SO much it was really helpful :) Just had a issue with multiplication part that seems like it just multiplies 1st row and 2nd row of A with first column of B and writing out third column of A as third column of result (matrix C) and 2nd column of matrix B in the 2nd column of...- muzzy29
- Post #3
- Forum: General Engineering
-
M
Reading matrices from user-specified files in Fortran 90
Hi everyone I am completely new to the Fortran. I have to make a program in fortran 90 to either add or multiply the matrix on user demand and ask user to enter the file name inorder to read the desired matrices. I came up with the the following code which does not read the program and...- muzzy29
- Thread
- File Fortran Input
- Replies: 9
- Forum: General Engineering