Recent content by Jauhar

  1. J

    Anyone familiar with the fortran language?

    :eek: :smile: :surprise: :cry: :zzz: :blush: :bugeye: :rolleyes:
  2. J

    Anyone familiar with the fortran language?

    hi hope ur all well... OK I've tried this program. But i got probs again. when i execute the old proram which i had. It answered my first question which was to: read a 3x3 array of REAL NUMBERS. the program was. DIMENSION A(3,3) DIMENSION B(3,3) CALL INPUTS(A) CALL OUTPUTS(A) CALL...
  3. J

    Anyone familiar with the fortran language?

    ya i got rid of those calls...
  4. J

    Anyone familiar with the fortran language?

    hi Yeah i had a program statement its PROGRAM MATRIX. The program strts and gives the first statement "Input Matrix to be Inverted" The the error comes up.
  5. J

    Anyone familiar with the fortran language?

    hi ok I just tried again and am using ur advice thanks again for ur time. But what does this mean "MAIN# - in file aaa.f95 at line 1 [+0044] [recur= 1]" Thts the runtime error i got. I put the subrotiines and the main prog in there were no errors in compiling. Its actually being...
  6. J

    Anyone familiar with the fortran language?

    d) is to multiply 2 3x3 Matrices i don't think by the inverse just simply two matrices A and B to get C. Cant it be done on same program? also I am getting a run time error now :shy: have u tried compiling it this is beginning to give me a headache i don't think programming is my thing...
  7. J

    Anyone familiar with the fortran language?

    ohh i think i might be getting it but slowly. Thanks Keep going is helpful
  8. J

    Anyone familiar with the fortran language?

    hello OK that just got rid of the error thanks. Now i got this for the Subrotines Also for the main program the first part what would be the correct way to write it in Because initially i have the variables A and B but now i dont. Sorry about being such a newb :). SUBROUTINE INPUT1(x)...
  9. J

    Project for aeronautical engineering

    Hello all Hope ur all well and in good health. Down to my question. I am about to start 3rd year uni and i gotto do a project for aeronautical engineering. Has anyone here done one? and if u have, What is the basic format. (I may do one on modal identification of delta wing). And where...
  10. J

    Anyone familiar with the fortran language?

    thanks for the help The error is with the Format statement but i still can tsort it out i removed the stop and return statements but it didnt help. :( Thanks big time for the help. I have no idea what more to do but i will keep messin with it.
  11. J

    Anyone familiar with the fortran language?

    this is the error i get error 274 - Unknown edit descriptor 'C', or missing comma Ive tried everything forgive me if i can't answer all the questions u see I am extremely new to fortran
  12. J

    Anyone familiar with the fortran language?

    Yes the errror is with the cname but i can't figure it out I've kept trying i spent basically the whold day on it :eek: :redface: Anyways and a newb to it tht could be why what i appreciate the help. Thanks a lot :approve:
  13. J

    Anyone familiar with the fortran language?

    hello all Im new here but is anyone familiar with the fortran language? I need to make a program to do the following: a) read a 3x3 array of REAL NUMBERS b) calculate the inverse of the 3x3 matrix c) write out the answer and the original Matrix d) multiply two 3x3 matrices. this...
Back
Top