Divide an Array into a Scalar in FORTRAN: Get Help Here!

  • Context: Fortran 
  • Thread starter Thread starter Davoodk
  • Start date Start date
  • Tags Tags
    Array Fortran Scalar
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 3K views
Davoodk
Messages
11
Reaction score
0
How can i divide elements of an array into a scalar. I mean, i have read my data file into a matrix in FORTRAN which this matrix is 1*3414. Then, I want that each elements of this matrix is divided to (24480*2).

I will be so grateful if you guide me the appropriate function.

Thanks a lot
 
Physics news on Phys.org
Have you read anything about Fortran?
about arrays in Fortran?
As far as your division goes:
What have you tried?
Did it work?
Why not?
What did you expect the result to be?

Show something effort, trials and errors, first, please.
 
Davoodk said:
How can i divide elements of an array into a scalar. I mean, i have read my data file into a matrix in FORTRAN which this matrix is 1*3414. Then, I want that each elements of this matrix is divided to (24480*2).
I have no idea what you are asking. In particular I don't understand "divide elements of an array into a scalar."

My interpretation of what you said is that you have a matrix that is an array with 3414 elements. (A matrix with 1 row and 3414 columns.)

Somehow you want to do something to this array to produce a matrix with 24480 rows and 2 columns.

In addition to what gsal said, please clarify what you said above.