Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: AdYrL
  • Content: Threads
  • Order by date
  1. AdYrL

    Array Too Long

    Hi, I've recently written a program, but it seems that one part of it is too long, the words appear in green and then red. I'm using the fortran fixed form programming Is there a way for me to shorten the array because it deals with calculations. I've tried using "&" and it doesn't work still...
  2. AdYrL

    F14.6

    Hi, i came across this in one of the programs and i had a hard time trying to figure out what F14.6 is. The program goes like this: write(*,60)pint,(dexp(pi*xi)-dexp(-pi*xi))*dcos(pi*eta) & /(dexp(pi)-dexp(-pi)) 60 format('Numerical and exact values are:', & F14.6,' and',F14.6,'...
  3. AdYrL

    Fortran Matrix Help

    Hi,this is a program i have for solving a 3x3 matrix. The thing is, that it won't solve. I suspect that there's somthing wrong with my definition, it'll appear as 0 errors but like 7 warnings. Can anybody help me with this? program testing double precision A(3,3),B(3),Z(1000) real N,lud ...

Part and Inventory Search

Back
Top