Recent content by pezze

  1. P

    Fortran Learn Fortran Programming: Compaq Visual Fortran 6 Options

    Hi, you should choose Fortran Console Application in the Project tab. And you should choose a name for your project on that same tab.
  2. P

    Fortran Fortran 90/95 : passing parameters to functions

    That doesn't quite work, I have many parameters, but thanks anyway!
  3. P

    Fortran Fortran 90/95 : passing parameters to functions

    The problem is that the general purpose subroutine fzero does not allow the function func(x) to have additional parameters.
  4. P

    Fortran Fortran 90/95 : passing parameters to functions

    Hello, I have the following doubt, maybe someone can help me with this. Suppose I have a general purpose routine that finds the zero of a function f(x), something like subroutine fzero( func, x1, x2, xzero ) implicit none real, intent(in) :: x1, x2 ! Upper and lower bounds where the...
  5. P

    Is Improving the Educational System the Key to Achieving a Perfect Economy?

    I think we should start by defining happiness. Is it a relative or absolute concept?, for example.
  6. P

    Undergrad Looking for a Beginner-Friendly Book on Parametric Regression?

    A standard book is Greene's "Econometric Analysis", or easier, "Econometric Methods" by Jonhston and DInardo. I know those, unfortunately, they are quite expensive.