Hello, I have some problem. Please have a look at and give me some advices... Thanks. Source code--------------------------- DOUBLE PRECISION X,Y X=-8.D0 ...
Your program looks OK. Usually log(-ve) is undefined quantity. You make x +ve and then check. ... Result_________________________________________________ ... ...
There are Linux-compatible Fortran compilers available to download free. Look at these web sites: http://hepwww.ph.qmw.ac.uk/HEPpc/linux-hep-faq.html ...
This web site has a dowload of a Fortran to C converter. I have not used it, though. http://www.freedownloadscenter.com/Programming/C_and_C___Tools_and_Com ...
You can't take the logarithm of a negative number using REAL or DOUBLE PRECISION arithmetic. It doesn't exist.You can take the logarithm of a negative quantity...
hi all,, i am a student of iit bombay..and i would like some info on any innovative ideas for a cool fortran project. Please mail me ur ideas as i am in an ...
You must be knowing variuos geometric packages like CATIA, IDEAS, UniGraphics,ProEngineer... Well I dont think anyone of these is in FORTRAN...How about...
This is a question that requires some qualifications. How much experience do you have in FORTRAN? Are you looking for something to do some work, or just...
Dear all, Has anybody used Salford Fortran Compiler and Linker before? If you has, could you please let me know how to use SLINK command in script file mode? I...
Dear all, Has anybody used Salford fortran compiler before? If you has, could you please let me know how to use SLINK command in script file mode? I need to...
Hi, Is there any function in fortran equivalent to getch() or getchar() function in C The aim is that the function should read character input, without ...
Greetings from Texas. I am a Mainframe Fortran and Cobol Programmer. I have been used to to coding systems on IBM MVS Machines. I have been using Ryan ...
HI, I have a kind of basic history question regarding Fortran. Did earlier versions of fortran have incompatibility. If so in what form(ie statement type,data...
HI, I have a kind of basic history question regarding Fortran. Did earlier versions of fortran have incompatibility. If so in what form(ie statement type,data...
Mr/Ms Jeremy You have to write a format of type FORMAT (N(2x,e12.5)) where N is the number of elements in a row. Write the variable over this format thro a do...
I am looking for a subroutine or library thta has a multipane graphics window similar to those used in CAD programs. Some of these have actual active panes...
Dear All, ... Main program . . . . ... subroutine sections ... subroutine 1 . . . . subroutine 2 . . . . ... When I put the subroutines in a blank program...
i think with a fortran 90 compiler this works alright Catch all the cricket action. Download Yahoo! Score tracker [Non-text portions of this message have been...
hi, could you explain us a little more about sne method,.. is it numerical method or analitic matrix solution. Or better to send algorithm of SNE. so we can...
Hi all, If I have to initialize all the elements of an array , are the statements below valid?? I don't want to use do loop ti initialize all elements because...
Hi, You can use "dimension vinarray(6)" Here in the one dimension array you can store at the most 6 elements. For 2 dim, one can use dimension x(10,10) This is...
Thanks Raj, I do use DIMENSION VINARRAY(6) But I see only in UNIX the array is initialized to 0. On Windows all the array elements are initialized to some...
Hi, Frankly speaking I never tried to compile and run a fortran prog. on windows platform. In the worst case you can create a subroutine for initialisation and...
i have a simple question: can i run programs ive made with fortran in msdos. ive tried this but it says that the program requires windows.thanks for...