Software Archive
Read-only legacy content
17060 Discussions

Please try to realize this by a FORTRAN program

Jie_H_2
Beginner
496 Views

User can input a mathematical function, and then using this function, a program makes calculations.

Procedures:

a User will input a function (any one), e.g., f(x)=x**3+x;

b A program gets this function;

c User provides an “x” value.

d A program makes calculation and outputs the result.

Thanks!

jie.he@miun.se

0 Kudos
2 Replies
TimP
Honored Contributor III
496 Views
If this has been rejected as a homework effort on Fortran forums, you'll do better to follow the usual advice: study your assignment, show your best effort on a Fortran forum such as comp.lang.fortran newsgroup if you still need assistance.
0 Kudos
Ketson_Roberto
Beginner
496 Views

I would like to know a little bit more about your intention, but in all case should you use some kind of interpreter (parser) it can help you to develop your application. 

0 Kudos
Reply