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 strongm 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: j0zn
  • Content: Threads
  • Order by date
  1. j0zn

    integral of sin(x)

    Using Monte Carlos Method, how to make a program to calculate the integral points of sin(x) from 0 to pi and how to calculate the errors?
  2. j0zn

    How to use DFPORT

    Hi guys! I would like to know how to use DFPORT,but I don't know how to use it. Please write it with an example. Thank you in advance
  3. j0zn

    read a number from user

    Hi guys! I am a super beginner at flash and actionscritp. I am trying to create a program that read 2 numbers from the user and print the sum of them. Thank you in advance!
  4. j0zn

    Fractal code

    Hi guys! I am trying to make a mandelbrot code in fortran and I am having some problems I have just started and I'd like to know what is wrong until now. Thank you in advance links that can help us http://en.wikipedia.org/wiki/Mandelbrot_set...
  5. j0zn

    Executable program

    Is possible to create an execuble program from a fortran program? If yes, how can I do it? Thank you in advance
  6. j0zn

    converting if to math

    Hi guys! How to convert a expression with IF to only math? I mean, how to transform the "if" in this following expression in a mathematical expression? Thank you in advanced! PROGRAM if_in_math IMPLICIT none INTEGER :: num PRINT *, "Type a number" READ *, num IF(num.GE.0)THEN PRINT *, num END...
  7. j0zn

    Problem with variable's name

    Hi guys! I have a weird problem about the following program: when I use "i_square"(as a integer) and choose "-3" and "7" the output is: ************************************************************** What is the first numbe which square is asked? -3 How many square you want? 7 The first...
  8. j0zn

    Array meaning

    Hi guys! I am begining in fortran and I have a question: In the following array, what mean each part of it? and how write it using do? numer = (/ 1, (aaa, aaa = 2, limit) /)
  9. j0zn

    TRIM and REPEAT

    Hi everyone! I'd like to know if someone cold help me to find a way to substitute "trim" and "repeat" in the following program: program roman_numerals implicit none write (*, '(a)') roman (2009) write (*, '(a)') roman (1666) write (*, '(a)') roman (3888) contains function roman...
  10. j0zn

    What the difference between FORMAT and FMT

    Hi guys! I'm beginning at fortran and I would like to know the difference between FORMAT and FMD. Where should I use each one and how to substitute one for another. If possible some examples. Thanks you in advace!
  11. j0zn

    open a file from its name

    I need to modify the following program to allow the user try 3 attempts to specify the name of a file that should be open. If happen any fail during the two attempts the program should write "The file no exist. Try again.",but in case to happen the third attempt the program should write " file...

Part and Inventory Search

Back
Top