Recent content by FuriousJ

  1. F

    Dual Boot or dedicated Linux Computer?

    Hmmm. So I guess my question for you is, do I have any benefit getting a primarily Windows PC? Or can I get a (cheaper) Linux based PC and run windows via the virtual box without too many problems?
  2. F

    Dual Boot or dedicated Linux Computer?

    Hey guys, I've just started at grad school, and I'm going to upgrade my laptop for graduate school. I'll be doing a lot of coding in FORTRAN, so I definitely need to be running Linux on it. The question is, is it preferable to get a PC and dual boot it or to get a linux laptop, and not...
  3. F

    Fortran I have a question about FORTRAN

    So I'm starting to learn FORTRAN, and I'm starting to do makefile's and modules. Now the book I have that I've been learning from tells me all about Modules that I can put at the beginning of a file for use throughout the rest of that file, but seems to be glazing over how I can have a...
  4. F

    Fortran FORTRAN 95: New to fortran, want to learn how to input a function

    Hey guys, this is my first post here. So I'm learning FORTRAN, and I'm writing a trapezoidal integration program as a learning exercise. What I want to do is in addition to asking the user to input the range and precision of the calculations they'd like, I'd also like to be able to enter in...