Fortran Definition and 858 Threads

  1. O

    Chemical engineer how useful would FORTRAN be

    As a chemical engineer how useful would FORTRAN be to me. It is listed on the University of Florida's ChemE homepage as a good language, but I have heard it is on its way out. All Comments Welcome
  2. L

    Fortran code for projecting a grid on to a surface

    Does anyone know the fortran code for projecting a grid (cartesian or not) onto a surface? Thnx
  3. J

    Printing certain values from a DO loop in Fortran

    I've written a program in Fortran which has a do loop of the form do i=0,20000 (operations) end do I want the program to print the values of the do loop, but only want it to print every 100th value of i (i.e. 100,200,300,400...20000), can anyone suggest a way to do this?
  4. C

    Need Urgent Help with Mathematica and Fortran for Online Class?

    Mathmatica + Fortran HELP! Please help me, there are several questions I'd like to ask the professor but he is not responding to me. I have an online class that I have to finish by tomorrow and I don't know how to solve most of these problems. If there is anyone out there that can help me with...
  5. F

    Learn Fortran for Mechanical Engineering: Beginner's Guide

    I'm in the first year of mechanical engineering and can't afford a Fortran textbook. Does anyone have a beginners guide that would be suitable for the level I need to learn? I need to know that basics. Thanks in advance my friends.
  6. 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...
  7. F

    Help with Fortran: Reading/Sorting a List of Integers

    I know this isn't really physics related, but I was wondering if anyone here knows Fortran. I'm trying to read a list of integers from a file and sort them. Well, I'm reading them and sorting them, but my problem is the list looks something like: 23 253 23 45 75 4 856 45 234 54...
  8. F

    Fortran prog - flight traj of projectile

    Hello, I have to write a fortran program to computer the flight traj of a projectile. I am given dt, initial velocity, angle of departure, initial height, and gravity. I am also given the aerodynamic drag factor (A) values. I have been given the equations, but I am confused as to what the...
Back
Top